freebsd-ports/dns/py-ns1-python/Makefile
Dave Cottlehuber 8bc8cdfce5 dns/py-ns1-python: update to 0.18.0
Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
2022-11-16 23:07:42 +00:00

22 lines
608 B
Makefile

PORTNAME= ns1-python
DISTVERSION= 0.18.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Python SDK for accessing NS1, the Data Driven DNS platform
WWW= https://github.com/ns1/ns1-python
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>