notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pytoolconfig Python Tool Configuration
1.3.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.6Version of this port present on the latest quarterly branch.
Maintainer: rhurlin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-12 13:36:11
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: LGPL3+
WWW:
https://pypi.org/project/pytoolconfig/
Description:
The goal of this project is to manage configuration for python tools, such as black and rope and add support for a pyproject.toml configuration file.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pytoolconfig>0:devel/py-pytoolconfig@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pytoolconfig/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pytoolconfig
  • pkg install py39-pytoolconfig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-pytoolconfig listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pytoolconfig
Package flavors (<flavor>: <package>)
  • py39: py39-pytoolconfig
distinfo:
TIMESTAMP = 1704991133 SHA256 (pytoolconfig-1.3.1.tar.gz) = 51e6bd1a6f108238ae6aab6a65e5eed5e75d456be1c2bf29b04e5c1e7d7adbae SIZE (pytoolconfig-1.3.1.tar.gz) = 16655

Packages (timestamps in pop-ups are UTC):
py39-pytoolconfig
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.11.3.1-1.3.11.3.1---
FreeBSD:13:quarterly1.2.61.2.61.2.5_11.2.61.3.11.2.61.2.61.2.6
FreeBSD:14:latest1.3.11.3.1-1.3.11.3.11.2.5_1-1.2.5_1
FreeBSD:14:quarterly1.2.61.3.1-1.2.61.3.11.2.61.2.61.2.6
FreeBSD:15:latest1.3.11.3.1n/a1.3.1n/a1.3.11.3.11.3.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-pdm-backend>0 : devel/py-pdm-backend@py39
  2. py39-pdm-pep517>0 : devel/py-pdm-pep517@py39
  3. py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-black>=0 : devel/py-black@py39
  2. py39-mypy>=0 : devel/py-mypy@py39
  3. py39-tabulate>0 : devel/py-tabulate@py39
  4. py39-pytest>=7,1 : devel/py-pytest@py39
  5. python3.9 : lang/python39
Runtime dependencies:
  1. py39-black>=0 : devel/py-black@py39
  2. py39-platformdirs>=3.11.0 : devel/py-platformdirs@py39
  3. py39-pydantic>=2.5.3 : devel/py-pydantic@py39
  4. py39-sphinx>=7.1.2 : textproc/py-sphinx@py39
  5. py39-sphinx-autodoc-typehints>0 : textproc/py-sphinx-autodoc-typehints@py39
  6. py39-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py39
  7. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-rope

Configuration Options:
No options to configure
Options name:
devel_py-pytoolconfig
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pytoolconfig/
  2. https://pypi.org/packages/source/p/pytoolconfig/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
1.3.1
11 Jan 2024 16:47:32
commit hash: c45bef1e39c4e4ecde1284bce7f0ed81f865869fcommit hash: c45bef1e39c4e4ecde1284bce7f0ed81f865869fcommit hash: c45bef1e39c4e4ecde1284bce7f0ed81f865869fcommit hash: c45bef1e39c4e4ecde1284bce7f0ed81f865869f files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
devel/py-pytoolconfig: Update to 1.3.1

Changelog: https://github.com/bagel897/pytoolconfig/releases/tag/v1.3.1
           https://github.com/bagel897/pytoolconfig/releases/tag/v1.3.0

Reported by:	Repology
1.2.6
17 Oct 2023 17:17:11
commit hash: fe2d5749a373ccfb8fc728135a237a3432e5cc12commit hash: fe2d5749a373ccfb8fc728135a237a3432e5cc12commit hash: fe2d5749a373ccfb8fc728135a237a3432e5cc12commit hash: fe2d5749a373ccfb8fc728135a237a3432e5cc12 files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
devel/py-pytoolconfig: Update to 1.2.6

- Updated workflows and tests

Changelog: https://github.com/bagel897/pytoolconfig/compare/v1.2.5...v1.2.6

Reported by:	Repology
1.2.5_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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.2.5_1
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
1.2.5
05 Feb 2023 19:05:02
commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"

Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.

Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.5_1
05 Feb 2023 18:16:47
commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode

- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change

It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].

from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir

from installer documentation:
--compile-bytecode
    Possible choices: 0, 1, 2
    generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
    don’t generate bytecode for installed modules
    Default: False

With hat:	python
Reference:	https://pypa-build.readthedocs.io/en/stable/ [1]
		https://installer.pypa.io/en/stable/cli/installer/ [2]
1.2.5
30 Jan 2023 20:44:46
commit hash: 4c64b6485cf0ff81c7919a3b04ccddea50ba7c4dcommit hash: 4c64b6485cf0ff81c7919a3b04ccddea50ba7c4dcommit hash: 4c64b6485cf0ff81c7919a3b04ccddea50ba7c4dcommit hash: 4c64b6485cf0ff81c7919a3b04ccddea50ba7c4d files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
devel/py-pytoolconfig: Update to 1.2.5

Changelog: https://github.com/bagel897/pytoolconfig/releases/tag/v1.2.5
1.2.4
12 Jan 2023 13:29:09
commit hash: 06ef76ad429207b98d35736e42feafb9feda123bcommit hash: 06ef76ad429207b98d35736e42feafb9feda123bcommit hash: 06ef76ad429207b98d35736e42feafb9feda123bcommit hash: 06ef76ad429207b98d35736e42feafb9feda123b files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
devel/py-pytoolconfig: Add new port: Python Tool Configuration

Project to manage configuration for python tools, such as black and
rope and add support for a pyproject.toml configuration file.

https://pypi.org/project/pytoolconfig/

Number of commits found: 9