diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template deleted file mode 100644 index 24d2ec0611f..00000000000 --- a/srcpkgs/python-fasteners/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-fasteners' -pkgname=python-fasteners -version=0.15 -revision=2 -archs=noarch -wrksrc="fasteners-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-monotonic python-six" -pycompile_module="fasteners" -short_desc="Python2 package that provides useful locks" -maintainer="Leah Neukirchen " -homepage="https://pypi.org/project/fasteners/" -license="Apache-2.0" -distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz" -checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef - -python3-fasteners_package() { - archs=noarch - depends="python3-six" - pycompile_module="fasteners" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-fasteners b/srcpkgs/python3-fasteners deleted file mode 120000 index 0ca3f5f1810..00000000000 --- a/srcpkgs/python3-fasteners +++ /dev/null @@ -1 +0,0 @@ -python-fasteners \ No newline at end of file diff --git a/srcpkgs/python-fasteners/patches/fasteners-monotonic.patch b/srcpkgs/python3-fasteners/patches/fasteners-monotonic.patch similarity index 100% rename from srcpkgs/python-fasteners/patches/fasteners-monotonic.patch rename to srcpkgs/python3-fasteners/patches/fasteners-monotonic.patch diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template new file mode 100644 index 00000000000..e5e5c7f206a --- /dev/null +++ b/srcpkgs/python3-fasteners/template @@ -0,0 +1,14 @@ +# Template file for 'python3-fasteners' +pkgname=python3-fasteners +version=0.15 +revision=3 +wrksrc="fasteners-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-six" +short_desc="Python3 package that provides useful locks" +maintainer="Leah Neukirchen " +license="Apache-2.0" +homepage="https://pypi.org/project/fasteners/" +distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz" +checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef