From c8700421615541539b23f1b64065006ceba3ca3c 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 23:38:50 +0700 Subject: [PATCH] python-IPy: drop package --- srcpkgs/python-IPy/template | 31 ------------------------------- srcpkgs/python3-IPy | 1 - srcpkgs/python3-IPy/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-IPy/template delete mode 120000 srcpkgs/python3-IPy create mode 100644 srcpkgs/python3-IPy/template diff --git a/srcpkgs/python-IPy/template b/srcpkgs/python-IPy/template deleted file mode 100644 index aaae9fcd002..00000000000 --- a/srcpkgs/python-IPy/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-IPy' -pkgname=python-IPy -version=1.00 -revision=2 -archs=noarch -wrksrc="IPy-${version}" -build_style=python-module -pycompile_module="IPy.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 class for handling of IPv4 and IPv6 addresses and networks" -maintainer="johannes " -license="BSD-3-Clause" -homepage="https://github.com/autocracy/python-ipy" -distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz" -checksum=2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621 - -post_install() { - vlicense COPYING -} - -python3-IPy_package() { - short_desc="${short_desc/Python2/Python3}" - archs=noarch - pycompile_module="IPy.py" - depends="python3" - pkg_install() { - vmove usr/lib/python3* - vlicense COPYING - } -} diff --git a/srcpkgs/python3-IPy b/srcpkgs/python3-IPy deleted file mode 120000 index 1da828b7b17..00000000000 --- a/srcpkgs/python3-IPy +++ /dev/null @@ -1 +0,0 @@ -python-IPy \ No newline at end of file diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template new file mode 100644 index 00000000000..b5fc36135ad --- /dev/null +++ b/srcpkgs/python3-IPy/template @@ -0,0 +1,18 @@ +# Template file for 'python3-IPy' +pkgname=python3-IPy +version=1.00 +revision=3 +wrksrc="IPy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 class for handling of IPv4 and IPv6 addresses and networks" +maintainer="johannes " +license="BSD-3-Clause" +homepage="https://github.com/autocracy/python-ipy" +distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz" +checksum=2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621 + +post_install() { + vlicense COPYING +}