Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 17:13:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547910 - in head: deskutils/py-bugwarrior devel/ipython5 devel/py-ipdb devel/py-jira devel/py-jupyter_core
Message-ID:  <202009071713.087HDAKG040265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  7 17:13:09 2020
New Revision: 547910
URL: https://svnweb.freebsd.org/changeset/ports/547910

Log:
  Fix bulk -a

Modified:
  head/deskutils/py-bugwarrior/Makefile
  head/devel/ipython5/Makefile
  head/devel/py-ipdb/Makefile
  head/devel/py-jira/Makefile
  head/devel/py-jupyter_core/Makefile

Modified: head/deskutils/py-bugwarrior/Makefile
==============================================================================
--- head/deskutils/py-bugwarrior/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
+++ head/deskutils/py-bugwarrior/Makefile	Mon Sep  7 17:13:09 2020	(r547910)
@@ -30,7 +30,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m
 		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 OPTIONS_GROUP=		GENERAL SERVICES

Modified: head/devel/ipython5/Makefile
==============================================================================
--- head/devel/ipython5/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
+++ head/devel/ipython5/Makefile	Mon Sep  7 17:13:09 2020	(r547910)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py
 		${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 USE_GCC=	yes # To be removed - Needed as a work-around for numpy, see PR ports/188114
 

Modified: head/devel/py-ipdb/Makefile
==============================================================================
--- head/devel/py-ipdb/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
+++ head/devel/py-ipdb/Makefile	Mon Sep  7 17:13:09 2020	(r547910)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython5>=5.1.0:devel/ipython5@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-jira/Makefile
==============================================================================
--- head/devel/py-jira/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
+++ head/devel/py-jira/Makefile	Mon Sep  7 17:13:09 2020	(r547910)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-
 TEST_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${RUN_DEPENDS}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=		MAGIC PARALLEL SHELL TESTS

Modified: head/devel/py-jupyter_core/Makefile
==============================================================================
--- head/devel/py-jupyter_core/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
+++ head/devel/py-jupyter_core/Makefile	Mon Sep  7 17:13:09 2020	(r547910)
@@ -17,7 +17,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/
 		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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