31 lines
816 B
Bash
31 lines
816 B
Bash
# Template file for 'python-GitPython'
|
|
pkgname=python-GitPython
|
|
version=2.1.8
|
|
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="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"
|
|
checksum=ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b510076e9
|
|
|
|
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
|
|
}
|
|
}
|