git: d0caa49f3c71 - main - devel/py-graphene-sqlalchemy: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:52:18 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0caa49f3c71be45c8da734ddbfcf3e6a9fa708b
commit d0caa49f3c71be45c8da734ddbfcf3e6a9fa708b
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:15:55 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:08 +0000
devel/py-graphene-sqlalchemy: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
- Bump PORTREVISION for dependency change
---
devel/py-graphene-sqlalchemy/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-graphene-sqlalchemy/Makefile b/devel/py-graphene-sqlalchemy/Makefile
index dffdfb4a792c..a73aadcdca8f 100644
--- a/devel/py-graphene-sqlalchemy/Makefile
+++ b/devel/py-graphene-sqlalchemy/Makefile
@@ -2,6 +2,7 @@
PORTNAME= graphene-sqlalchemy
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}promise>=2.3:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.2<2:databases/py-sqlalchemy13@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.2<2:databases/py-sqlalchemy14@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the dev-commits-ports-all
mailing list