git: daa0fc32169a - main - databases/py-geoalchemy2: Change RUN_DEPENDS from py-sqlalchemy12 to py-sqlalchemy14
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 16 15:26:30 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=daa0fc32169a3cf58b654344b6d1a0d705b4a77f
commit daa0fc32169a3cf58b654344b6d1a0d705b4a77f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-16 15:14:15 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-16 15:24:01 +0000
databases/py-geoalchemy2: Change RUN_DEPENDS from py-sqlalchemy12 to py-sqlalchemy14
- Bump PORTREVISION for dependency change
---
databases/py-geoalchemy2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile
index 18c31fe65116..a46a49155aff 100644
--- a/databases/py-geoalchemy2/Makefile
+++ b/databases/py-geoalchemy2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= geoalchemy2
PORTVERSION= 0.8.5
+PORTREVISION= 1
CATEGORIES= databases geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial Databases
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.1:databases/py-sqlalchemy12@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.1:databases/py-sqlalchemy14@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the dev-commits-ports-all
mailing list