mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-dulwich: update to 0.19.2. (#13241)
This commit is contained in:
parent
d15a61b821
commit
87c8a7f5c1
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-dulwich'
|
# Template file for 'python-dulwich'
|
||||||
pkgname=python-dulwich
|
pkgname=python-dulwich
|
||||||
version=0.19.0
|
version=0.19.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dulwich-${version}"
|
wrksrc="dulwich-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="dulwich"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
pycompile_module="dulwich"
|
|
||||||
short_desc="Python2 implementation of the Git file formats and protocols"
|
short_desc="Python2 implementation of the Git file formats and protocols"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.dulwich.io/"
|
homepage="https://www.dulwich.io/"
|
||||||
license="GPL-2.0-or-later, Apache-2.0"
|
license="GPL-2.0-or-later, Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
checksum=91aad98f37a5494c6eabf08c78ed2b6e1b1ce6e7a5556406245d8763a352b99e
|
checksum=c51e10c260543240e0806052af046e1a78b98cbe1ac1ef3880a78d2269e09da4
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2
|
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2
|
||||||
|
|
Loading…
Add table
Reference in a new issue