From 65dc8b559211608da4d1ffd9931e6685ce0b6339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 16 Oct 2018 13:36:19 +0200 Subject: [PATCH] python-dulwich: update to 0.19.6. --- srcpkgs/python-dulwich/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-dulwich/template b/srcpkgs/python-dulwich/template index 9e07dba0a30..fb14108fd3c 100644 --- a/srcpkgs/python-dulwich/template +++ b/srcpkgs/python-dulwich/template @@ -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 " 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