Port details |
- py-flakes Pyflakes is a program that analyzes Python programs for errors
- 0.5.0 devel
=0 0.5.0Version of this port present on the latest quarterly branch.
- Maintainer: ayu@commun.jp
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- 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:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0 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 |
0.5.0 07 Jan 2012 11:45:13 |
lwhsu |
- 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 |
ohauer |
-remove MD5 |
0.4.0 24 Dec 2009 02:31:34 |
wen |
- 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 |
sylvio |
- Update to 0.3.0
Approved by: miwi (mentor) |
0.2.1 02 Aug 2009 08:02:03 |
linimon |
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.
Hat: portmgr |
0.2.1 30 Jul 2007 09:42:28 |
alexbl |
- 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 |
alexbl |
- fix typo s/Pythom/Python/
- update WWW
Reported by: novel@ |
0.2.1 13 Sep 2006 03:21:38 |
alexbl |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
0.2.1 13 Apr 2006 15:44:09 |
garga |
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
|