Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/python3-dulwich/template
Original file line number Diff line number Diff line change
Expand Up @@ -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 <orphan@voidlinux.org>"
maintainer="Jason Elswick <jason@jasondavid.us>"
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"

Expand Down