python-hyperframe: drop package
This commit is contained in:
parent
8f7b051b6e
commit
ab49c72da6
3 changed files with 18 additions and 31 deletions
|
@ -1,30 +0,0 @@
|
|||
# Template file for 'python-hyperframe'
|
||||
pkgname=python-hyperframe
|
||||
version=5.2.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc=hyperframe-${version}
|
||||
build_style=python-module
|
||||
pycompile_module="hyperframe"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Pure-Python HTTP/2 framing (Python2)"
|
||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://python-hyper.org/hyperframe/"
|
||||
distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz"
|
||||
checksum=cd69754e1a7dc16ac5b9c128ffcbb54b7598853bd54ed24a94df29a58eb541ec
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-hyperframe_package() {
|
||||
archs=noarch
|
||||
pycompile_module="hyperframe"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-hyperframe
|
18
srcpkgs/python3-hyperframe/template
Normal file
18
srcpkgs/python3-hyperframe/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-hyperframe'
|
||||
pkgname=python3-hyperframe
|
||||
version=5.2.0
|
||||
revision=3
|
||||
wrksrc=hyperframe-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Pure-Python HTTP/2 framing (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://python-hyper.org/hyperframe/"
|
||||
distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz"
|
||||
checksum=cd69754e1a7dc16ac5b9c128ffcbb54b7598853bd54ed24a94df29a58eb541ec
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue