python-dulwich: update to 0.19.6.
This commit is contained in:
parent
7e2c15776c
commit
65dc8b5592
1 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'python-dulwich'
|
||||
pkgname=python-dulwich
|
||||
version=0.19.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="dulwich-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="dulwich"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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:dulwich:/usr/bin/dulwich3"
|
||||
pycompile_module="dulwich"
|
||||
depends="python3-urllib3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
|
|
Loading…
Reference in a new issue