Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2_2 17 Oct 2024 19:02:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 1.2.2.post1
Changes: https://github.com/pypa/build/releases
https://build.pypa.io/en/stable/changelog.html |
1.2.2_1 14 Oct 2024 04:45:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to
devel/py-pyproject-hooks
- Bump PORTREVISION of dependent ports for dependency change |
1.2.2 15 Sep 2024 20:09:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 1.2.2
Changes: https://github.com/pypa/build/releases
https://build.pypa.io/en/stable/changelog.html |
1.2.1 29 Jul 2024 19:04:10 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Add comment for VIRTUALENV option |
1.2.1 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
1.2.1 31 Mar 2024 18:51:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 1.2.1
Changes: https://github.com/pypa/build/releases
https://build.pypa.io/en/stable/changelog.html |
1.1.1 09 Mar 2024 14:05:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 1.1.1
- Update WWW
Changes: https://github.com/pypa/build/releases
https://build.pypa.io/en/stable/changelog.html |
1.0.3 21 Feb 2024 15:07:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 1.0.3
Changes: https://github.com/pypa/build/releases
https://pypa-build.readthedocs.io/en/stable/changelog.html |
0.10.0_2 26 Aug 2023 23:19:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update WWW |
0.10.0_2 30 Jun 2023 07:03:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Remove outdated PYTHON_REL check after lang/python37 removal |
0.10.0_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> |
0.10.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.10.0_1 27 Mar 2023 05:44:11 |
Charlie Li (vishwin) |
devel/py-build: restore USE_PYTHON=allflavors but limit to 3.8+
On Python 3.7, the importlib-metadata dependency tree is not yet
allflavors-safe. For the time being, the PEP-517 build frontend
role on that Python version is filled by gpep517.
With hat: python |
0.10.0_1 12 Feb 2023 21:36:54 |
Antoine Brodin (antoine) |
devel/py-build: unbreak bulk -a
py-build depends on ports that are not built for all flavors so
it can't use allflavors |
0.10.0_1 12 Feb 2023 18:36:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Convert to USE_PYTHON=pep517
- Add build for all Python flavors/versions (USE_PYTHON=allflavors)
- Bump PORTREVISION for dependency and package change |
0.10.0 30 Jan 2023 12:59:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.10.0
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.9.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.9.0 30 Dec 2022 09:04:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.9.0
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
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) |
0.8.0 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 ) |
0.8.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 03 Jun 2022 09:00:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.8.0
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.7.0 21 Sep 2021 22:23:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.7.0
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.6.0.post1 08 Aug 2021 21:43:57 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.6.1
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.5.1 30 Jun 2021 20:43:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.5.1
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.5.0 20 Jun 2021 20:46:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.5.0
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.3.1_1 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
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@ |
0.3.1_1 11 May 2021 21:47:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.3.1.post1
Changes: https://github.com/pypa/build/blob/main/CHANGELOG.rst |
0.3.1 18 Apr 2021 05:43:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-build: Update to 0.3.1
Changes: https://github.com/pypa/build/blob/master/CHANGELOG.rst |
0.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.0 07 Mar 2021 22:17:38 |
sunpoet |
Update to 0.3.0
Changes: https://github.com/pypa/build/blob/master/CHANGELOG.rst |
0.2.1 03 Mar 2021 18:08:52 |
sunpoet |
Update to 0.2.1
Changes: https://github.com/pypa/build/blob/master/CHANGELOG.rst |
0.2.0 17 Feb 2021 18:05:54 |
sunpoet |
Update to 0.2.0
Changes: https://github.com/pypa/build/blob/master/CHANGELOG.rst |
0.1.0 08 Nov 2020 17:06:58 |
sunpoet |
Add py-build 0.1.0
build is a simple, correct PEP517 package builder.
WWW: https://github.com/pypa/build |