git: 3fe800bbe0cb - main - graphics/py-sqlalchemy-imageattach: Update RUN_DEPENDS entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 04:24:44 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fe800bbe0cb745483e357e9f926344107ee185a commit 3fe800bbe0cb745483e357e9f926344107ee185a Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-05-01 04:22:20 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-05-01 04:24:10 +0000 graphics/py-sqlalchemy-imageattach: Update RUN_DEPENDS entry - Change sqlalchemy dependency to databases/py-sqlalchemy14 - Bump PORTREVISION --- graphics/py-sqlalchemy-imageattach/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-sqlalchemy-imageattach/Makefile b/graphics/py-sqlalchemy-imageattach/Makefile index 821701b5f085..418e0b7c60b7 100644 --- a/graphics/py-sqlalchemy-imageattach/Makefile +++ b/graphics/py-sqlalchemy-imageattach/Makefile @@ -1,5 +1,6 @@ PORTNAME= SQLAlchemy-ImageAttach PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ WWW= https://github.com/dahlia/sqlalchemy-imageattach LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Wand>0:graphics/py-wand@${PY_FLAVOR} USES= python:3.6+