mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-jeepney: update to 0.4.1.
This commit is contained in:
parent
d65a720d4d
commit
b0e1018e05
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-jeepney'
|
# Template file for 'python3-jeepney'
|
||||||
pkgname=python3-jeepney
|
pkgname=python3-jeepney
|
||||||
version=0.4
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="jeepney-${version}"
|
wrksrc="jeepney-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="jeepney"
|
pycompile_module="jeepney"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Low-level, pure Python DBus protocol wrapper"
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/takluyver/jeepney"
|
homepage="https://gitlab.com/takluyver/jeepney"
|
||||||
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
||||||
checksum=6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70
|
checksum=13806f91a96e9b2623fd2a81b950d763ee471454aafd9eb6d75dbe7afce428fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue