New package: python-GitPython-2.1.1

Closes: #5700 [via git-merge-pr]
This commit is contained in:
Joseph LaFreniere 2017-01-25 12:24:59 -06:00 committed by Toyam Cox
parent fd9ab28af8
commit 704d68bf54
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# 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 <joseph@lafreniere.xyz>"
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*
}
}

1
srcpkgs/python3-GitPython Symbolic link
View File

@ -0,0 +1 @@
python-GitPython