pkgsrc/net/py-prometheus_client/Makefile
adam 14c20cc009 py-prometheus_client: updated to 0.8.0
0.8.0:
[FEATURE] Added ASGI application
[FEATURE] Add support for parsing timestamps in Prometheus exposition format.
[FEATURE] Add target_info to registries
[ENHANCEMENT] Handle empty and slashes in label values for pushgateway
[ENHANCEMENT] Various updates for latest OpenMetrics draft spec
[ENHANCEMENT] Add HELP output for auto-created metrics
[ENHANCEMENT] Use mmap.PAGESIZE constant as value for first read.
[ENHANCEMENT] Add __repr__ method to metric objects, make them debug friendly.
[ENHANCEMENT] Add observability check to metrics
[BUGFIX] Fix urlparse in python >= 3.7.6
[BUGFIX] Cleaning up name before appending unit on name
[BUGFIX] Allow for OSError on Google App Engine
2020-05-26 16:53:40 +00:00

16 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/05/26 16:53:40 adam Exp $
DISTNAME= prometheus_client-0.8.0
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"