svn commit: r535737 - in head/dns/py-ns1-python: . files
Dave Cottlehuber
dch at FreeBSD.org
Mon May 18 12:09:12 UTC 2020
Author: dch
Date: Mon May 18 12:09:11 2020
New Revision: 535737
URL: https://svnweb.freebsd.org/changeset/ports/535737
Log:
dns/py-ns1-python: update to 0.15.0
Reported by: portscout
Sponsored by: SkunkWerks, GmbH
Added:
head/dns/py-ns1-python/files/
head/dns/py-ns1-python/files/patch-setup.py (contents, props changed)
Modified:
head/dns/py-ns1-python/Makefile
head/dns/py-ns1-python/distinfo
Modified: head/dns/py-ns1-python/Makefile
==============================================================================
--- head/dns/py-ns1-python/Makefile Mon May 18 11:38:09 2020 (r535736)
+++ head/dns/py-ns1-python/Makefile Mon May 18 12:09:11 2020 (r535737)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ns1-python
-DISTVERSION= 0.13.0
+DISTVERSION= 0.15.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ COMMENT= Python SDK for accessing NS1, the Data Driven
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
+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
Modified: head/dns/py-ns1-python/distinfo
==============================================================================
--- head/dns/py-ns1-python/distinfo Mon May 18 11:38:09 2020 (r535736)
+++ head/dns/py-ns1-python/distinfo Mon May 18 12:09:11 2020 (r535737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580337656
-SHA256 (ns1-python-0.13.0.tar.gz) = 996617b4c93b1a8b975877acee4f97bac76085e3e64bdb87b012f053207d5dde
-SIZE (ns1-python-0.13.0.tar.gz) = 23081
+TIMESTAMP = 1589789649
+SHA256 (ns1-python-0.15.0.tar.gz) = 124e96a8b116846e3dea828fa096e184181e751e3ac5b4a8ba1f771c35235b46
+SIZE (ns1-python-0.15.0.tar.gz) = 28459
Added: head/dns/py-ns1-python/files/patch-setup.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/py-ns1-python/files/patch-setup.py Mon May 18 12:09:11 2020 (r535737)
@@ -0,0 +1,11 @@
+--- setup.py.orig 2020-05-18 08:21:51 UTC
++++ setup.py
+@@ -21,7 +21,7 @@ setup(
+ author_email="devteam at ns1.com",
+ url="https://github.com/ns1/ns1-python",
+ packages=find_packages(exclude=["tests", "examples"]),
+- setup_requires=["pytest-runner", "wheel",],
++ setup_requires=["pytest-runner"],
+ tests_require=["pytest", "pytest-pep8", "pytest-cov", "mock",],
+ keywords="dns development rest sdk ns1 nsone",
+ classifiers=[
More information about the svn-ports-all
mailing list