git: aaf4428824f0 - main - net/py-stomp.py: Put TEST after RUN depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 19:28:53 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aaf4428824f073d6fe4b786ddb3d66643351919d
commit aaf4428824f073d6fe4b786ddb3d66643351919d
Author: Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-10-11 19:27:07 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-10-11 19:27:55 +0000
net/py-stomp.py: Put TEST after RUN depends
My previous commit (8da076c54ef27d9f60202d791d20c94b56400187) should
have also referenced this PR.
PR: 266139
---
net/py-stomp.py/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/py-stomp.py/Makefile b/net/py-stomp.py/Makefile
index 39e6f7a90955..d80ffe38fcfe 100644
--- a/net/py-stomp.py/Makefile
+++ b/net/py-stomp.py/Makefile
@@ -12,10 +12,10 @@ WWW= https://github.com/jasonrbriggs/stomp.py
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${PY_FLAVOR}
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:devel/py-docopt@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${PY_FLAVOR}
+
USES= python:3.6+
OPTIONS_DEFINE= DOXYGEN