git: 952f419ec039 - main - databases/py-alembic16: Add portscout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 10:56:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=952f419ec039aec3cfbd9259a258a844a1b23eed commit 952f419ec039aec3cfbd9259a258a844a1b23eed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-04-22 09:25:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-04-22 10:56:04 +0000 databases/py-alembic16: Add portscout - Limit portscout to 1.6.X versions only --- databases/py-alembic16/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-alembic16/Makefile b/databases/py-alembic16/Makefile index aaad96b22569..0d22b4aa966d 100644 --- a/databases/py-alembic16/Makefile +++ b/databases/py-alembic16/Makefile @@ -27,6 +27,8 @@ CONFLICTS_INSTALL= py*-alembic14 NO_ARCH= yes +PORTSCOUT= limit:^1\.6 + do-test: @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR}