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-pyflakes Passive checker of Python programs
3.2.0 devel on this many watch lists=1 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 3.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-03-09 05:44:13
Last Update: 2024-02-21 15:07:41
Commit Hash: 1da8843
People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py39: py39-pyflakes
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):
py37-pyflakes
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.2.0---2.2.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pyflakes
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.03.2.0-3.2.03.2.0---
FreeBSD:13:quarterly3.1.03.1.03.0.13.1.03.1.03.1.03.1.03.1.0
FreeBSD:14:latest3.2.03.2.03.0.13.2.03.2.03.0.1-3.0.1
FreeBSD:14:quarterly3.1.03.1.0-3.1.03.1.03.1.03.1.03.1.0
FreeBSD:15:latest3.2.03.2.0n/a3.1.0n/a3.1.03.1.03.2.0
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-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Build
  1. devel/cram
for Run
  1. astro/py-skyfield
  2. devel/py-autoflake
  3. devel/py-flake8
  4. devel/py-flake8-pyi
  5. devel/py-prospector
  6. devel/py-pylama
  7. devel/py-pytest-flakes
Expand this list (10 items / 3 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. textproc/py-python-lsp-server
  3. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/py_static_check*
  2. textproc/py-python-language-server*
  3. Collapse this list of deleted ports.
* - 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pyflakes/
  2. https://pypi.org/packages/source/p/pyflakes/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.0
21 Feb 2024 15:07:41
commit hash: 1da88438f2893456783363626c932ea1741d0c52commit hash: 1da88438f2893456783363626c932ea1741d0c52commit hash: 1da88438f2893456783363626c932ea1741d0c52commit hash: 1da88438f2893456783363626c932ea1741d0c52 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 63ad96b2566ef807c357d5e158caa7da974554f1commit hash: 63ad96b2566ef807c357d5e158caa7da974554f1commit hash: 63ad96b2566ef807c357d5e158caa7da974554f1commit hash: 63ad96b2566ef807c357d5e158caa7da974554f1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d9bfef0ea63624403ef5f0faf2086ddb9415c8ebcommit hash: d9bfef0ea63624403ef5f0faf2086ddb9415c8ebcommit hash: d9bfef0ea63624403ef5f0faf2086ddb9415c8ebcommit hash: d9bfef0ea63624403ef5f0faf2086ddb9415c8eb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
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>
3.0.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
3.0.1
09 Dec 2022 20:27:38
commit hash: 66cfc49fabc8e943ffd1f9a38bba48099e98c78bcommit hash: 66cfc49fabc8e943ffd1f9a38bba48099e98c78bcommit hash: 66cfc49fabc8e943ffd1f9a38bba48099e98c78bcommit hash: 66cfc49fabc8e943ffd1f9a38bba48099e98c78b files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.5.0
27 Aug 2022 10:24:28
commit hash: bbdd9eca83a39725d6dd9b2915594a8459430bfbcommit hash: bbdd9eca83a39725d6dd9b2915594a8459430bfbcommit hash: bbdd9eca83a39725d6dd9b2915594a8459430bfbcommit hash: bbdd9eca83a39725d6dd9b2915594a8459430bfb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.4.0
09 Jun 2022 23:16:06
commit hash: bb7fb8d2875efbd9d9167f341999b34b9d74d127commit hash: bb7fb8d2875efbd9d9167f341999b34b9d74d127commit hash: bb7fb8d2875efbd9d9167f341999b34b9d74d127commit hash: bb7fb8d2875efbd9d9167f341999b34b9d74d127 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyflakes: Convert to USE_PYTHON=unittest
2.4.0
13 May 2022 11:39:32
commit hash: c013bf1478b9e4e08c7eca8f196e1770f2c88fe5commit hash: c013bf1478b9e4e08c7eca8f196e1770f2c88fe5commit hash: c013bf1478b9e4e08c7eca8f196e1770f2c88fe5commit hash: c013bf1478b9e4e08c7eca8f196e1770f2c88fe5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyflakes: Update do-test:
2.4.0
07 Mar 2022 19:24:01
commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5commit hash: 9a140b31fe663fff77166c0bc6d78470bf6a57e5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/py-*: Take maintainership
2.4.0
07 Mar 2022 19:07:39
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
2.4.0
25 Oct 2021 20:42:41
commit hash: 36c9deeddbaf8a082f998afce87e4c22da708828commit hash: 36c9deeddbaf8a082f998afce87e4c22da708828commit hash: 36c9deeddbaf8a082f998afce87e4c22da708828commit hash: 36c9deeddbaf8a082f998afce87e4c22da708828 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-pyflakes: update to 2.4.0

PR:		259135
Approved by:	koobs (maintainer)
2.3.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.0
16 Mar 2021 14:57:14
Revision:568567Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.3.0

PR:		254306
Submitted by:	amdmi3
Approved by:	koobs (maintainer)
2.2.0
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
2.2.0
08 Jun 2020 22:15:36
Revision:538261Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:499948Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
2.1.0
18 Feb 2019 16:25:13
Revision:493271Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.1.0

PR:		235398
Approved by:	koobs (maintainer)
2.0.0
07 Aug 2018 03:43:52
Revision:476562Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.5.0
01 Mar 2017 14:59:41
Revision:435159Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:432236Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add python3 counterpart for py-pyflakes
1.1.0
03 Mar 2016 11:01:05
Revision:410031Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:407219Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:407211Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.8.1
08 Jun 2014 13:51:36
Revision:357034Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:342113Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:322421Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:316719Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:313689Original commit files touched by this commit
koobs search for other commits by this committer
- 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

Number of commits found: 37