27 lines
737 B
Bash
27 lines
737 B
Bash
# Template file for 'python-keepalive'
|
|
pkgname=python-keepalive
|
|
version=0.5
|
|
revision=3
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
pycompile_module="keepalive"
|
|
short_desc="Python2 urllib keepalive support"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/wikier/keepalive"
|
|
license="LGPL-2.1"
|
|
distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz"
|
|
checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1
|
|
|
|
python3-keepalive_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="keepalive"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|