From a4b7ebf40dfd0ee04743ade8d32beb81968f9e1b Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Sat, 16 Jul 2022 01:28:44 +0530 Subject: [PATCH] python3-dulwich: update to 0.20.45 and adopt --- srcpkgs/python3-dulwich/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template index 1cf072010b0c..e27bcb753e70 100644 --- a/srcpkgs/python3-dulwich/template +++ b/srcpkgs/python3-dulwich/template @@ -1,20 +1,19 @@ # Template file for 'python3-dulwich' pkgname=python3-dulwich -version=0.20.44 +version=0.20.45 revision=1 wrksrc="dulwich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" -depends="python3-urllib3 python3-certifi" +depends="python3-certifi python3-urllib3" checkdepends="${depends} python3-gevent python3-gpg gnupg" short_desc="Python3 implementation of the Git file formats and protocols" -maintainer="Orphaned " +maintainer="Ishaan Bhimwal " license="GPL-2.0-or-later, Apache-2.0" homepage="https://www.dulwich.io/" distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz" -checksum=10e8d73763dd30c86a99a15ade8bfcf3ab8fe96532cdf497e8cb1d11832352b8 - +checksum=70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7 conflicts="python-dulwich>=0" do_check() {