git: 67db29a8819c - main - databases/py-alembic14: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 01:03:10 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=67db29a8819c6893fe922a303be1b86269f24dbc commit 67db29a8819c6893fe922a303be1b86269f24dbc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-12-05 23:02:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-12-06 01:02:44 +0000 databases/py-alembic14: Add LICENSE_FILE - Mark more strict RUN_DEPENDS version - Supports all version of python - Mark USE_PYTHON=concurrent - Add PORTSCOUT Reported by: koobs --- databases/py-alembic14/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/databases/py-alembic14/Makefile b/databases/py-alembic14/Makefile index d52551178304..71958b89c1a8 100644 --- a/databases/py-alembic14/Makefile +++ b/databases/py-alembic14/Makefile @@ -6,22 +6,24 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 14 MAINTAINER= bofh@FreeBSD.org -COMMENT= Database migration tool for SQLAlchemy - 1.4.X Branch +COMMENT= Database migration tool for SQLAlchemy (1.4.X branch) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-editor>=0:devel/py-python-editor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0:databases/py-sqlalchemy12@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-editor>=0.3:devel/py-python-editor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.1.0:databases/py-sqlalchemy12@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +PORTSCOUT= limit:^1\.4\. do-test: @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR}