git: 2bc29c83dca8 - main - textproc/py-petl: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:53:08 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc29c83dca8cd51a9b2f2cb0e997a6dd54f5c7d

commit 2bc29c83dca8cd51a9b2f2cb0e997a6dd54f5c7d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:17:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:20 +0000

    textproc/py-petl: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
    
    - Bump PORTREVISION for dependency change
---
 textproc/py-petl/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-petl/Makefile b/textproc/py-petl/Makefile
index dc496a95f5ed..d68362c5d59a 100644
--- a/textproc/py-petl/Makefile
+++ b/textproc/py-petl/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	petl
 PORTVERSION=	1.7.4
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,7 +36,7 @@ XPATH_DESC=	XPath support
 WHOOSH_DESC=	Whoosh support
 
 AVRO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastavro>=0.24.0:textproc/py-fastavro@${PY_FLAVOR}
-DB_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.3.6:databases/py-sqlalchemy13@${PY_FLAVOR}
+DB_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.3.6:databases/py-sqlalchemy14@${PY_FLAVOR}
 HDF5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.13:lang/cython@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}numexpr>=2.6.9:math/py-numexpr@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}numpy>=1.16.4,1:math/py-numpy@${PY_FLAVOR} \


More information about the dev-commits-ports-all mailing list