python-prometheus_client: drop package
This commit is contained in:
parent
46d4329c03
commit
90b9f2562d
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-prometheus_client'
|
||||
pkgname=python-prometheus_client
|
||||
version=0.7.1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="prometheus_client-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="prometheus_client"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 client for the Prometheus monitoring system"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/prometheus/client_python"
|
||||
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
||||
checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
|
||||
|
||||
python3-prometheus_client_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="prometheus_client"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-prometheus_client
|
14
srcpkgs/python3-prometheus_client/template
Normal file
14
srcpkgs/python3-prometheus_client/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-prometheus_client'
|
||||
pkgname=python3-prometheus_client
|
||||
version=0.7.1
|
||||
revision=3
|
||||
wrksrc="prometheus_client-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 client for the Prometheus monitoring system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/prometheus/client_python"
|
||||
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
||||
checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
|
Loading…
Reference in a new issue