1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

dns/py-ns1-python: update to 0.15.0

Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2020-05-18 12:09:11 +00:00
parent 9f39bf9baa
commit d12d8dc71d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535737
3 changed files with 17 additions and 5 deletions

View File

@ -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 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

View File

@ -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

View File

@ -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=[