diff --git a/srcpkgs/python-zc.lockfile/template b/srcpkgs/python-zc.lockfile/template deleted file mode 100644 index 4a44b0c926e..00000000000 --- a/srcpkgs/python-zc.lockfile/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-zc.lockfile' -pkgname=python-zc.lockfile -version=2.0 -revision=2 -archs=noarch -wrksrc="${pkgname#*-}-${version}" -build_style=python-module -pycompile_module="zc/lockfile" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools" -short_desc="Basic inter-process locks (Python2)" -maintainer="Lon Willett " -license="ZPL-2.1" -homepage="https://github.com/zopefoundation/zc.lockfile" -distfiles="${PYPI_SITE}/z/zc.lockfile/zc.lockfile-${version}.tar.gz" -checksum=307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b - -post_install() { - vlicense LICENSE.txt LICENSE -} - -python3-zc.lockfile_package() { - archs=noarch - pycompile_module="zc/lockfile" - depends="python3-setuptools" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE - } -} diff --git a/srcpkgs/python3-zc.lockfile b/srcpkgs/python3-zc.lockfile deleted file mode 120000 index 88d06c8baf8..00000000000 --- a/srcpkgs/python3-zc.lockfile +++ /dev/null @@ -1 +0,0 @@ -python-zc.lockfile \ No newline at end of file diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template new file mode 100644 index 00000000000..f91f0df64d4 --- /dev/null +++ b/srcpkgs/python3-zc.lockfile/template @@ -0,0 +1,18 @@ +# Template file for 'python3-zc.lockfile' +pkgname=python3-zc.lockfile +version=2.0 +revision=3 +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools" +short_desc="Basic inter-process locks (Python3)" +maintainer="Lon Willett " +license="ZPL-2.1" +homepage="https://github.com/zopefoundation/zc.lockfile" +distfiles="${PYPI_SITE}/z/zc.lockfile/zc.lockfile-${version}.tar.gz" +checksum=307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b + +post_install() { + vlicense LICENSE.txt LICENSE +}