mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jeepney: update to 0.7.1.
This commit is contained in:
parent
4dc1d42d96
commit
7b4e694fa0
1 changed files with 5 additions and 9 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'python3-jeepney'
|
# Template file for 'python3-jeepney'
|
||||||
pkgname=python3-jeepney
|
pkgname=python3-jeepney
|
||||||
version=0.6.0
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="jeepney-${version}"
|
wrksrc="jeepney-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-testpath"
|
checkdepends="python3-pytest python3-testpath python3-async-timeout python3-trio"
|
||||||
short_desc="Low-level, pure Python DBus protocol wrapper"
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
||||||
maintainer="Orhpaned <orphan@voidlinux.org>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/takluyver/jeepney"
|
homepage="https://gitlab.com/takluyver/jeepney"
|
||||||
changelog="https://gitlab.com/takluyver/jeepney/-/raw/master/docs/release-notes.rst"
|
changelog="https://gitlab.com/takluyver/jeepney/-/raw/master/docs/release-notes.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
||||||
checksum=7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657
|
checksum=fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f
|
||||||
|
|
||||||
do_check() {
|
|
||||||
pytest jeepney/tests
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue