git: c8e56f62085d - main - devel/py-pytest-relaxed: Fix fae695c56b13252e60b1b8f692ca74bd73b965d7
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 22 14:48:01 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8e56f62085d0f1abc6a646f68b014c9683d5e3e
commit c8e56f62085d0f1abc6a646f68b014c9683d5e3e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-22 14:43:13 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-22 14:43:13 +0000
devel/py-pytest-relaxed: Fix fae695c56b13252e60b1b8f692ca74bd73b965d7
- While I'm here, remove extra "," in RUN_DEPENDS
Approved by: portmgr (blanket)
---
devel/py-pytest-relaxed/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile
index 0669e648c0c2..7fef8a4a2441 100644
--- a/devel/py-pytest-relaxed/Makefile
+++ b/devel/py-pytest-relaxed/Makefile
@@ -11,9 +11,9 @@ COMMENT= Relaxed test discovery/organization for pytest
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3,<5:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1,<2:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}decorator4>=4,<5:devel/py-decorator@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3<5:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1<2:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}decorator4>=4<5:devel/py-decorator4@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
More information about the dev-commits-ports-all
mailing list