git: 5072934e62f8 - main - www/py-semiphemeral: Change RUN_DEPENDS from flask-sqlalchemy to flask-sqlalchemy30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:19:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5072934e62f8f658ecaae1e475804da062ee655f
commit 5072934e62f8f658ecaae1e475804da062ee655f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:57:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:07:23 +0000
www/py-semiphemeral: Change RUN_DEPENDS from flask-sqlalchemy to flask-sqlalchemy30
- Bump PORTREVISION for dependency change
flask-sqlalchemy uses py-sqlalchemy20 now, therefore it causes conflict with py-sqlalchemy14.
Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p87cdfc67f475_s9097284b98/logs/py39-semiphemeral-0.7.log
---
www/py-semiphemeral/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/py-semiphemeral/Makefile b/www/py-semiphemeral/Makefile
index 9ae084612a94..0c441f641a03 100644
--- a/www/py-semiphemeral/Makefile
+++ b/www/py-semiphemeral/Makefile
@@ -1,5 +1,6 @@
PORTNAME= semiphemeral
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flask-json>=0:www/py-flask-json@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>=0:databases/py-flask-sqlalchemy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy30>=0:databases/py-flask-sqlalchemy30@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy-json>=0:databases/py-sqlalchemy-json@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tweepy>=0:net/py-tweepy@${PY_FLAVOR}