Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:00:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364896 - head/devel/py-isodate
Message-ID:  <201408150300.s7F30lFD071973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 15 03:00:47 2014
New Revision: 364896
URL: http://svnweb.freebsd.org/changeset/ports/364896
QAT: https://qat.redports.org/buildarchive/r364896/

Log:
  - Use USES=python

Modified:
  head/devel/py-isodate/Makefile

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Fri Aug 15 03:00:42 2014	(r364895)
+++ head/devel/py-isodate/Makefile	Fri Aug 15 03:00:47 2014	(r364896)
@@ -12,8 +12,7 @@ COMMENT=	ISO 8601 date/time/duration par
 
 LICENSE=	BSD3CLAUSE
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
+PYTHON_FEATURES=autoplist,distutils
+USES=		python
 
 .include <bsd.port.mk>



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