From f28ad72e039f5143de474979f7e665c1aff051a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 28 Sep 2020 23:01:19 +0700 Subject: [PATCH] python-wrapt: drop package --- srcpkgs/python-wrapt/template | 28 ---------------------------- srcpkgs/python3-wrapt | 1 - srcpkgs/python3-wrapt/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 29 deletions(-) delete mode 100644 srcpkgs/python-wrapt/template delete mode 120000 srcpkgs/python3-wrapt create mode 100644 srcpkgs/python3-wrapt/template diff --git a/srcpkgs/python-wrapt/template b/srcpkgs/python-wrapt/template deleted file mode 100644 index e6ace42011b..00000000000 --- a/srcpkgs/python-wrapt/template +++ /dev/null @@ -1,28 +0,0 @@ -# Template file for 'python-wrapt' -pkgname=python-wrapt -version=1.11.2 -revision=2 -wrksrc="wrapt-${version}" -build_style=python-module -pycompile_module="wrapt" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -short_desc="Python2 module for decorators, wrappers and monkey patching" -maintainer="Alessio Sergi " -license="BSD-2-Clause" -homepage="https://github.com/GrahamDumpleton/wrapt" -distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" -checksum=565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1 - -post_install() { - vlicense LICENSE -} - -python3-wrapt_package() { - pycompile_module="wrapt" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-wrapt b/srcpkgs/python3-wrapt deleted file mode 120000 index d9d8dda7ebe..00000000000 --- a/srcpkgs/python3-wrapt +++ /dev/null @@ -1 +0,0 @@ -python-wrapt \ No newline at end of file diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template new file mode 100644 index 00000000000..b41968c4855 --- /dev/null +++ b/srcpkgs/python3-wrapt/template @@ -0,0 +1,18 @@ +# Template file for 'python3-wrapt' +pkgname=python3-wrapt +version=1.11.2 +revision=3 +wrksrc="wrapt-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +short_desc="Python3 module for decorators, wrappers and monkey patching" +maintainer="Orphaned " +license="BSD-2-Clause" +homepage="https://github.com/GrahamDumpleton/wrapt" +distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" +checksum=565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1 + +post_install() { + vlicense LICENSE +}