svn commit: r563394 - in head/dns/py-cloudflare: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 12:36:05 UTC 2021


Author: sunpoet
Date: Sat Jan 30 12:35:59 2021
New Revision: 563394
URL: https://svnweb.freebsd.org/changeset/ports/563394

Log:
  Update to 2.8.15
  
  Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md

Added:
  head/dns/py-cloudflare/files/
  head/dns/py-cloudflare/files/patch-setup.py   (contents, props changed)
Modified:
  head/dns/py-cloudflare/Makefile
  head/dns/py-cloudflare/distinfo

Modified: head/dns/py-cloudflare/Makefile
==============================================================================
--- head/dns/py-cloudflare/Makefile	Sat Jan 30 12:35:51 2021	(r563393)
+++ head/dns/py-cloudflare/Makefile	Sat Jan 30 12:35:59 2021	(r563394)
@@ -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}

Modified: head/dns/py-cloudflare/distinfo
==============================================================================
--- head/dns/py-cloudflare/distinfo	Sat Jan 30 12:35:51 2021	(r563393)
+++ head/dns/py-cloudflare/distinfo	Sat Jan 30 12:35:59 2021	(r563394)
@@ -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

Added: head/dns/py-cloudflare/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-cloudflare/files/patch-setup.py	Sat Jan 30 12:35:59 2021	(r563394)
@@ -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={


More information about the svn-ports-all mailing list