Page MenuHomeFreeBSD

D20355.id.diff
No OneTemporary

D20355.id.diff

Index: head/dns/Makefile
===================================================================
--- head/dns/Makefile
+++ head/dns/Makefile
@@ -194,6 +194,7 @@
SUBDIR += py-ldns
SUBDIR += py-localzone
SUBDIR += py-namebench
+ SUBDIR += py-ns1-python
SUBDIR += py-publicsuffix
SUBDIR += py-publicsuffixlist
SUBDIR += py-py3dns
Index: head/dns/py-ns1-python/Makefile
===================================================================
--- head/dns/py-ns1-python/Makefile
+++ head/dns/py-ns1-python/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= ns1-python
+DISTVERSION= 0.9.19
+CATEGORIES= dns python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dch@FreeBSD.org
+COMMENT= Python SDK for accessing NS1, the Data Driven DNS platform
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: head/dns/py-ns1-python/distinfo
===================================================================
--- head/dns/py-ns1-python/distinfo
+++ head/dns/py-ns1-python/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1557965605
+SHA256 (ns1-python-0.9.19.tar.gz) = a6c6f2f66a0c7a1df69cce599fd6f8f2481e3c76bdb03422dec64aeb32bb691e
+SIZE (ns1-python-0.9.19.tar.gz) = 16732
Index: head/dns/py-ns1-python/pkg-descr
===================================================================
--- head/dns/py-ns1-python/pkg-descr
+++ head/dns/py-ns1-python/pkg-descr
@@ -0,0 +1,6 @@
+Python SDK for accessing the NS1 DNS platform, including a simple NS1
+REST API wrapper, as well as a higher level interface for managing zones,
+records, data feeds, and more. It supports synchronous and asynchronous
+transports.
+
+WWW: https://github.com/ns1/ns1-python

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 7:12 AM (11 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32560992
Default Alt Text
D20355.id.diff (1 KB)

Event Timeline