- update pyflakes to 0.6.1

- update HOMEPAGE
- change MAINTAINER
- regen PLIST
- add TEST and MODPY_SETUPTOOLS

from Frantisek Holop, ok mpi@
This commit is contained in:
benoit 2013-03-12 12:36:56 +00:00
parent a3140babae
commit 9faa0f7a05
3 changed files with 24 additions and 14 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:27 espie Exp $
# $OpenBSD: Makefile,v 1.5 2013/03/12 12:36:56 benoit Exp $
COMMENT = passive checker of Python programs
MODPY_EGG_VERSION = 0.5.0
MODPY_EGG_VERSION = 0.6.1
DISTNAME = pyflakes-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = http://www.divmod.org/trac/wiki/DivmodPyflakes
HOMEPAGE = https://launchpad.net/pyflakes
MAINTAINER = Martin Pieuchot <mpi@openbsd.org>
MAINTAINER = frantisek holop <minusf@obiit.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
@ -17,7 +17,11 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=p/pyflakes/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
TEST_DEPENDS = devel/py-unittest2
do-test: fake
cd ${WRKSRC} && unit2 discover
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (pyflakes-0.5.0.tar.gz) = Vo2rJ8QuWCJ4eqimA4mGcg==
RMD160 (pyflakes-0.5.0.tar.gz) = 9kq7/Bn8Xc166U9FdMRsMR2U3PY=
SHA1 (pyflakes-0.5.0.tar.gz) = zjaI4mKX5RjIuSIgnDvs4z1RI1I=
SHA256 (pyflakes-0.5.0.tar.gz) = U/l5SqE7mcygQlm0of5L0gfcOy192FunFYFP3q4u+M0=
SIZE (pyflakes-0.5.0.tar.gz) = 17635
SHA256 (pyflakes-0.6.1.tar.gz) = jdMUEd7VMcyl7Sf97pb1F22zZ9XMkeOeh8G65H1U3sY=
SIZE (pyflakes-0.6.1.tar.gz) = 26081

View File

@ -1,13 +1,22 @@
@comment $OpenBSD: PLIST,v 1.2 2011/09/16 22:05:21 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2013/03/12 12:36:59 benoit Exp $
bin/pyflakes
lib/python${MODPY_VERSION}/site-packages/pyflakes/
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/pyflakes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pyflakes/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/api.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/api.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/checker.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/checker.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/messages.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/messages.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/reporter.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/reporter.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/scripts/__init__.pyc
@ -18,11 +27,11 @@ lib/python${MODPY_VERSION}/site-packages/pyflakes/test/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/harness.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/harness.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_api.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_api.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_imports.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_imports.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_other.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_other.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_script.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_script.pyc
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_undefined_names.py
lib/python${MODPY_VERSION}/site-packages/pyflakes/test/test_undefined_names.pyc