git: 6e645d7549be - main - www/py-flask-migrate: Revert c6f6acd8e96e1ad7ae7c12e9943bb102995e94a2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:03:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e645d7549becd6a04b2d08b5880f03414905606 commit 6e645d7549becd6a04b2d08b5880f03414905606 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:10:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:39 +0000 www/py-flask-migrate: Revert c6f6acd8e96e1ad7ae7c12e9943bb102995e94a2 This port is waiting for py-alembic with py-sqlalchemy14. Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258790#c4 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257371#c6 --- www/py-flask-migrate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-flask-migrate/Makefile b/www/py-flask-migrate/Makefile index 51231e33ced7..bc4c4b34252b 100644 --- a/www/py-flask-migrate/Makefile +++ b/www/py-flask-migrate/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>=1.0:databases/py-flask-sqlalchemy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}alembic14>=0.7:databases/py-alembic14@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}alembic>=0.7:databases/py-alembic@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils