svn commit: r414006 - head/textproc/py-genshi

Nicola Vitale nivit at FreeBSD.org
Mon Apr 25 14:14:40 UTC 2016


Author: nivit
Date: Mon Apr 25 14:14:39 2016
New Revision: 414006
URL: https://svnweb.freebsd.org/changeset/ports/414006

Log:
  - Genshi does not yet have a released version supporting Python 3.x,
    and it doesn't build with Python 3. So build it with Python 2 only. [1]
  - Add NO_ARCH
  
  PR:	205848
  Submitted by:	Vladimir Krstulja <vlad-fbsd at acheronmedia.com> [1]

Modified:
  head/textproc/py-genshi/Makefile

Modified: head/textproc/py-genshi/Makefile
==============================================================================
--- head/textproc/py-genshi/Makefile	Mon Apr 25 14:01:18 2016	(r414005)
+++ head/textproc/py-genshi/Makefile	Mon Apr 25 14:14:39 2016	(r414006)
@@ -14,10 +14,12 @@ COMMENT=	Python toolkit for stream-based
 
 LICENSE=	BSD3CLAUSE
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	BABEL
 BABEL_DESC=	I18n support through the Babel plugin
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list