From owner-svn-ports-all@freebsd.org Sat Dec 10 03:39:38 2016 Return-Path: Delivered-To: svn-ports-all@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 C9C8FC6F1B6; Sat, 10 Dec 2016 03:39:38 +0000 (UTC) (envelope-from jbeich@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 916EDDE4; Sat, 10 Dec 2016 03:39:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBA3db4P025809; Sat, 10 Dec 2016 03:39:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBA3dbUa025806; Sat, 10 Dec 2016 03:39:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612100339.uBA3dbUa025806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 10 Dec 2016 03:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428270 - in head/devel: py-pytest-asyncio py-pytest-tornado X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 03:39:38 -0000 Author: jbeich Date: Sat Dec 10 03:39:37 2016 New Revision: 428270 URL: https://svnweb.freebsd.org/changeset/ports/428270 Log: Oops, mark as NO_ARCH Modified: head/devel/py-pytest-asyncio/Makefile (contents, props changed) head/devel/py-pytest-tornado/Makefile (contents, props changed) Modified: head/devel/py-pytest-asyncio/Makefile ============================================================================== --- head/devel/py-pytest-asyncio/Makefile Sat Dec 10 03:24:50 2016 (r428269) +++ head/devel/py-pytest-asyncio/Makefile Sat Dec 10 03:39:37 2016 (r428270) @@ -13,6 +13,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.2:devel/py-pytest +NO_ARCH= yes USES= python:3.3+ USE_PYTHON= autoplist distutils Modified: head/devel/py-pytest-tornado/Makefile ============================================================================== --- head/devel/py-pytest-tornado/Makefile Sat Dec 10 03:24:50 2016 (r428269) +++ head/devel/py-pytest-tornado/Makefile Sat Dec 10 03:39:37 2016 (r428270) @@ -14,6 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils