From 6d096afd1a5c73e91f33c749113e5b14d478212f 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:07:49 +0700 Subject: [PATCH] python-webencodings: drop package --- srcpkgs/python-webencodings/template | 24 ------------------------ srcpkgs/python3-webencodings | 1 - srcpkgs/python3-webencodings/template | 21 +++++++++++++++++++++ 3 files changed, 21 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/python-webencodings/template delete mode 120000 srcpkgs/python3-webencodings create mode 100644 srcpkgs/python3-webencodings/template diff --git a/srcpkgs/python-webencodings/template b/srcpkgs/python-webencodings/template deleted file mode 100644 index c9d7ca700fa..00000000000 --- a/srcpkgs/python-webencodings/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-webencodings' -pkgname=python-webencodings -version=0.5.1 -revision=4 -wrksrc="webencodings-${version}" -build_style=python-module -pycompile_module="webencodings" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 implementation of the WHATWG Encoding standard" -maintainer="Alessio Sergi " -homepage="https://github.com/gsnedders/python-webencodings" -license="3-clause-BSD" -distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz" -checksum=b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923 - -python3-webencodings_package() { - depends="python3" - pycompile_module="webencodings" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-webencodings b/srcpkgs/python3-webencodings deleted file mode 120000 index b6398d6f113..00000000000 --- a/srcpkgs/python3-webencodings +++ /dev/null @@ -1 +0,0 @@ -python-webencodings \ No newline at end of file diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template new file mode 100644 index 00000000000..0c57a319520 --- /dev/null +++ b/srcpkgs/python3-webencodings/template @@ -0,0 +1,21 @@ +# Template file for 'python3-webencodings' +pkgname=python3-webencodings +version=0.5.1 +revision=5 +wrksrc="webencodings-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 implementation of the WHATWG Encoding standard" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/gsnedders/python-webencodings" +distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz + https://raw.githubusercontent.com/gsnedders/python-webencodings/v$version/LICENSE" +checksum="b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923 + f23bae6ada76095610a77137fb92aec7342723900211c5826d54b4c57907ca56" +skip_extraction=LICENSE + +post_install() { + vlicense $XBPS_SRCDISTDIR/$pkgname-$version/LICENSE +}