devel/py-lazy-object-proxy: Remove PY_SETUPTOOLS - Update version requirement of BUILD_DEPENDS py-setuptools should be used rather than PY_SETUPTOOLS1.10.0
devel/py-setuptools-scm: update to 8.0.4 Directory and PORTNAME changed to match normalised name in release tarball; consumers updated to match. Although setuptools itself is specified as a run dependency in the Python package metadata, it is currently left out here to prevent environment pollution until at least PR 270510 is committed. Additionally, this version of setuptools-scm requires setuptools>=61, which means this version is only meant for USE_PYTHON=pep517 ports as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58 also after PR 270510. science/py-emmet-core is switched to devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8. devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to RUN_DEPENDS to compensate. Further details: https://wiki.freebsd.org/Python/setuptools Reported by: yuri Co-authored by: matthew Exp-run by: antoine (earlier iteration) Approved by: yuri (science/py-emmet-core, previous iteration) PR: 272134 Differential Revision: https://reviews.freebsd.org/D392881.10.0
devel/py-lazy-object-proxy: Update to 1.10.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.9.0
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>1.9.0
devel/py-lazy-object-proxy: Update to 1.9.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.8.0
*/*: rename CHEESESHOP to PYPI in MASTER_SITES PR: 267994 Differential revision: D37518 Approved by: bapt1.8.0
devel/py-lazy-object-proxy: Update to 1.8.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst07 Sep 2022 21:58:51
Remove WWW entries moved into port Makefiles Commit b7f05445c00f 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)1.7.1
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.(Only the first 15 lines of the commit message are shown above ) 1.7.1
devel/py-lazy-object-proxy: Update to 1.7.1 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.6.0
devel/py-lazy-object-proxy: Cosmetic change1.6.0
devel/py-lazy-object-proxy: Allow py-setuptools_scm 6.0+ It helps for the landing of py-setuptools_scm 6.0.1.1.6.0
devel/py-lazy-object-proxy: Update to 1.6.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.5.2
One more small cleanup, forgotten yesterday. Reported by: lwhsu1.5.2
Remove # $FreeBSD$ from Makefiles.1.5.2
Drop python 2.7 support from a few ports With hat: portmgr1.5.2
Relax hardcoded paths to fix build with Python 3.8.7 Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)1.5.2
Update to 1.5.2 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.5.1
Update to 1.5.1 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.5.0
Update to 1.5.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.4.3
Update to 1.4.3 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.4.2
Update to 1.4.2 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.4.1
Update to 1.4.1 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.4.0
Update to 1.4.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.3.1
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat1.3.1
Update to 1.3.1 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.3.0
Update to 1.3.0 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst1.2.2_1
Allow concurrent installation (USE_PYTHON=concurrent) - Strip shared library - Add PyPI as primary WWW - Bump PORTREVISION for package change - Take maintainership1.2.2
- Add LICENSE_FILE1.2.2
Reset mva@'s ports, he handed in his ports bit.1.2.2
- Update to version 1.2.21.2.1
A fast and thorough lazy object proxy. WWW: https://github.com/ionelmc/python-lazy-object-proxy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4