mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
15 lines
629 B
Bash
15 lines
629 B
Bash
# Template file for 'python3-prometheus_client'
|
|
pkgname=python3-prometheus_client
|
|
version=0.21.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 client for the Prometheus monitoring system"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/prometheus/client_python"
|
|
changelog="https://github.com/prometheus/client_python/releases"
|
|
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
|
checksum=252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb
|