mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-dulwich: update to 0.19.5.
This commit is contained in:
parent
ac85670f00
commit
6822c15885
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python-dulwich'
|
# Template file for 'python-dulwich'
|
||||||
pkgname=python-dulwich
|
pkgname=python-dulwich
|
||||||
version=0.19.2
|
version=0.19.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dulwich-${version}"
|
wrksrc="dulwich-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="dulwich"
|
pycompile_module="dulwich"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
|
checkdepends="python3-urllib3 python3-gevent python3-pbr python3-greenlet"
|
||||||
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/"
|
|
||||||
license="GPL-2.0-or-later, Apache-2.0"
|
license="GPL-2.0-or-later, Apache-2.0"
|
||||||
|
homepage="https://www.dulwich.io/"
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
checksum=c51e10c260543240e0806052af046e1a78b98cbe1ac1ef3880a78d2269e09da4
|
checksum=34f99e575fe1f1e89cca92cec1ddd50b4991199cb00609203b28df9eb83ce259
|
||||||
|
|
||||||
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