Index: head/dns/py-ns1-python/Makefile =================================================================== --- head/dns/py-ns1-python/Makefile (revision 535736) +++ head/dns/py-ns1-python/Makefile (revision 535737) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= ns1-python -DISTVERSION= 0.13.0 +DISTVERSION= 0.15.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 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 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/dns/py-ns1-python/distinfo =================================================================== --- head/dns/py-ns1-python/distinfo (revision 535736) +++ head/dns/py-ns1-python/distinfo (revision 535737) @@ -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 Index: head/dns/py-ns1-python/files/patch-setup.py =================================================================== --- head/dns/py-ns1-python/files/patch-setup.py (nonexistent) +++ head/dns/py-ns1-python/files/patch-setup.py (revision 535737) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-05-18 08:21:51 UTC ++++ setup.py +@@ -21,7 +21,7 @@ setup( + author_email="devteam@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=[ Property changes on: head/dns/py-ns1-python/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property