python-dulwich: update to 0.19.6.

This commit is contained in:
Piotr Wójcik 2018-10-16 13:36:19 +02:00 committed by Enno Boland
parent 7e2c15776c
commit 65dc8b5592

View file

@ -1,13 +1,14 @@
# Template file for 'python-dulwich' # Template file for 'python-dulwich'
pkgname=python-dulwich pkgname=python-dulwich
version=0.19.6 version=0.19.6
revision=1 revision=2
wrksrc="dulwich-${version}" wrksrc="dulwich-${version}"
build_style=python-module build_style=python-module
pycompile_module="dulwich" pycompile_module="dulwich"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel" makedepends="python-devel python3-devel"
checkdepends="python3-urllib3 python3-gevent python3-pbr python3-greenlet" depends="python-urllib3"
checkdepends="python3-gevent python3-pbr python3-greenlet"
short_desc="Python2 implementation of the Git file formats and protocols" short_desc="Python2 implementation of the Git file formats and protocols"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-or-later, Apache-2.0" license="GPL-2.0-or-later, Apache-2.0"
@ -35,6 +36,7 @@ python3-dulwich_package() {
dulwich:dul-upload-pack:/usr/bin/dul-upload-pack3 dulwich:dul-upload-pack:/usr/bin/dul-upload-pack3
dulwich:dulwich:/usr/bin/dulwich3" dulwich:dulwich:/usr/bin/dulwich3"
pycompile_module="dulwich" pycompile_module="dulwich"
depends="python3-urllib3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/bin/*3 vmove usr/bin/*3