Commit graph

22 commits

Author SHA1 Message Date
Po-Chuan Hsieh
15fce721e9
dns/py-cloudflare: Update to 2.20.0
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2024-07-08 01:22:04 +08:00
Po-Chuan Hsieh
1a80ec7c22
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
2024-07-07 16:05:33 +08:00
Po-Chuan Hsieh
f2200d92ed
dns/py-cloudflare: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-07-07 00:12:15 +08:00
Po-Chuan Hsieh
44902a289e
dns/py-cloudflare: Update to 2.19.4
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2024-07-03 12:37:28 +08:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Po-Chuan Hsieh
4fb3e030fa
dns/py-cloudflare: Update to 2.9.12
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2022-09-01 02:50:00 +08:00
Po-Chuan Hsieh
a8af098b8c
dns/py-cloudflare: Update to 2.9.11
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2022-08-27 18:26:10 +08:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
e4407abb51 Update to 2.8.15
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2021-01-30 12:35:59 +00:00
Sunpoet Po-Chuan Hsieh
3f2317bccd Update to 2.6.1
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2021-01-26 17:55:47 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Danilo G. Baio
bc6a6061b7 dns/py-cloudflare: Update to 2.3.1
Latest release that supports Python 2 and 3.
This version brings api token support.

PR:		248959
Reported by:	player701@player701.ru
Approved by:	python (with hat)
2020-09-13 18:00:03 +00:00
Alexey Dokuchaev
2c4b1d164e Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). 2020-05-28 08:43:29 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
19383dcfae Update to 2.1.0
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2018-02-26 22:30:44 +00:00
Sunpoet Po-Chuan Hsieh
9a087670f0 Update to 2.0.4
- Add missing RUN_DEPENDS

Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2018-02-23 19:24:38 +00:00
Mathieu Arnold
2a4e97cbb8 Add py-cloudflare, a wrapper for the Cloudflare v4 API.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14262
2018-02-22 14:29:57 +00:00