From owner-svn-ports-head@freebsd.org Mon Apr 25 14:14:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B55EEB1B528; Mon, 25 Apr 2016 14:14:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 860DB1482; Mon, 25 Apr 2016 14:14:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3PEEdNb075556; Mon, 25 Apr 2016 14:14:39 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3PEEdpe075555; Mon, 25 Apr 2016 14:14:39 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201604251414.u3PEEdpe075555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Mon, 25 Apr 2016 14:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414006 - head/textproc/py-genshi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 14:14:40 -0000 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 [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