python-GitPython: update to 2.1.3
This commit is contained in:
parent
8ec549dcdd
commit
95290c41ce
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-GitPython'
|
||||
pkgname=python-GitPython
|
||||
version=2.1.1
|
||||
version=2.1.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="GitPython-${version}"
|
||||
|
@ -11,9 +11,9 @@ 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"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"
|
||||
checksum=e96f8e953cf9fee0a7599fc587667591328760b6341a0081ef311a942fc96204
|
||||
checksum=3826185b11e1fc372e7d31251e9b65e11ccb7c27f82c771d619048bdb5b66c81
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -25,5 +25,6 @@ python3-GitPython_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue