Commit Graph

58 Commits

Author SHA1 Message Date
Po-Chuan Hsieh 4b38d52249 databases/py-sqlalchemy14: Update to 1.4.53
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2024-08-05 01:14:02 +08:00
Po-Chuan Hsieh 3d846c552b databases/py-sqlalchemy14: Update to 1.4.52
- Convert to USE_PYTHON=pep517

Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2024-03-23 22:31:09 +08:00
Po-Chuan Hsieh 9bcc96da97 databases/py-sqlalchemy14: Update to 1.4.51
- Add PORTSCOUT

Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2024-02-21 23:07:09 +08:00
Po-Chuan Hsieh dded6934a4 databases/py-sqlalchemy14: Update to 1.4.50
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2023-11-02 15:37:23 +08:00
Po-Chuan Hsieh c947373b2d databases/py-sqlalchemy14: Update to 1.4.49
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2023-07-10 05:34:27 +08:00
Po-Chuan Hsieh 861d0a219c databases/py-sqlalchemy14: Remove outdated PYTHON_REL check after lang/python37 removal 2023-06-30 15:03:03 +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
Po-Chuan Hsieh 785dd35bf0 databases/py-sqlalchemy14: Update to 1.4.48
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2023-05-03 03:58:26 +08:00
Po-Chuan Hsieh a0f696486b databases/py-sqlalchemy14: Update to 1.4.47
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2023-04-06 01:30:13 +08:00
Po-Chuan Hsieh 55d993e6c8 databases/py-sqlalchemy14: Update WWW 2023-03-22 03:20:27 +08:00
Po-Chuan Hsieh 401ff1d058 databases/py-sqlalchemy14: Update to 1.4.46
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2023-01-30 20:59:36 +08: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
Po-Chuan Hsieh 0f5a1518f9 databases/py-sqlalchemy14: Update to 1.4.44
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-12-30 17:04:27 +08:00
Po-Chuan Hsieh e481e25e62 databases/py-sqlalchemy14: Update version requirement of TEST_DEPENDS 2022-11-19 16:11:53 +08:00
Po-Chuan Hsieh 821fff73e3 databases/py-sqlalchemy14: Update to 1.4.41
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-09-10 21:02:42 +08: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 4a8910ab1d databases/py-sqlalchemy14: Update to 1.4.40
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-08-31 19:41:01 +08:00
Po-Chuan Hsieh 5e0153ec4b databases/py-sqlalchemy14: Update to 1.4.39
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-06-30 05:49:45 +08:00
Po-Chuan Hsieh 190a7b060e databases/py-sqlalchemy14: Update to 1.4.38
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-06-30 00:32:39 +08:00
Stefan Eßer da00957fbe Fix CONFLICTS_INSTALL in the databases category
Approved by:	portmgr (implicit)
2022-06-29 17:57:40 +02:00
Po-Chuan Hsieh 3bb1751988 databases/py-sqlalchemy14: Update to 1.4.37
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-06-04 07:36:32 +08:00
Po-Chuan Hsieh 3bb91cc933 databases/py-sqlalchemy14: Update to 1.4.36
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-04-30 23:58:06 +08:00
Po-Chuan Hsieh bb75bf69a7 databases/py-sqlalchemy14: Update to 1.4.35
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-04-18 07:58:14 +08:00
Po-Chuan Hsieh 277d92981f databases/py-sqlalchemy14: Update to 1.4.34
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-04-16 12:19:17 +08:00
Po-Chuan Hsieh 2f069ca67b databases/py-sqlalchemy14: Update to 1.4.32
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-03-25 21:36:51 +08:00
Po-Chuan Hsieh e004380209 databases/py-sqlalchemy14: Update to 1.4.31
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-01-26 03:50:13 +08:00
Po-Chuan Hsieh effda8f2d9 databases/py-sqlalchemy14: Update to 1.4.29
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-01-24 02:19:14 +08:00
Po-Chuan Hsieh 44ee9fb552 databases/py-sqlalchemy14: Update to 1.4.28
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-01-12 02:44:17 +08:00
Po-Chuan Hsieh b6247404b1 databases/py-sqlalchemy14: Update to 1.4.27
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-11-22 02:20:03 +08:00
Po-Chuan Hsieh 1e7f5481ce databases/py-sqlalchemy14: Update to 1.4.26
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-10-26 05:46:36 +08:00
Po-Chuan Hsieh 3c9ff3ac90 databases/py-sqlalchemy14: Update to 1.4.25
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-09-27 23:55:55 +08:00
Po-Chuan Hsieh 6639006cac databases/py-sqlalchemy14: Update to 1.4.23
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-09-21 11:44:19 +08:00
Po-Chuan Hsieh 59f5b3ab11 databases/py-sqlalchemy14: Convert PORTDOCS and PORTEXAMPLES to PLIST entries 2021-09-19 14:00:14 +08:00
Bernhard Froehlich 1617d07c58 databases/py-sqlalchemy14: Add CPE information
Approved by:	portmgr (blanket)
2021-08-31 19:50:00 +00:00
Po-Chuan Hsieh f726b0c416 databases/py-sqlalchemy14: Update to 1.4.22
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-07-25 04:21:29 +08:00
Po-Chuan Hsieh 6825005383 databases/py-sqlalchemy14: Update to 1.4.21
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-07-16 07:52:33 +08:00
Po-Chuan Hsieh e0d6b00cba databases/py-sqlalchemy14: Update to 1.4.20
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-07-06 22:56:25 +08:00
Po-Chuan Hsieh 83137dde93 databases/py-sqlalchemy14: Update to 1.4.19
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-07-01 04:43:39 +08:00
Po-Chuan Hsieh 0f471a4052 databases/py-sqlalchemy14: Update to 1.4.18
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-21 00:15:58 +08:00
Po-Chuan Hsieh 6776729f31 databases/py-sqlalchemy14: Update to 1.4.17
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-15 01:39:47 +08:00
Po-Chuan Hsieh 66ac7829da databases/py-sqlalchemy14: Update to 1.4.16
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-10 22:46:13 +08:00
Dmitry Marakasov 0729af4255 Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
2021-05-25 16:55:43 +03:00
Po-Chuan Hsieh 61eb173de5 databases/py-sqlalchemy14: Update to 1.4.15
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-19 03:28:10 +08:00
Po-Chuan Hsieh f650ace96b databases/py-sqlalchemy14: Update to 1.4.14
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-16 23:24:02 +08:00
Po-Chuan Hsieh 7a61a5fb42 databases/py-sqlalchemy14: Update to 1.4.13
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-12 05:47:05 +08:00
Po-Chuan Hsieh a1e26aa9c8 databases/py-sqlalchemy14: Update to 1.4.12
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-07 17:39:06 +08:00
Po-Chuan Hsieh 0fd96c88f8 databases/py-sqlalchemy14: Update to 1.4.11
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-03 03:44:38 +08:00
Po-Chuan Hsieh 0a84caebd3 databases/py-sqlalchemy14: Update to 1.4.10
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-02 06:19:12 +08:00
Po-Chuan Hsieh 644d1bcc6e databases/py-sqlalchemy14: Update to 1.4.9
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-04-29 22:23:44 +08:00