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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-flakes Pyflakes is a program that analyzes Python programs for errors
0.5.0 devel Deleted on this many watch lists=0 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 0.5.0Version of this port present on the latest quarterly branch.
Maintainer: ayu@commun.jp search for ports maintained by this maintainer
Port Added: 2006-04-13 15:44:36
Last Update: 2013-03-09 05:44:03
SVN Revision: 313689
Also Listed In: python
License: not specified in port
WWW:
https://launchpad.net/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. WWW: https://launchpad.net/pyflakes
Homepage    cgit ¦ GitHub ¦ 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:
  • py27-flakes>0:devel/py-flakes
No installation instructions:
This port has been deleted.
PKGNAME: py27-flakes
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python2.7 : lang/python27
Runtime dependencies:
  1. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://b.pypi.python.org/packages/source/p/pyflakes/
  3. http://c.pypi.python.org/packages/source/p/pyflakes/
  4. http://d.pypi.python.org/packages/source/p/pyflakes/
  5. http://e.pypi.python.org/packages/source/p/pyflakes/
  6. http://f.pypi.python.org/packages/source/p/pyflakes/
  7. http://launchpadlibrarian.net/79102431/
  8. http://pypi.d9t.de/pyflakes/
  9. http://pypi.inqbus.de/pyflakes/
  10. http://pypi.it.uwosh.edu/pyflakes/
  11. http://pypi.python.jp/pyflakes/
  12. http://pypi.python.org/packages/source/p/pyflakes/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.0
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
0.5.0
07 Jan 2012 11:45:13
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.5.0
- Update MASTER_SITES
- Update WWW

PR:             ports/163477
Submitted by:   lwhsu
Approved by:    maintainer timeout
0.4.0
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.4.0
24 Dec 2009 02:31:34
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.4.0
- Pass maintainership to submitter

PR:             ports/141935
Submitted by:   Ayumi Mitsui <ayu@commun.jp>
0.3.0
08 Nov 2009 23:03:55
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 0.3.0

Approved by:    miwi (mentor)
0.2.1
02 Aug 2009 08:02:03
Original commit files touched by this commit
linimon search for other commits by this committer
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:            portmgr
0.2.1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.2.1
18 Mar 2007 14:16:02
Original commit files touched by this commit
alexbl search for other commits by this committer
 - fix typo s/Pythom/Python/
 - update WWW

Reported by:    novel@
0.2.1
13 Sep 2006 03:21:38
Original commit files touched by this commit
alexbl search for other commits by this committer
Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:    novel
0.2.1
13 Apr 2006 15:44:09
Original commit files touched by this commit
garga search for other commits by this committer
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.

WWW: http://www.divmod.org/projects/pyflakes

PR:             ports/95679
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>

Number of commits found: 10