Date: Sat, 14 Jun 2014 10:43:36 +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: r357763 - head/net/py-oauth Message-ID: <201406141043.s5EAhaHe003211@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sat Jun 14 10:43:36 2014 New Revision: 357763 URL: http://svnweb.freebsd.org/changeset/ports/357763 QAT: https://qat.redports.org/buildarchive/r357763/ 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/net/py-oauth/Makefile Modified: head/net/py-oauth/Makefile ============================================================================== --- head/net/py-oauth/Makefile Sat Jun 14 10:40:49 2014 (r357762) +++ head/net/py-oauth/Makefile Sat Jun 14 10:43:36 2014 (r357763) @@ -3,7 +3,7 @@ PORTNAME= oauth PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library for OAuth -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +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?201406141043.s5EAhaHe003211>