31 lines
642 B
Makefile
Raw Normal View History

2020-06-13 21:19:17 +00:00
# $OpenBSD: Makefile,v 1.22 2020/06/13 21:19:17 sebastia Exp $
COMMENT= library for working with the PuppetDB API
2020-06-13 21:19:17 +00:00
MODPY_EGG_VERSION= 2.2.0
DISTNAME= pypuppetdb-${MODPY_EGG_VERSION}
PKGNAME= py-puppetdb-${MODPY_EGG_VERSION}
CATEGORIES= databases www
2016-09-06 11:26:07 +00:00
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# Apache2
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
2015-04-02 14:21:12 +00:00
MODPY_PI = Yes
2016-09-06 11:26:07 +00:00
FLAVORS = python3
FLAVOR?=
2020-02-07 13:08:02 +00:00
RUN_DEPENDS= www/py-requests${MODPY_FLAVOR}>=2.22.0 \
devel/py-six${MODPY_FLAVOR}>=1.13.0
2013-12-25 13:57:58 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
# ERROR: toxini file 'tox.ini' not found
NO_TEST = Yes
.include <bsd.port.mk>