python3-dulwich: update to 0.20.50.
This commit is contained in:
parent
9053b1e62d
commit
3ba2b6b6d1
|
@ -1,26 +1,24 @@
|
||||||
# Template file for 'python3-dulwich'
|
# Template file for 'python3-dulwich'
|
||||||
pkgname=python3-dulwich
|
pkgname=python3-dulwich
|
||||||
version=0.20.44
|
version=0.20.50
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_target="dulwich/tests"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-urllib3 python3-certifi"
|
depends="python3-urllib3"
|
||||||
checkdepends="${depends} python3-gevent python3-gpg gnupg"
|
checkdepends="${depends} python3-pytest python3-gevent python3-gpg gnupg git"
|
||||||
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/"
|
||||||
|
changelog="https://raw.githubusercontent.com/jelmer/dulwich/master/NEWS"
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
checksum=10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8
|
checksum=50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be
|
||||||
|
|
||||||
conflicts="python-dulwich>=0"
|
conflicts="python-dulwich>=0"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 -m unittest dulwich.tests.test_suite
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove extra docs
|
# remove extra docs
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/docs
|
rm -rf ${DESTDIR}/${py3_sitelib}/docs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue