FreeBSD Bugzilla – Attachment 166094 Details for
Bug 206603
devel/py-pyflakes: Update to 1.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pyflakes 1.0.0 update
pyflakes.txt (text/plain), 2.39 KB, created by
Ruslan Makhmatkhanov
on 2016-01-25 12:23:30 UTC
(
hide
)
Description:
pyflakes 1.0.0 update
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2016-01-25 12:23:30 UTC
Size:
2.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 406210) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= pyflakes >-PORTVERSION= 0.8.1 >+PORTVERSION= 1.0.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,11 +11,13 @@ > COMMENT= Program to analyze Python programs and detect various errors > > LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE > >+NO_ARCH= yes > USES= python >-USE_PYTHON= distutils autoplist >+USE_PYTHON= autoplist distutils > >-regression-test: build >+do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 406210) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pyflakes-0.8.1.tar.gz) = 3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769 >-SIZE (pyflakes-0.8.1.tar.gz) = 32981 >+SHA256 (pyflakes-1.0.0.tar.gz) = f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263 >+SIZE (pyflakes-1.0.0.tar.gz) = 35365 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 406210) >+++ files/patch-setup.py (working copy) >@@ -1,6 +1,6 @@ >---- ./setup.py.orig 2013-02-18 20:32:09.721700908 +1100 >-+++ ./setup.py 2013-02-18 20:32:47.127424592 +1100 >-@@ -44,4 +44,5 @@ >+--- setup.py.orig 2015-04-17 12:48:24 UTC >++++ setup.py >+@@ -55,4 +55,5 @@ setup( > "Topic :: Software Development", > "Topic :: Utilities", > ], >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 406210) >+++ pkg-descr (working copy) >@@ -1,7 +1,7 @@ > 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 >+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 >+WWW: https://github.com/pyflakes/pyflakes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
Attachments on
bug 206603
: 166094 |
166095
|
166096
|
166097