mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-dulwich: update to 0.15.0
Now dual licensed Apache-2.0 and GPL-2.
This commit is contained in:
parent
5e2865a07b
commit
93d53f5f82
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-dulwich'
|
# Template file for 'python-dulwich'
|
||||||
pkgname=python-dulwich
|
pkgname=python-dulwich
|
||||||
version=0.14.1
|
version=0.15.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dulwich-${version}"
|
wrksrc="dulwich-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -11,9 +11,9 @@ 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"
|
license="GPL-2, Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
checksum=7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93
|
checksum=6f0a09d93f01caf1ba054b3f751d5cc1f0e6afc5c97fd23d67d7acf92f0d0b16
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2.7
|
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue