Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 19:08:44 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372680 - head/www/py-html5lib
Message-ID:  <201411171908.sAHJ8igx019271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Nov 17 19:08:44 2014
New Revision: 372680
URL: https://svnweb.freebsd.org/changeset/ports/372680
QAT: https://qat.redports.org/buildarchive/r372680/

Log:
  www/py-html5lib: modernize PYTHON options
  
  Fixing those:
  USE_PYTHON=yes is deprecated, please use USES=python
  USE_PYDISTUTILS is deprecated, please use USE_PYTHON=distutils
  PYDISTUTILS_AUTOPLIST is deprecated, please use USE_PYTHON=autoplist

Modified:
  head/www/py-html5lib/Makefile

Modified: head/www/py-html5lib/Makefile
==============================================================================
--- head/www/py-html5lib/Makefile	Mon Nov 17 19:05:45 2014	(r372679)
+++ head/www/py-html5lib/Makefile	Mon Nov 17 19:08:44 2014	(r372680)
@@ -19,9 +19,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nos
 
 OPTIONS_DEFINE=	TEST
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.options.mk>
 



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