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
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
py-pyproject-flake8 Monkey patching wrapper to connect flake8 with pyproject.toml configuration
7.0.0_1 devel on this many watch lists=2 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 7.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-18 18:09:29
Last Update: 2024-07-21 16:55:40
Commit Hash: 180cd73
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: UNLICENSE
WWW:
https://github.com/csachs/pyproject-flake8
Description:
pyproject-flake8 (pflake8) is a monkey patching wrapper to connect flake8 with pyproject.toml configuration.
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}pyproject-flake8>0:devel/py-pyproject-flake8@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pyproject-flake8/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pyproject-flake8
  • pkg install py311-pyproject-flake8
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 py311-pyproject-flake8 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pyproject-flake8
Package flavors (<flavor>: <package>)
  • py311: py311-pyproject-flake8
distinfo:
TIMESTAMP = 1712734017 SHA256 (pyproject_flake8-7.0.0.tar.gz) = 5b953592336bc04d86e8942fdca1014256044a3445c8b6ca9467d08636749158 SIZE (pyproject_flake8-7.0.0.tar.gz) = 4629

Packages (timestamps in pop-ups are UTC):
py39-pyproject-flake8
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--6.0.0.post1--6.1.06.1.06.1.0
FreeBSD:14:latest-----6.0.0.post1-6.0.0.post1
FreeBSD:14:quarterly-----6.1.06.1.06.1.0
FreeBSD:15:latest--n/a-n/a6.1.06.1.06.1.0
 

py311-pyproject-flake8
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.0_17.0.0_1-7.0.0_17.0.0_1---
FreeBSD:13:quarterly7.0.0_17.0.0_1-7.0.0_17.0.0_1---
FreeBSD:14:latest7.0.0_17.0.0_1-7.0.0_17.0.0_1---
FreeBSD:14:quarterly7.0.0_17.0.0_1-7.0.0_17.0.0_1---
FreeBSD:15:latest7.0.0_17.0.0_1n/a7.0.0_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.2<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-flake8>=7.0.0 : devel/py-flake8@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-pyproject-flake8
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/pyproject_flake8/
  2. https://pypi.org/packages/source/p/pyproject_flake8/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.0_1
21 Jul 2024 16:55:40
commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
7.0.0_1
06 Jul 2024 16:03:34
commit hash: a736d4b92264ea831f39b0070857169ba108bfadcommit hash: a736d4b92264ea831f39b0070857169ba108bfadcommit hash: a736d4b92264ea831f39b0070857169ba108bfadcommit hash: a736d4b92264ea831f39b0070857169ba108bfad files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyproject-flake8: Allow build with py-flake8 7.0.0+

- Bump PORTREVISION for package change
7.0.0
10 Apr 2024 09:36:15
commit hash: 711c6d4d97d5e4f0d2fc476df80c52b7a90dea41commit hash: 711c6d4d97d5e4f0d2fc476df80c52b7a90dea41commit hash: 711c6d4d97d5e4f0d2fc476df80c52b7a90dea41commit hash: 711c6d4d97d5e4f0d2fc476df80c52b7a90dea41 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyproject-flake8: Update to 7.0.0

Changes:	https://github.com/csachs/pyproject-flake8/commits/main
6.1.0
11 Oct 2023 12:58:02
commit hash: c6327d48b89d3c60b0d0a02cf5e25645a68b9048commit hash: c6327d48b89d3c60b0d0a02cf5e25645a68b9048commit hash: c6327d48b89d3c60b0d0a02cf5e25645a68b9048commit hash: c6327d48b89d3c60b0d0a02cf5e25645a68b9048 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyproject-flake8: Update to 6.1.0

Changes:	https://github.com/csachs/pyproject-flake8/commits/main
6.0.0.post1
16 Aug 2023 18:25:33
commit hash: e77be6f2dbde599c1a770b7702f3a8e9e09d8b02commit hash: e77be6f2dbde599c1a770b7702f3a8e9e09d8b02commit hash: e77be6f2dbde599c1a770b7702f3a8e9e09d8b02commit hash: e77be6f2dbde599c1a770b7702f3a8e9e09d8b02 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyproject-flake8: Fix build after py-flake8 6.1.0 update
(a3fb954a5fc5408a2ebb725cd2378325894d562f)
6.0.0.post1
14 Aug 2023 18:42:01
commit hash: 4dc93ec17544d0a2e988004a27e7c7213c1c8e10commit hash: 4dc93ec17544d0a2e988004a27e7c7213c1c8e10commit hash: 4dc93ec17544d0a2e988004a27e7c7213c1c8e10commit hash: 4dc93ec17544d0a2e988004a27e7c7213c1c8e10 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-pyproject-flake8: fix dependency on flake8

Reported by:	sunpoet
6.0.0.post1
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>
6.0.0.post1
18 Apr 2023 18:00:41
commit hash: 0c24df6fc770268737c8b64b4069637bc7c2af07commit hash: 0c24df6fc770268737c8b64b4069637bc7c2af07commit hash: 0c24df6fc770268737c8b64b4069637bc7c2af07commit hash: 0c24df6fc770268737c8b64b4069637bc7c2af07 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyproject-flake8: Add py-pyproject-flake8 6.0.0.post1

pyproject-flake8 (pflake8) is a monkey patching wrapper to connect flake8 with
pyproject.toml configuration.

Number of commits found: 8