pkgsrc/net/py-prometheus_client/Makefile
adam 5825806c7a py-prometheus_client: updated to 0.14.1
0.14.1
[BUGFIX] Revert choose_encoder being renamed to choose_formatter to fix a breaking change. For the 0.14.x release cycle choose_formatter will still exist, but will be removed in 0.15.0.
2022-04-25 11:30:43 +00:00

18 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.12 2022/04/25 11:30:43 adam Exp $
DISTNAME= prometheus_client-0.14.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
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"