Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.2 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 |
6.4.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> |
6.4.2 12 Feb 2023 13:01:23 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Pass MAINTAINER'ship to python@
This port is required for build for a set of ports and is also quite
interlocked in terms of infrastructure. Therefore, the port should be
maintained by python@ instead of a single individual.
With hat: python@
MFH: 2023Q1 |
6.4.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) |
6.4.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 ) |
6.4.2 19 Feb 2022 16:25:10 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Adjust BUILD_DEPENDS
* Remove devel/py-wheel from BUILD_DEPENDS as it leads to circular
dependencies under certain conditions, e.g. when the non-default
option SIGNATURE of devel/py-wheel is enabled.
Although devel/py-wheel is listed in "pyproject.toml", it is not
needed during build, nor does it result in different package content.
PR: 261920
Reported by: Phil Pennock |
6.4.2 12 Feb 2022 10:41:02 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Update to 6.4.2
* Fold the TOML option because its dependency is no longer an optional
requirement as noted in "setup.{py,cfg}". This should also fix some
cases with build errors where the TOML option was disabled. [1]
Changelog since 6.3.2:
https://github.com/pypa/setuptools_scm/blob/v6.4.2/CHANGELOG.rst
PR: 259797 [1], 261698 [1]
MFH: No (feature release) |
6.3.2_1 09 Dec 2021 18:49:49 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Turn py-packaging into a soft dependency
* Since the 6.3.0 release, devel/py-packaging has been defined in the
"setup.cfg" as an unconditional dependency. However this leads to
problems if py-packaging is uninstalled but py-setuptools_scm
persists, then the missing port can no longer be built. [1]
Although py-setuptools_scm has a fallback to devel/py-setuptools when
py-packaging is absent this fallback code is not executed. This is
because py-setuptools, which checks the dependencies of
py-setuptools_scm upon invocation and terminates as soon as these are
not met.
Fix this issue by converting py-packaging into an optional dependency
for py-setuptools_scm so that the fallback code is really used if (Only the first 15 lines of the commit message are shown above ) |
6.3.2 12 Nov 2021 14:15:26 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Fix portmaster build with option TOML unset
* The port textproc/py-tomli is required in environments, where
devel/py-setuptools_scm is already installed, even if the TOML option
is unset.
PR: 259797
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> |
6.3.2 12 Nov 2021 13:54:20 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Fix update with portmaster
* In environments where devel/py-setuptools_scm is already installed
the port textproc/py-tomli is required during build time.
PR: 259797
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> |
6.3.2 12 Nov 2021 11:16:32 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Update to 6.3.2 [1]
* Sort variables and use WRKSRC instead TEST_WRKSRC as the latter should
be only used if it differs from WRKSRC. [1]
* Exclude some tests that require a more recent version of
devel/py-virtualenv for now.
Changelog since 5.0.2:
https://github.com/pypa/setuptools_scm/blob/v6.3.2/CHANGELOG.rst
PR: 259445
Reported by: sunpoet [1]
MFH: No (feature release with new dependencies) |
5.0.2 26 Oct 2021 10:08:35 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Update to 5.0.2
* Use this release as an intermediate step before the port is updated
to the 6.x release, because it contains mostly bugfixes and is also
required for the 2021Q4 branch.
The latter is necessary in order to be able to build certain ports
successfully if devel/py-setuptools_scm is already present in the
build environment. For instance, devel/py-platformdirs, which can be
built without it but if devel/py-setuptools is already installed, it
requires the 5.x release of it for build. [1]
* Also adjust the description of the TOML option slightly with an
appropriate
warning to avoid build issues related to parsing
"pyproject.toml" files during setup. [2]
Changelog since 4.1.2:
https://github.com/pypa/setuptools_scm/blob/v5.0.2/CHANGELOG.rst
PR: 259381 [2], 259420 (both related)
MFH: 2021Q4 (after 1 week) [1] |
4.1.2_3 24 Oct 2021 10:54:58 |
Kai Knoblich (kai) |
devel/py-setuptools_scm: Do not run "git archive" on Ports tree
* In build environments have git installed in conjunction with a
git-based Ports tree and haven't WRKDIRPREFIX set, there will be
significant delays when building devel/py-setuptools_scm or ports
that depend on it.
This is because the top-level directory of the git repository is
determined during build via "git rev-parse --show-toplevel" which is
issued inside the WRKSRC directory.
Once the top-level directory (which is PORTSDIR) has been determined,
an archive is created from this point using "git archive" which is
then very time-consuming due the complexity of the Ports tree.
(Only the first 15 lines of the commit message are shown above ) |
4.1.2_2 16 Sep 2021 02:16:07 |
Sergey A. Osokin (osa) |
devel/mercurial: update to 5.9.1.
Bump PORTREVISIONs for dependant ports.
While I'm here update devel/tortoisehg to 5.9.1. (*)
Approved by: arrowd (*)
PR: ports/258352 |
4.1.2_1 23 Apr 2021 18:33:38 |
Antoine Brodin (antoine) |
devel/py-setuptools_scm: remove py27 flavor |
4.1.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.2_1 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
4.1.2_1 22 Oct 2020 17:56:02 |
sunpoet |
Update to 4.1.2
Changes: https://github.com/pypa/setuptools_scm/releases
PR: 250115
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days) |
3.4.3_1 06 Sep 2020 15:09:28 |
arrowd |
devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bump
PORTREVISION's for ports that depend on mercurial.
PR: 242463
Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch) |
3.4.3 11 Feb 2020 12:14:53 |
kai |
devel/py-setuptools_scm: Update to 3.4.3
* Introduce default option "TOML" which enables support for parsing
pyproject.toml files if "setuptools_scm[toml]" is present. [1]
* Add "do-test" target to make future QA easier.
* Remove the no longer required patch for setup.py which was needed for the
transition from release 1.17 to 3.1.0 in r491631 as workaround for
environments that use portmaster.
Changelog since 3.3.3:
https://github.com/pypa/setuptools_scm/blob/v3.4.3/CHANGELOG.rst
Requested by: sunpoet (via private e-mail) [1] |
3.3.3 28 May 2019 13:46:14 |
kai |
devel/py-setuptools_scm: Update to 3.3.3
* Update WWW (remove superfluous trailing slash)
Changelog since 3.1.0:
* Add eggs for python3.7 and 3.8 to the deploy
* Fix python3.8 support and add builds for up to python3.8
* Use a specific fallback root when calling fallbacks. Remove old hack that
resets the root when fallback entrypoints are present.
* Add fallback_version option, which sets the version to be used when
everything else fails.
* Add option git_describe_command to allow the user to control the way that
git describe is called.
https://github.com/pypa/setuptools_scm/blob/v3.3.3/CHANGELOG.rst
PR: 238145
Submitted by: sunpoet |
3.1.0 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
3.1.0 30 Jan 2019 16:39:37 |
miwi |
- Fix update with portmaster
PR: 235301
Submitted by: Maintainer
Reported by: Many
Sponsored by: iXsystems Inc. |
3.1.0 29 Jan 2019 16:30:32 |
miwi |
- Update to 3.1.0
- Pass maintainership to submitter
Changes by upstream:
- https://github.com/pypa/setuptools_scm/blob/v3.1.0/CHANGELOG.rst
PR: 234611
Submitted by: freebsd_ports@k-worx.org
Approved by: wg (prev maintainer)
Sponsored by: iXsystems Inc. |
1.17.0 06 Apr 2018 15:43:41 |
wg |
devel/py-setuptools_scm: update to 1.17.0
PR: 227009
Submitted by: Kai |
1.15.5 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 ) |
1.15.5 28 Apr 2017 20:26:13 |
sunpoet |
Add LICENSE_FILE
- While I'm here, sort USE_PYTHON
Approved by: portmgr (blanket) |
1.15.5 28 Apr 2017 12:24:14 |
wg |
devel/py3-setuptools_scm: slave port for py3.x
PR: 218929
Submitted by: rs.os at t-online de |
1.15.5 27 Apr 2017 16:22:59 |
wg |
devel/py-setuptools_scm: update to 1.15.5
PR: 218901
Submitted by: Douglas Thrift |
1.13.1 11 Oct 2016 16:54:50 |
wg |
devel/py-setuptools_scm: update to 1.13.1 |
1.10.1 03 Jan 2016 15:18:18 |
miwi |
- Update to 1.10.1
PR: 205713
Submitted by: douglas@douglasthrift.net
Approved by: maintainer implicit |
1.8.0 12 Nov 2015 12:48:51 |
wg |
devel/py-setuptools_scm: Setuptools plugin to manage your versions by scm tags
Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
WWW: https://github.com/pypa/setuptools_scm/ |