Port details |
- py-pyproject-flake8 Monkey patching wrapper to connect flake8 with pyproject.toml configuration
- 7.0.0_1 devel =2 7.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- 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.
- ¦ ¦ ¦ ¦
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.2<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-flake8>=7.0.0 : devel/py-flake8@py311
- 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:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.0_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 |
7.0.0_1 06 Jul 2024 16:03:34 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject-flake8: Fix build after py-flake8 6.1.0 update
(a3fb954a5fc5408a2ebb725cd2378325894d562f) |
6.0.0.post1 14 Aug 2023 18:42:01 |
Dmitry Marakasov (amdmi3) |
devel/py-pyproject-flake8: fix dependency on flake8
Reported by: sunpoet |
6.0.0.post1 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.0.0.post1 18 Apr 2023 18:00:41 |
Po-Chuan Hsieh (sunpoet) |
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
|