python-keepalive: drop package
This commit is contained in:
parent
57833404fb
commit
5688b1eccc
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-keepalive'
|
|
||||||
pkgname=python-keepalive
|
|
||||||
version=0.5
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="keepalive"
|
|
||||||
short_desc="Python2 urllib keepalive support"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
homepage="https://github.com/wikier/keepalive"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
|
|
||||||
checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
|
|
||||||
|
|
||||||
python3-keepalive_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="keepalive"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-keepalive
|
|
14
srcpkgs/python3-keepalive/template
Normal file
14
srcpkgs/python3-keepalive/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-keepalive'
|
||||||
|
pkgname=python3-keepalive
|
||||||
|
version=0.5
|
||||||
|
revision=5
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Python3 urllib keepalive support"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/wikier/keepalive"
|
||||||
|
distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
|
||||||
|
checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
|
Loading…
Add table
Add a link
Reference in a new issue