Port details |
- py-pyflakes Passive checker of Python programs
- 3.2.0_1 devel =3 3.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-03-09 05:44:13
- Last Update: 2024-05-13 13:59:30
- Commit Hash: f3c3e51
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/PyCQA/pyflakes
- Description:
- Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the
modules to check them. This is both safer and faster, although it does not
perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors
in programs; it does not perform any checks on style.
- ¦ ¦ ¦ ¦
- 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}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyflakes/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyflakes
- pkg install py39-pyflakes
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-pyflakes listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyflakes
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708449314
SHA256 (pyflakes-3.2.0.tar.gz) = 1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f
SIZE (pyflakes-3.2.0.tar.gz) = 63788
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-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@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:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/cram
- for Run
-
- astro/py-skyfield
- devel/py-autoflake
- devel/py-flake8
- devel/py-flake8-pyi
- devel/py-prospector
- devel/py-pylama
- devel/py-pytest-flakes
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-pyflakes
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0_1 13 May 2024 13:59:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.2.0 21 Feb 2024 15:07:41 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Update to 3.2.0
Changes: https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst |
3.1.0 11 Sep 2023 03:11:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Use the simpler script which does not raise StopIteration
- Bump PORTREVISION for package change
PR: 267219
Reported by: yuri |
3.1.0 16 Aug 2023 18:25:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Update to 3.1.0
Changes: https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst |
3.0.1 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> |
3.0.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.0.1 09 Dec 2022 20:27:38 |
Dmitry Marakasov (amdmi3) |
devel/py-pyflakes: update 2.5.0 → 3.0.1
PR: 267964
Approved by: maintainer timeout (sunpoet, 2 weeks) |
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) |
2.5.0 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 ) |
2.5.0 27 Aug 2022 10:24:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Update to 2.5.0
Changes: https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst |
2.4.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.0 09 Jun 2022 23:16:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Convert to USE_PYTHON=unittest |
2.4.0 13 May 2022 11:39:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyflakes: Update do-test: |
2.4.0 07 Mar 2022 19:24:01 |
Po-Chuan Hsieh (sunpoet) |
*/py-*: Take maintainership |
2.4.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
2.4.0 25 Oct 2021 20:42:41 |
Dmitry Marakasov (amdmi3) |
devel/py-pyflakes: update to 2.4.0
PR: 259135
Approved by: koobs (maintainer) |
2.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 16 Mar 2021 14:57:14 |
amdmi3 |
- Update to 2.3.0
PR: 254306
Submitted by: amdmi3
Approved by: koobs (maintainer) |
2.2.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.2.0 08 Jun 2020 22:15:36 |
amdmi3 |
- Update to 2.2.0
PR: 246729
Submitted by: amdmi3
Approved by: maintainer timeout (koobs, 2 weeks) |
2.1.1 25 Apr 2019 05:47:07 |
koobs |
devel/py-pyflakes: Update to 2.1.1
Changelog:
https://github.com/PyCQA/pyflakes/blob/2.1.1/NEWS.rst |
2.1.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.1.0 18 Feb 2019 16:25:13 |
amdmi3 |
- Update to 2.1.0
PR: 235398
Approved by: koobs (maintainer) |
2.0.0 07 Aug 2018 03:43:52 |
koobs |
devel/py-pyflakes: Update to 2.0.0
Changelog:
https://github.com/PyCQA/pyflakes/blob/2.0.0/NEWS.txt |
1.5.0 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.5.0 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.5.0 01 Mar 2017 14:59:41 |
amdmi3 |
- Update to 1.5.0
- Add PyPi www
- Update upstream WWW
PR: 217137
Submitted by: amdmi3
Approved by: maintainer timeout (koobs, 2 weeks) |
1.1.0 23 Jan 2017 15:23:59 |
amdmi3 |
- Add python3 counterpart for py-pyflakes |
1.1.0 03 Mar 2016 11:01:05 |
koobs |
devel/py-pyflakes: Update to 1.1.0
- Update PORTVERSION and distinfo checksum (1.1.0)
- Enable "concurrent" Python version installation
Changes:
https://github.com/pyflakes/pyflakes/compare/1.0.0...1.1.0 |
1.0.0 25 Jan 2016 15:11:23 |
koobs |
devel/py-pyflakes: Update to 1.0.0
- Update PORTVERSION and distinfo checksum (1.0.0)
- Update COMMENT (match setup.py:description)
- Remove trailing spaces in pkg-descr
PR: 206603
Submitted by: rm |
0.8.1_1 25 Jan 2016 13:35:22 |
koobs |
devel/py-pyflakes: Make ports compliant
- Add LICENSE_FILE [1]
- Sort USE_PYTHON [1]
- Update test target [1]
- Enable NO_ARCH [1]
- Remove setup.py patch (unnecessary, python.mk installs flat eggs)
Part 1 of 2, splitting non-version-update changes for MFH.
PR: 206603 [1]
Submitted by: rm [1] |
0.8.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8.1 08 Jun 2014 13:51:36 |
koobs |
devel/py-pyflakes: Update to 0.8.1
- Update to 0.8.1
Changes: https://github.com/pyflakes/pyflakes/blob/0.8.1/NEWS.txt
PR: 189919
Submitted by: Bartek Rutkowski <ports at robakdesign dot com> |
0.7.3_1 01 Feb 2014 11:06:52 |
koobs |
devel/py-pyflakes: Modernise: Enable STAGE and AUTOPLIST
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
- Deprecate easy_install target
- Bump PORTREVISION |
0.7.3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.7.3 07 Jul 2013 08:03:20 |
koobs |
devel/py-pyflakes: Update to 0.7.3, Remove TESTS option
- Update to 0.7.3
- unittest2 is no longer required to run tests
- Remove TESTS option accordingly
Changes: 0.7.3 (2013-07-02)
- Do not report undefined name for generator expression and dict or
set comprehension at class level.
- Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
use `Checker.pushScope` instead.
- Remove dependency on Unittest2 for the tests.
portlint: OK - looks fine.
porttest: OK - 9-STABLE amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - Ran 547 tests in 0.595s OK (skipped=33) |
0.7.2 28 Apr 2013 13:37:45 |
koobs |
devel/py-pyflakes: Update to 0.7.2
- Remove secondary MASTER_SITE since the CHEESHOP is mirrored
- Update pkg-plist
Approved by: eadler (mentor) |
0.6.1 09 Mar 2013 05:44:03 |
koobs |
- Rename py-flakes to py-pyflakes
- Add devel/py-flakes entry to MOVED
- Add py-pyflakes SUBDIR to devel/Makefile
While I'm here:
- Update to 0.6.1
- Take maintainership (multiple timeouts since 2009)
- Switch to setuptools, and update pkg-plist accordingly
- Remove unecessary DISTNAME & PYDISTUTILS_PKGNAME after rename
- Patch setup.py, adding zip_safe=False
- Add LICENSE
- Add TESTS option and regression-test: target
- Update COMMENT to match upstream and conventions
- Trim Makefile header
Approved by: maintainer timeout (2 weeks)
Approved by: rm (mentor)
PR: ports/176236 |