Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 08:18:30 +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: r509713 - in head/devel: py-flake8-docstrings py-pylama
Message-ID:  <201908240818.x7O8IUjS071551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug 24 08:18:29 2019
New Revision: 509713
URL: https://svnweb.freebsd.org/changeset/ports/509713

Log:
  Unbreak bulk -a
  
  Pointy hat:	amdmi3

Modified:
  head/devel/py-flake8-docstrings/Makefile
  head/devel/py-pylama/Makefile

Modified: head/devel/py-flake8-docstrings/Makefile
==============================================================================
--- head/devel/py-flake8-docstrings/Makefile	Sat Aug 24 07:36:14 2019	(r509712)
+++ head/devel/py-flake8-docstrings/Makefile	Sat Aug 24 08:18:29 2019	(r509713)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py
 		${PYTHON_PKGNAMEPREFIX}flake8-polyfill>=0:devel/py-flake8-polyfill@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py-pydocstyle@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Modified: head/devel/py-pylama/Makefile
==============================================================================
--- head/devel/py-pylama/Makefile	Sat Aug 24 07:36:14 2019	(r509712)
+++ head/devel/py-pylama/Makefile	Sat Aug 24 08:18:29 2019	(r509713)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.2:deve
 		${PYTHON_PKGNAMEPREFIX}pydocstyle>=2.0.0:devel/py-pydocstyle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyflakes>=1.5.0:devel/py-pyflakes@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 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?201908240818.x7O8IUjS071551>