mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
2c1f4891e6
With hat: puppet
26 lines
497 B
Makefile
26 lines
497 B
Makefile
PORTNAME= pypuppetdb
|
|
PORTVERSION= 2.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Library to work with PuppetDB's REST API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS_INSTALL= pypuppetdb03-*
|
|
|
|
GH_ACCOUNT= voxpupuli
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/requirements_for_tests/d' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|