Skip to content
Snippets Groups Projects
Verified Commit 44902a28 authored by sunpoet's avatar sunpoet
Browse files

dns/py-cloudflare: Update to 2.19.4

parent a48672dc
No related branches found
No related tags found
No related merge requests found
PORTNAME= cloudflare
PORTVERSION= 2.9.12
PORTVERSION= 2.19.4
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -11,8 +11,9 @@ WWW= https://github.com/cloudflare/python-cloudflare
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonlines>=0:devel/py-jsonlines@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${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}
......
TIMESTAMP = 1661951068
SHA256 (cloudflare-2.9.12.tar.gz) = c3e722511cfdb097169a186325fbe8a2b158501169d0f68b679e736f6b0cc030
SIZE (cloudflare-2.9.12.tar.gz) = 73123
TIMESTAMP = 1718805705
SHA256 (cloudflare-2.19.4.tar.gz) = 3b6000a01a237c23bccfdf6d20256ea5111ec74a826ae9e74f9f0e5bb5b2383f
SIZE (cloudflare-2.19.4.tar.gz) = 118374
--- setup.py.orig 2022-03-30 20:48:59 UTC
+++ setup.py
@@ -32,7 +32,6 @@ def main():
#package_dir={'CloudFlare/examples': 'examples'},
#package_data={'cloudflare-examples': ["examples/*"]},
include_package_data=True,
- data_files = [('share/man/man1', ['cli4/cli4.1'])],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
keywords='cloudflare',
entry_points={
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment