Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.3_1 06 Jul 2024 16:11:46 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-lz4: Convert to USE_PYTHON=autoplist and USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.3.3 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
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/D39288 |
4.3.3 21 Feb 2024 15:11:07 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-lz4: Update to 4.3.3
Changes: https://github.com/python-lz4/python-lz4/releases |
4.3.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
4.3.2 30 Jan 2023 13:02:13 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-lz4: Update to 4.3.2
Changes: https://github.com/python-lz4/python-lz4/releases |
4.0.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
4.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.0.2 27 Aug 2022 10:26:02 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-lz4: Update to 4.0.2
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.10 21 Jun 2022 16:36:27 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-lz4: Convert to USE_PYTHON=pytest |
2.1.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.10 07 Mar 2021 22:32:44 |
sunpoet |
Remove USE_PYTHON=py3kplist after r559531 (USES=python:3.6+) |
2.1.10 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
2.1.10 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.1.10 24 Dec 2020 13:27:37 |
fluffy |
archivers/py-lz4: switch to PYTHON_EXT_SUFFIX |
2.1.10 10 Jun 2019 16:48:20 |
sunpoet |
Update to 2.1.10
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.9 04 Jun 2019 16:48:17 |
sunpoet |
Update to 2.1.9
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.8 03 Jun 2019 18:37:23 |
sunpoet |
Update to 2.1.8
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.7 02 Jun 2019 18:38:12 |
sunpoet |
Update to 2.1.7
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.6 02 Apr 2019 12:35:25 |
koobs |
archivers/py-lz4: Remove pytest-runner from BUILD_DEPENDS
pkg-fallout reports, after setuptools attempts to fetch pytest as a dependency:
distutils.errors.DistutilsError: Could not find suitable distribution for
Requirement.parse('pytest<4.0.0,>=3.8.2')
pytest was recently updated to 4.x, which is presumably the root source of the
issue, but I wasn't able to identify the source of the pinned pytest version,
or why the fetch of pytest was attempted.
However, remove pytest-runner from BUILD_DEPENDS as a stop gap, since as
setup.py states:
# Only require pytest-runner if actually running the tests
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else []
Further, since the port is using pythonX.Y -m pytest as the test invocation,
rather than pythonX.Y setup.py test, the dependency is spurious anyway.
Reported by: pkg-fallout |
2.1.6 23 Dec 2018 03:44:09 |
wen |
- Update to 2.1.6 |
2.1.5 19 Dec 2018 01:56:08 |
wen |
- Update to 2.1.5 |
2.1.2 05 Nov 2018 21:45:54 |
sunpoet |
Update to 2.1.2
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.1 15 Oct 2018 21:07:59 |
sunpoet |
Update to 2.1.1
Changes: https://github.com/python-lz4/python-lz4/releases |
2.1.0 08 Sep 2018 12:33:45 |
wen |
- Make `make test` work
PR: 230542
Submitted by: ndowens@yahoo.com |
2.1.0 23 Aug 2018 17:59:01 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/python-lz4/python-lz4/releases |
1.1.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.1.0 04 Apr 2018 18:54:09 |
sunpoet |
Update to 1.1.0
Changes: https://github.com/python-lz4/python-lz4/releases |
1.0.0 18 Feb 2018 13:37:59 |
sunpoet |
Update to 1.0.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.23.2 15 Feb 2018 12:46:14 |
sunpoet |
Update to 0.23.2
Changes: https://github.com/python-lz4/python-lz4/releases |
0.23.1 11 Feb 2018 14:38:17 |
sunpoet |
Update to 0.23.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.21.6 05 Feb 2018 17:50:14 |
sunpoet |
Update to 0.21.6
Changes: https://github.com/python-lz4/python-lz4/releases |
0.20.1 04 Feb 2018 10:13:36 |
sunpoet |
Update to 0.20.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.19.2 02 Feb 2018 19:55:23 |
sunpoet |
Update to 0.19.2
Changes: https://github.com/python-lz4/python-lz4/releases |
0.19.1 22 Jan 2018 15:47:03 |
sunpoet |
Update to 0.19.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.18.2 21 Jan 2018 13:52:05 |
sunpoet |
Update to 0.18.2
Changes: https://github.com/python-lz4/python-lz4/releases |
0.18.1 03 Jan 2018 16:45:59 |
sunpoet |
Update to 0.18.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.18.0 02 Jan 2018 15:33:44 |
sunpoet |
Update to 0.18.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.17.0 28 Dec 2017 13:41:39 |
sunpoet |
Update to 0.17.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.16.6 26 Dec 2017 18:54:27 |
lwhsu |
- Update to 0.16.6 |
0.14.0 25 Dec 2017 13:54:09 |
sunpoet |
Update to 0.14.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.13.0 23 Dec 2017 16:49:53 |
sunpoet |
Update to 0.13.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.12.0 22 Dec 2017 14:13:39 |
pawel |
Add missing @ before ${FLAVOR}
make all-depends-list error:
py27-lz4-0.12.0: "/hdd/ports/devel/py-pytestpy27" non-existent -- dependency
list incomplete
Approved by: just fix it |
0.12.0 21 Dec 2017 17:41:41 |
sunpoet |
Update to 0.12.0
- Add TEST_DEPENDS
Changes: https://github.com/python-lz4/python-lz4/releases |
0.11.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.11.1 20 Nov 2017 14:32:19 |
sunpoet |
Update to 0.11.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.10.1 03 Jul 2017 17:18:49 |
sunpoet |
Update to 0.10.1
- Remove USES=localbase
Changes: https://github.com/python-lz4/python-lz4/releases |
0.10.0 11 Jun 2017 04:35:34 |
sunpoet |
Update to 0.10.0
Changes: https://github.com/python-lz4/python-lz4/releases |
0.9.4 19 May 2017 15:35:43 |
sunpoet |
Update to 0.9.4
Changes: https://github.com/python-lz4/python-lz4/releases |
0.9.2 18 May 2017 16:03:57 |
sunpoet |
Fix packaging with Python 3 |
0.9.2 17 May 2017 17:13:16 |
sunpoet |
Update to 0.9.2
Changes: https://github.com/python-lz4/python-lz4/releases |
0.9.1 14 May 2017 18:53:38 |
sunpoet |
Update to 0.9.1
Changes: https://github.com/python-lz4/python-lz4/releases |
0.9.0_1 25 Apr 2017 14:23:44 |
sunpoet |
Add LICENSE_FILE
- Sort USES |
0.9.0_1 25 Apr 2017 01:56:42 |
miwi |
- Fix plist
- USE localbase
- Bump PORTREV |
0.9.0 21 Apr 2017 07:29:15 |
miwi |
- Update to 0.9.0
PR: 218735
Submitted by: eric@camachat.org |
0.8.2 24 Dec 2016 13:03:21 |
sunpoet |
- Update to 0.8.2
- Use archivers/liblz4 instead of bundle one
- Update WWW
Changes: https://github.com/python-lz4/python-lz4/releases |
0.7.0_1 04 Sep 2015 17:24:09 |
jkim |
- Add an upstream patch for archivers/py-lz4 to export its version number.
- Remove a local hack for x11/xpra to properly detect LZ4 version. |
0.7.0 11 Jun 2015 04:40:14 |
jkim |
Assign maintainership to python@.
Requested by: koobs |
0.7.0 11 Jun 2015 04:34:51 |
jkim |
Revert r389121 and fix setup.py.
Submitted by: koobs |
0.7.0 10 Jun 2015 18:14:28 |
jkim |
Fix build dependency. |
0.7.0 10 Jun 2015 17:01:04 |
jkim |
Python binding for the lz4 compression library by Yann Collet.
WWW: https://github.com/steeve/python-lz4 |