svn commit: r337515 - head/devel/py-hashring

William Grzybowski wg at FreeBSD.org
Thu Dec 26 13:49:11 UTC 2013


Author: wg
Date: Thu Dec 26 13:49:10 2013
New Revision: 337515
URL: http://svnweb.freebsd.org/changeset/ports/337515

Log:
  devel/py-hashring: allow staging and swtich from easy_install

Modified:
  head/devel/py-hashring/Makefile

Modified: head/devel/py-hashring/Makefile
==============================================================================
--- head/devel/py-hashring/Makefile	Thu Dec 26 13:35:25 2013	(r337514)
+++ head/devel/py-hashring/Makefile	Thu Dec 26 13:49:10 2013	(r337515)
@@ -9,15 +9,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	hash_ring-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An implementation of consistent hashing in Python
+COMMENT=	Implementation of consistent hashing in Python
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	hash_ring
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list