summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 12:35:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 12:35:59 +0000
commite4407abb51cd23577d20bd2c6650ef056a0ae0f8 (patch)
tree77453ead818cd90fb4bf3684788b603f48bc4fb9 /dns
parentUpdate to 2.1.13 (diff)
Update to 2.8.15
Changes: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=563394
Diffstat (limited to 'dns')
-rw-r--r--dns/py-cloudflare/Makefile4
-rw-r--r--dns/py-cloudflare/distinfo6
-rw-r--r--dns/py-cloudflare/files/patch-setup.py11
3 files changed, 16 insertions, 5 deletions
diff --git a/dns/py-cloudflare/Makefile b/dns/py-cloudflare/Makefile
index 20e5790b9e67..3a1cb61d3f75 100644
--- a/dns/py-cloudflare/Makefile
+++ b/dns/py-cloudflare/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cloudflare
-PORTVERSION= 2.6.1
+PORTVERSION= 2.8.15
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Wrapper for the Cloudflare v4 API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonlines>=0:devel/py-jsonlines@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
diff --git a/dns/py-cloudflare/distinfo b/dns/py-cloudflare/distinfo
index 3a63b79f6a5a..8f5f2e871fd0 100644
--- a/dns/py-cloudflare/distinfo
+++ b/dns/py-cloudflare/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611665729
-SHA256 (cloudflare-2.6.1.tar.gz) = e1fab742f020d2c4d0b4e627f6f5b09f4b078325b1ea945a3b3707216d69f667
-SIZE (cloudflare-2.6.1.tar.gz) = 59023
+TIMESTAMP = 1611856678
+SHA256 (cloudflare-2.8.15.tar.gz) = 1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc
+SIZE (cloudflare-2.8.15.tar.gz) = 70697
diff --git a/dns/py-cloudflare/files/patch-setup.py b/dns/py-cloudflare/files/patch-setup.py
new file mode 100644
index 000000000000..79a7e9d889a0
--- /dev/null
+++ b/dns/py-cloudflare/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2020-08-13 01:09:48 UTC
++++ setup.py
+@@ -31,7 +31,7 @@ def main():
+ #package_dir={'CloudFlare/examples': 'examples'},
+ #package_data={'cloudflare-examples': ["examples/*"]},
+ include_package_data=True,
+- data_files = [('man/man1', ['cli4/cli4.man'])],
++ #data_files = [('man/man1', ['cli4/cli4.man'])],
+ install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
+ keywords='cloudflare',
+ entry_points={