# Template file for 'python-GitPython'
pkgname=python-GitPython
version=2.1.9
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 <joseph@lafreniere.xyz>"
homepage="https://github.com/gitpython-developers/GitPython"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"
checksum=c47cc31af6e88979c57a33962cbc30a7c25508d74a1b3a19ec5aa7ed64b03129

post_install() {
	vlicense LICENSE
}

python3-GitPython_package() {
	noarch=yes
	depends="python3-gitdb"
	short_desc="${short_desc/Python2/Python3}"
	pkg_install() {
		vmove usr/lib/python3*
		vlicense LICENSE
	}
}