217290b2bf
0.7.1: [BUGFIX] multiprocess: don't crash on missing gauge_live/sum files [BUGFIX] correctly bind method on Python 2.x
16 lines
477 B
Makefile
16 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/06/21 07:56:13 adam Exp $
|
|
|
|
DISTNAME= prometheus_client-0.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/prometheus/client_python
|
|
COMMENT= Prometheus instrumentation library for Python applications
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|