# Template file for 'python-GitPython' pkgname=python-GitPython version=2.1.1 revision=1 noarch=yes wrksrc="GitPython-${version}" build_style=python-module pycompile_module="git" hostmakedepends="python-setuptools python3-setuptools" depends="python-gitdb" short_desc="Library to interact with Git repositories (Python2)" maintainer="Joseph LaFreniere " homepage="https://github.com/gitpython-developers/GitPython" license="BSD" distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz" checksum=e96f8e953cf9fee0a7599fc587667591328760b6341a0081ef311a942fc96204 post_install() { vlicense LICENSE } python3-GitPython_package() { noarch=yes depends="python3-gitdb" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }