Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 13:49:11 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337515 - head/devel/py-hashring
Message-ID:  <201312261349.rBQDnBuP004072@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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