Bug 176643 - [MAINTAINER] devel/py-flake8: update to 2.0
Summary: [MAINTAINER] devel/py-flake8: update to 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 17:30 UTC by William Grzybowski
Modified: 2013-03-18 19:40 UTC (History)
0 users

See Also:


Attachments
py-flake8.patch (4.02 KB, patch)
2013-03-04 17:30 UTC, William Grzybowski
no flags Details | Diff
py-flake8.patch (4.03 KB, patch)
2013-03-12 12:08 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-04 17:30:01 UTC
	Update to 2.0
	Depends on ports/176641 and ports/176642

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-04 17:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-03-04 18:41:13 UTC
Responsible Changed
From-To: freebsd-python->lippe

I'll take it.
Comment 3 William Grzybowski 2013-03-12 12:08:20 UTC
Patch update for to pyflakes chanbe.

Redports: https://redports.org/buildarchive/20130312120101-10665/

--
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-18 19:33:20 UTC
Author: lippe
Date: Mon Mar 18 19:33:12 2013
New Revision: 314592
URL: http://svnweb.freebsd.org/changeset/ports/314592

Log:
  - Update to 2.0.
  
  PR:		ports/176643
  Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)

Deleted:
  head/devel/py-flake8/pkg-plist
Modified:
  head/devel/py-flake8/Makefile
  head/devel/py-flake8/distinfo

Modified: head/devel/py-flake8/Makefile
==============================================================================
--- head/devel/py-flake8/Makefile	Mon Mar 18 19:14:07 2013	(r314591)
+++ head/devel/py-flake8/Makefile	Mon Mar 18 19:33:12 2013	(r314592)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flake8
-PORTVERSION=	1.7.0
+PORTVERSION=	2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,13 @@ COMMENT=	Code checking using pep8 and py
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mccabe>=0.2:${PORTSDIR}/devel/py-mccabe \
+		${PYTHON_PKGNAMEPREFIX}pep8>=1.4.3:${PORTSDIR}/devel/pep8 \
+		${PYTHON_PKGNAMEPREFIX}flakes>=0.6.1:${PORTSDIR}/devel/py-pyflakes
+
 USE_PYTHON=	-2.7 # It actually python3 ready, but still needs some work
 USE_PYDISTUTILS=	easy_install
 
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% bin/flake8
+
 .include <bsd.port.mk>

Modified: head/devel/py-flake8/distinfo
==============================================================================
--- head/devel/py-flake8/distinfo	Mon Mar 18 19:14:07 2013	(r314591)
+++ head/devel/py-flake8/distinfo	Mon Mar 18 19:33:12 2013	(r314592)
@@ -1,2 +1,2 @@
-SHA256 (flake8-1.7.0.tar.gz) = 3318f09503c202476082e9b915f258076be2bcd0d1acbbab49e001d5707eb723
-SIZE (flake8-1.7.0.tar.gz) = 42352
+SHA256 (flake8-2.0.tar.gz) = 8dce4f7e64cc202cc6da93eab84b2ce660110ff684b6738bba64a0a431b3bc69
+SIZE (flake8-2.0.tar.gz) = 10511
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-03-18 19:33:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!