Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 16:34:32 +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: r357058 - head/devel/py-mwlib
Message-ID:  <201406081634.s58GYWep073687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun  8 16:34:32 2014
New Revision: 357058
URL: http://svnweb.freebsd.org/changeset/ports/357058
QAT: https://qat.redports.org/buildarchive/r357058/

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-mwlib/Makefile

Modified: head/devel/py-mwlib/Makefile
==============================================================================
--- head/devel/py-mwlib/Makefile	Sun Jun  8 16:33:07 2014	(r357057)
+++ head/devel/py-mwlib/Makefile	Sun Jun  8 16:34:32 2014	(r357058)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mwlib
 PORTVERSION=	0.15.14
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,9 +32,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pars
 
 USES=		zip
 USE_PYTHON=		2
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_AUTOPLIST=yes
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	${REINPLACE_CMD} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081634.s58GYWep073687>