From 46722b6311459d30fd421a4e2ac46faf9dd4171f 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 22:54:59 +0700 Subject: [PATCH] python-cycler: drop package --- srcpkgs/python-cycler/template | 31 ------------------------------- srcpkgs/python3-cycler | 1 - srcpkgs/python3-cycler/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-cycler/template delete mode 120000 srcpkgs/python3-cycler create mode 100644 srcpkgs/python3-cycler/template diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template deleted file mode 100644 index 0b53c195da..0000000000 --- a/srcpkgs/python-cycler/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-cycler' -pkgname=python-cycler -version=0.10.0 -revision=5 -archs=noarch -wrksrc="cycler-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-six" -pycompile_module="cycler.py" -short_desc="Composable style cycles (Python2)" -maintainer="Alessio Sergi " -homepage="https://github.com/matplotlib/cycler" -license="3-clause-BSD" -distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz" -checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8 - -post_install() { - vlicense LICENSE -} - -python3-cycler_package() { - archs=noarch - depends="python3-six" - pycompile_module="cycler.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-cycler b/srcpkgs/python3-cycler deleted file mode 120000 index e62ba8c968..0000000000 --- a/srcpkgs/python3-cycler +++ /dev/null @@ -1 +0,0 @@ -python-cycler \ No newline at end of file diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template new file mode 100644 index 0000000000..7c4083a39a --- /dev/null +++ b/srcpkgs/python3-cycler/template @@ -0,0 +1,18 @@ +# Template file for 'python3-cycler' +pkgname=python3-cycler +version=0.10.0 +revision=6 +wrksrc="cycler-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-six" +short_desc="Composable style cycles (Python3)" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/matplotlib/cycler" +distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz" +checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8 + +post_install() { + vlicense LICENSE +}