diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template index f7dca8199b3ff0..89d86544f83114 100644 --- a/srcpkgs/python3-dulwich/template +++ b/srcpkgs/python3-dulwich/template @@ -2,21 +2,21 @@ # # Always check hg-git pkgname=python3-dulwich -version=0.24.1 -revision=2 -build_style=python3-module +version=1.1.0 +revision=1 +build_style=python3-pep517 make_check_target="dulwich/tests" hostmakedepends="python3-setuptools-rust" makedepends="python3-devel" depends="python3-urllib3" checkdepends="${depends} python3-pytest python3-gevent gpgme-python3 gnupg git" short_desc="Python3 implementation of the Git file formats and protocols" -maintainer="Orphaned " +maintainer="Jason Elswick " license="GPL-2.0-or-later, Apache-2.0" homepage="https://www.dulwich.io/" changelog="https://raw.githubusercontent.com/jelmer/dulwich/master/NEWS" distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz" -checksum=e19fd864f10f02bb834bb86167d92dcca1c228451b04458761fc13dabd447758 +checksum=9aa855db9fee0a7065ae9ffb38e14e353876d82f17e33e1a1fb3830eb8d0cf43 conflicts="python-dulwich>=0"