summaryrefslogtreecommitdiff
path: root/python3-prometheus_client/Pkgfile
blob: 2b8ffe5afe62313c97f8e302be59555c4396b071 (plain)
    1 # Description: Prometheus instrumentation library for Python applications
    2 # URL: https://github.com/prometheus/client_python
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-prometheus_client
    7 version=0.15.0
    8 release=1
    9 source=(https://github.com/prometheus/client_python/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd client_python-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     -O1 \
   17     --skip-build
   18 }

Generated by cgit