python-gitdb: update to 2.0.2 (#6672)

This commit is contained in:
Joseph M LaFreniere 2017-06-15 08:01:22 -05:00 committed by Alessio Sergi
parent e80be39e38
commit cd299c71c2

View file

@ -1,6 +1,6 @@
# Template file for 'python-gitdb'
pkgname=python-gitdb
version=2.0.0
version=2.0.2
revision=1
noarch=yes
wrksrc="gitdb2-${version}"
@ -13,7 +13,11 @@ maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/gitpython-developers/gitdb"
license="BSD"
distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz"
checksum=b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66
checksum=f2e36d7561e91f30a6a44858756dc020d8f1e81ca6e4185979d5c6c24c648070
post_install() {
vlicense LICENSE
}
python3-gitdb_package() {
noarch=yes
@ -22,8 +26,6 @@ python3-gitdb_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
post_install() {
vlicense LICENSE
}