python3-dulwich: update to 0.20.44.
This commit is contained in:
parent
a69859f41b
commit
ddf414bc17
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'python3-dulwich'
|
# Template file for 'python3-dulwich'
|
||||||
pkgname=python3-dulwich
|
pkgname=python3-dulwich
|
||||||
version=0.19.14
|
version=0.20.44
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="dulwich-${version}"
|
wrksrc="dulwich-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-urllib3"
|
depends="python3-urllib3 python3-certifi"
|
||||||
checkdepends="python3-gevent python3-pbr python3-greenlet"
|
checkdepends="${depends} python3-gevent python3-gpg gnupg"
|
||||||
short_desc="Python3 implementation of the Git file formats and protocols"
|
short_desc="Python3 implementation of the Git file formats and protocols"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, Apache-2.0"
|
license="GPL-2.0-or-later, Apache-2.0"
|
||||||
homepage="https://www.dulwich.io/"
|
homepage="https://www.dulwich.io/"
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
checksum=d1320232c859ab086fff79eee8fa6ddbcbcbe01ff0c64c9bed48eca470b00b46
|
checksum=10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8
|
||||||
|
|
||||||
conflicts="python-dulwich>=0"
|
conflicts="python-dulwich>=0"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 -m unittest dulwich.tests.test_suite
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue