mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
30 lines
591 B
Makefile
30 lines
591 B
Makefile
COMMENT= library for working with the PuppetDB API
|
|
|
|
MODPY_DISTV= 3.2.0
|
|
DISTNAME= pypuppetdb-${MODPY_DISTV}
|
|
PKGNAME= py-puppetdb-${MODPY_DISTV}
|
|
CATEGORIES= databases www
|
|
REVISION= 2
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= www/py-requests>=2.22.0
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# ERROR: toxini file 'tox.ini' not found
|
|
NO_TEST= Yes
|
|
|
|
# The file doesn't exist, but setup tries to open it and fails
|
|
pre-build:
|
|
touch ${WRKDIST}/CHANGELOG.md
|
|
|
|
.include <bsd.port.mk>
|