git: b90161398cf7 - main - devel/py-pytest-virtualenv: Add PORTSCOUT

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 21 Dec 2024 01:25:23 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b90161398cf77576ab007dc5b08f9c9be2da18a6

commit b90161398cf77576ab007dc5b08f9c9be2da18a6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-20 10:23:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-21 01:08:17 +0000

    devel/py-pytest-virtualenv: Add PORTSCOUT
    
    1.8.1 is the version for the metaport but we have modularized the
    upstream projects into smaller ports and there is no release 1.8.1 for
    this port.
---
 devel/py-pytest-virtualenv/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/py-pytest-virtualenv/Makefile b/devel/py-pytest-virtualenv/Makefile
index 56920d8e5755..bf00192709f2 100644
--- a/devel/py-pytest-virtualenv/Makefile
+++ b/devel/py-pytest-virtualenv/Makefile
@@ -21,6 +21,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
+PORTSCOUT=	skipv:1.8.1
 
 #do-test:
 #	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs)