Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 03:39:37 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201612100339.uBA3dbUa025806@repo.freebsd.org>

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



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