From c4b2b514b7e2f1d152208527d04405a1260e3b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 21:57:03 +0700 Subject: [PATCH] python-fasteners: drop package --- srcpkgs/python-fasteners/template | 26 ------------------- srcpkgs/python3-fasteners | 1 - .../patches/fasteners-monotonic.patch | 0 srcpkgs/python3-fasteners/template | 14 ++++++++++ 4 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-fasteners/template delete mode 120000 srcpkgs/python3-fasteners rename srcpkgs/{python-fasteners => python3-fasteners}/patches/fasteners-monotonic.patch (100%) create mode 100644 srcpkgs/python3-fasteners/template 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