mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
parent
448a72a830
commit
02ef40d154
1 changed files with 7 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.18.6
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dulwich-${version}"
|
wrksrc="dulwich-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,15 +10,19 @@ 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, 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=38a04406bc68315794c3bab37c7d4ed137fb8a839482d8894e72b0d9b3eb41a9
|
checksum=91aad98f37a5494c6eabf08c78ed2b6e1b1ce6e7a5556406245d8763a352b99e
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2
|
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2
|
||||||
dulwich:dul-upload-pack:/usr/bin/dul-upload-pack2
|
dulwich:dul-upload-pack:/usr/bin/dul-upload-pack2
|
||||||
dulwich:dulwich:/usr/bin/dulwich2"
|
dulwich:dulwich:/usr/bin/dulwich2"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove extra docs
|
# remove extra docs
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/docs
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue