diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template deleted file mode 100644 index 253ddaa07bd..00000000000 --- a/srcpkgs/python-gitdb/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-gitdb' -pkgname=python-gitdb -version=2.0.5 -revision=2 -archs=noarch -wrksrc="gitdb2-${version}" -build_style=python-module -pycompile_module="gitdb" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-smmap" -short_desc="Pure-Python git object database (Python2)" -maintainer="Joseph LaFreniere " -license="BSD-3-Clause" -homepage="https://github.com/gitpython-developers/gitdb" -distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" -checksum=83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2 - -post_install() { - vlicense LICENSE -} - -python3-gitdb_package() { - archs=noarch - depends="python3-smmap" - pycompile_module="gitdb" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-gitdb b/srcpkgs/python3-gitdb deleted file mode 120000 index 93f880126f8..00000000000 --- a/srcpkgs/python3-gitdb +++ /dev/null @@ -1 +0,0 @@ -python-gitdb \ No newline at end of file diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template new file mode 100644 index 00000000000..30bb8329725 --- /dev/null +++ b/srcpkgs/python3-gitdb/template @@ -0,0 +1,18 @@ +# Template file for 'python3-gitdb' +pkgname=python3-gitdb +version=2.0.5 +revision=3 +wrksrc="gitdb2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-smmap" +short_desc="Pure-Python git object database (Python3)" +maintainer="Joseph LaFreniere " +license="BSD-3-Clause" +homepage="https://github.com/gitpython-developers/gitdb" +distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" +checksum=83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2 + +post_install() { + vlicense LICENSE +}