# Template file for 'python-dulwich' pkgname=python-dulwich version=0.19.0 revision=1 wrksrc="dulwich-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" pycompile_module="dulwich" short_desc="Python2 implementation of the Git file formats and protocols" maintainer="Juan RP " homepage="https://www.dulwich.io/" license="GPL-2.0-or-later, Apache-2.0" distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz" checksum=91aad98f37a5494c6eabf08c78ed2b6e1b1ce6e7a5556406245d8763a352b99e 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" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/*3 vmove usr/lib/python3* } }