Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2016 14:14:39 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414006 - head/textproc/py-genshi
Message-ID:  <201604251414.u3PEEdpe075555@repo.freebsd.org>

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



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