Date: Mon, 9 Jun 2014 10:19:48 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357126 - head/devel/py-argparse Message-ID: <201406091019.s59AJmRY024071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Mon Jun 9 10:19:48 2014 New Revision: 357126 URL: http://svnweb.freebsd.org/changeset/ports/357126 QAT: https://qat.redports.org/buildarchive/r357126/ Log: - Remove easy_install dependency - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Modified: head/devel/py-argparse/Makefile Modified: head/devel/py-argparse/Makefile ============================================================================== --- head/devel/py-argparse/Makefile Mon Jun 9 10:14:24 2014 (r357125) +++ head/devel/py-argparse/Makefile Mon Jun 9 10:19:48 2014 (r357126) @@ -3,6 +3,7 @@ PORTNAME= argparse PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Optparse-inspired command-line LICENSE= PSFL USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091019.s59AJmRY024071>