From 1c4c73a74b2e6367ed8a1a2be1088a7f63be4895 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:32:37 +0700 Subject: [PATCH] python-h11: drop package --- srcpkgs/python-h11/template | 30 ------------------------------ srcpkgs/python3-h11 | 1 - srcpkgs/python3-h11/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 31 deletions(-) delete mode 100644 srcpkgs/python-h11/template delete mode 120000 srcpkgs/python3-h11 create mode 100644 srcpkgs/python3-h11/template diff --git a/srcpkgs/python-h11/template b/srcpkgs/python-h11/template deleted file mode 100644 index 7f2d2c5fa8a..00000000000 --- a/srcpkgs/python-h11/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'python-h11' -pkgname=python-h11 -version=0.9.0 -revision=2 -archs=noarch -wrksrc=h11-${version} -build_style=python-module -pycompile_module="h11" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Bring-your-own-I/O implementation of HTTP/1.1 (Python2)" -maintainer="Nathan Owens " -license="MIT" -homepage="https://github.com/python-hyper/h11" -distfiles="https://github.com/python-hyper/h11/archive/v${version}.tar.gz" -checksum=77b543bed05fb7b1e267dc8552d502b6f9f69d3812c8d58d0a56d0f148d2ae06 - -post_install() { - vlicense LICENSE.txt -} - -python3-h11_package() { - archs=noarch - pycompile_module="h11" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove "usr/lib/python3*" - } -} diff --git a/srcpkgs/python3-h11 b/srcpkgs/python3-h11 deleted file mode 120000 index d3c0773985b..00000000000 --- a/srcpkgs/python3-h11 +++ /dev/null @@ -1 +0,0 @@ -python-h11 \ No newline at end of file diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template new file mode 100644 index 00000000000..99ec82f0099 --- /dev/null +++ b/srcpkgs/python3-h11/template @@ -0,0 +1,18 @@ +# Template file for 'python3-h11' +pkgname=python3-h11 +version=0.9.0 +revision=3 +wrksrc=h11-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Bring-your-own-I/O implementation of HTTP/1.1 (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/python-hyper/h11" +distfiles="https://github.com/python-hyper/h11/archive/v${version}.tar.gz" +checksum=77b543bed05fb7b1e267dc8552d502b6f9f69d3812c8d58d0a56d0f148d2ae06 + +post_install() { + vlicense LICENSE.txt +}