Port details |
- py-pyproject-flake8 Monkey patching wrapper to connect flake8 with pyproject.toml configuration
- 6.1.0 devel
=0 6.0.0.post1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-18 18:09:29
- Last Update: 2023-10-11 12:58:02
- Commit Hash: c6327d4
- 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 py39-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 py39-pyproject-flake8 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyproject-flake8
- Package flavors (<flavor>: <package>)
- py39: py39-pyproject-flake8
- distinfo:
- TIMESTAMP = 1696904138
SHA256 (pyproject_flake8-6.1.0.tar.gz) = 6da8e5a264395e0148bc11844c6fb50546f1fac83ac9210f7328664135f9e70f
SIZE (pyproject_flake8-6.1.0.tar.gz) = 4470
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:
-
- py39-flit-core>=3.2<4 : devel/py-flit-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-flake8>=6.1.0 : devel/py-flake8@py39
- python3.9 : lang/python39
- py39-tomli>=0 : textproc/py-tomli@py39
- 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: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 5
|