diff --git a/srcpkgs/python-GitPython/template b/srcpkgs/python-GitPython/template deleted file mode 100644 index 232429265f1..00000000000 --- a/srcpkgs/python-GitPython/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'python-GitPython' -pkgname=python-GitPython -version=2.1.11 -revision=2 -archs=noarch -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 " -license="BSD-3-Clause" -homepage="https://github.com/gitpython-developers/GitPython" -distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz" -checksum=8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8 - -post_install() { - vlicense LICENSE -} - -python3-GitPython_package() { - archs=noarch - depends="python3-gitdb" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-GitPython b/srcpkgs/python3-GitPython deleted file mode 120000 index 0ba8c376911..00000000000 --- a/srcpkgs/python3-GitPython +++ /dev/null @@ -1 +0,0 @@ -python-GitPython \ No newline at end of file diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template new file mode 100644 index 00000000000..77b3654ad40 --- /dev/null +++ b/srcpkgs/python3-GitPython/template @@ -0,0 +1,18 @@ +# Template file for 'python3-GitPython' +pkgname=python3-GitPython +version=2.1.11 +revision=3 +wrksrc="GitPython-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-gitdb" +short_desc="Library to interact with Git repositories (Python3)" +maintainer="Joseph LaFreniere " +license="BSD-3-Clause" +homepage="https://github.com/gitpython-developers/GitPython" +distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz" +checksum=8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8 + +post_install() { + vlicense LICENSE +}