hmm, on Sat, Mar 09, 2013 at 12:13:16PM +0100, Martin Pieuchot said that
> On 08/03/13(Fri) 23:03, frantisek holop wrote:
> > hmm, on Fri, Mar 08, 2013 at 11:01:23PM +0100, frantisek holop said that
> > > update to latest.
> > > please review and commit.
> > 
> > please note the regress depends on the new port
> > i submitted, unittest2
> 
> Looks to me that you forgot the actual diff (:
> 
> By the way, if you want to take the maintainership of this port feel
> free.

ok and ok :]

actual patch included.

-f
-- 
doubt is the beginning of wisdom
diff -x CVS -urNP /usr/ports/devel/pyflakes/Makefile 
/home/f/src/mystuff/devel/pyflakes/Makefile
--- /usr/ports/devel/pyflakes/Makefile  Mon Mar 11 19:57:59 2013
+++ /home/f/src/mystuff/devel/pyflakes/Makefile Mon Mar 11 19:59:27 2013
@@ -1,23 +1,25 @@
-# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:27 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2011/09/27 08:55:08 mpi 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 =           frantisek holop <[email protected]>
 
-MAINTAINER =           Martin Pieuchot <[email protected]>
+# MIT
+PERMIT_PACKAGE_CDROM = Yes
 
-# MIT 
-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>
diff -x CVS -urNP /usr/ports/devel/pyflakes/distinfo 
/home/f/src/mystuff/devel/pyflakes/distinfo
--- /usr/ports/devel/pyflakes/distinfo  Tue Sep 27 03:55:08 2011
+++ /home/f/src/mystuff/devel/pyflakes/distinfo Sat Feb  9 17:26:05 2013
@@ -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
diff -x CVS -urNP /usr/ports/devel/pyflakes/pkg/PLIST 
/home/f/src/mystuff/devel/pyflakes/pkg/PLIST
--- /usr/ports/devel/pyflakes/pkg/PLIST Fri Sep 16 17:05:21 2011
+++ /home/f/src/mystuff/devel/pyflakes/pkg/PLIST        Sat Feb  9 18:00:18 2013
@@ -1,13 +1,22 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/09/16 22:05:21 sthen 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__.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

Reply via email to