5825806c7a
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.
18 lines
513 B
Makefile
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"
|