Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 08:53:49 +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: r357757 - head/math/py-patsy
Message-ID:  <201406140853.s5E8rn5C051395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Jun 14 08:53:48 2014
New Revision: 357757
URL: http://svnweb.freebsd.org/changeset/ports/357757
QAT: https://qat.redports.org/buildarchive/r357757/

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/math/py-patsy/Makefile

Modified: head/math/py-patsy/Makefile
==============================================================================
--- head/math/py-patsy/Makefile	Sat Jun 14 08:38:25 2014	(r357756)
+++ head/math/py-patsy/Makefile	Sat Jun 14 08:53:48 2014	(r357757)
@@ -3,7 +3,7 @@
 
 PORTNAME=	patsy
 PORTVERSION=	0.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	API-reference.rst \



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