python-dulwich: drop package
This commit is contained in:
parent
265d1de3a7
commit
0d8a91587a
|
@ -1,45 +0,0 @@
|
||||||
# Template file for 'python-dulwich'
|
|
||||||
pkgname=python-dulwich
|
|
||||||
version=0.19.14
|
|
||||||
revision=2
|
|
||||||
wrksrc="dulwich-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="dulwich"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
depends="python-urllib3"
|
|
||||||
checkdepends="python3-gevent python3-pbr python3-greenlet"
|
|
||||||
short_desc="Python2 implementation of the Git file formats and protocols"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="GPL-2.0-or-later, Apache-2.0"
|
|
||||||
homepage="https://www.dulwich.io/"
|
|
||||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
|
||||||
checksum=d1320232c859ab086fff79eee8fa6ddbcbcbe01ff0c64c9bed48eca470b00b46
|
|
||||||
|
|
||||||
alternatives="
|
|
||||||
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack2
|
|
||||||
dulwich:dul-upload-pack:/usr/bin/dul-upload-pack2
|
|
||||||
dulwich:dulwich:/usr/bin/dulwich2"
|
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# remove extra docs
|
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/docs
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-dulwich_package() {
|
|
||||||
alternatives="
|
|
||||||
dulwich:dul-receive-pack:/usr/bin/dul-receive-pack3
|
|
||||||
dulwich:dul-upload-pack:/usr/bin/dul-upload-pack3
|
|
||||||
dulwich:dulwich:/usr/bin/dulwich3"
|
|
||||||
pycompile_module="dulwich"
|
|
||||||
depends="python3-urllib3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-dulwich
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'python3-dulwich'
|
||||||
|
pkgname=python3-dulwich
|
||||||
|
version=0.19.14
|
||||||
|
revision=3
|
||||||
|
wrksrc="dulwich-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3-urllib3"
|
||||||
|
checkdepends="python3-gevent python3-pbr python3-greenlet"
|
||||||
|
short_desc="Python3 implementation of the Git file formats and protocols"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later, Apache-2.0"
|
||||||
|
homepage="https://www.dulwich.io/"
|
||||||
|
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||||
|
checksum=d1320232c859ab086fff79eee8fa6ddbcbcbe01ff0c64c9bed48eca470b00b46
|
||||||
|
|
||||||
|
conflicts="python-dulwich>=0"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# remove extra docs
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/docs
|
||||||
|
}
|
Loading…
Reference in New Issue