From a4c22c3e0243d3b477a07020253b5b45e8812cf1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH] python3-hyper-h2: rebuild for Python 3.10, rename python3-h2 --- srcpkgs/python3-h2/template | 24 ++++++++++++++++++++++++ srcpkgs/python3-hyper-h2 | 1 + srcpkgs/python3-hyper-h2/template | 18 ------------------ 3 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 srcpkgs/python3-h2/template create mode 120000 srcpkgs/python3-hyper-h2 delete mode 100644 srcpkgs/python3-hyper-h2/template diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template new file mode 100644 index 00000000000..29668e4cec4 --- /dev/null +++ b/srcpkgs/python3-h2/template @@ -0,0 +1,24 @@ +# Template file for 'python3-h2' +pkgname=python3-h2 +version=4.0.0 +revision=2 +wrksrc="h2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-hpack python3-hyperframe" +short_desc="HTTP/2 State-Machine based protocol implementation (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/python-hyper/h2" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=78753b52cebb63f87097c9a5f969004a61ec4a41f967e41dcc287e26dd9b4143 + +post_install() { + vlicense LICENSE +} + +python3-hyper-h2_package() { + build_style=meta + short_desc+=" - transitional dummy pkg" + depends="python3-h2>=${version}_${revision}" +} diff --git a/srcpkgs/python3-hyper-h2 b/srcpkgs/python3-hyper-h2 new file mode 120000 index 00000000000..853f8bf9462 --- /dev/null +++ b/srcpkgs/python3-hyper-h2 @@ -0,0 +1 @@ +python3-h2 \ No newline at end of file diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template deleted file mode 100644 index ace0cb9258b..00000000000 --- a/srcpkgs/python3-hyper-h2/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'python3-hyper-h2' -pkgname=python3-hyper-h2 -version=4.0.0 -revision=1 -wrksrc="hyper-h2-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3 python3-hpack python3-hyperframe" -short_desc="HTTP/2 State-Machine based protocol implementation(Python3)" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/python-hyper/hyper-h2" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ced79b6c3cd967ef6acf405c5e9edfb4069b274799bc261aac7d5d3fec36b011 - -post_install() { - vlicense LICENSE -}