From 93ecf613c2ecb8b7d08aab73e370608f9649d623 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:29:14 +0700 Subject: [PATCH] python-asn1crypto: drop package --- srcpkgs/python-asn1crypto/template | 31 ----------------------------- srcpkgs/python3-asn1crypto | 1 - srcpkgs/python3-asn1crypto/template | 18 +++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-asn1crypto/template delete mode 120000 srcpkgs/python3-asn1crypto create mode 100644 srcpkgs/python3-asn1crypto/template diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template deleted file mode 100644 index e7ffe7415fc..00000000000 --- a/srcpkgs/python-asn1crypto/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-asn1crypto' -pkgname=python-asn1crypto -version=0.24.0 -revision=2 -archs=noarch -wrksrc="asn1crypto-${version}" -build_style=python-module -pycompile_module="asn1crypto" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 ASN.1 library with a focus on performance and a pythonic API" -maintainer="Alessio Sergi " -homepage="https://github.com/wbond/asn1crypto" -license="MIT" -distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz" -checksum=9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 - -post_install() { - vlicense LICENSE -} - -python3-asn1crypto_package() { - archs=noarch - depends="python3" - pycompile_module="asn1crypto" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-asn1crypto b/srcpkgs/python3-asn1crypto deleted file mode 120000 index dd2d73e2a49..00000000000 --- a/srcpkgs/python3-asn1crypto +++ /dev/null @@ -1 +0,0 @@ -python-asn1crypto \ No newline at end of file diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template new file mode 100644 index 00000000000..d930b7b43ee --- /dev/null +++ b/srcpkgs/python3-asn1crypto/template @@ -0,0 +1,18 @@ +# Template file for 'python3-asn1crypto' +pkgname=python3-asn1crypto +version=0.24.0 +revision=3 +wrksrc="asn1crypto-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 ASN.1 library with a focus on performance and a pythonic API" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/wbond/asn1crypto" +distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz" +checksum=9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 + +post_install() { + vlicense LICENSE +}