diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template deleted file mode 100644 index eb29959d45..0000000000 --- a/srcpkgs/python-hyper-h2/template +++ /dev/null @@ -1,28 +0,0 @@ -# Template file for 'python-hyper-h2' -pkgname=python-hyper-h2 -version=3.2.0 -revision=1 -archs=noarch -wrksrc="hyper-h2-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python python-hpack python-hyperframe" -short_desc="HTTP/2 State-Machine based protocol implementation(Python2)" -maintainer="Nathan Owens " -license="MIT" -homepage="https://github.com/python-hyper/hyper-h2" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ef4213b73e113905c67fdc0abd677c6e2dff53894e657fbc12987ae5c00b6c91 - -post_install() { - vlicense LICENSE -} - -python3-hyper-h2_package() { - archs=noarch - short_desc="${short_desc/Python2/Python3}" - depends="python3 python3-hpack python3-hyperframe" - pkg_install() { - vmove "usr/lib/python3*" - } -} diff --git a/srcpkgs/python3-hyper-h2 b/srcpkgs/python3-hyper-h2 deleted file mode 120000 index 3e2cb72659..0000000000 --- a/srcpkgs/python3-hyper-h2 +++ /dev/null @@ -1 +0,0 @@ -python-hyper-h2 \ No newline at end of file diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template new file mode 100644 index 0000000000..bf56f8bc69 --- /dev/null +++ b/srcpkgs/python3-hyper-h2/template @@ -0,0 +1,18 @@ +# Template file for 'python3-hyper-h2' +pkgname=python3-hyper-h2 +version=3.2.0 +revision=2 +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=ef4213b73e113905c67fdc0abd677c6e2dff53894e657fbc12987ae5c00b6c91 + +post_install() { + vlicense LICENSE +}