git: dd54514959e3 - main - databases/py-pycql: Update to 0.0.12

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 1 22:22:03 UTC 2021


The branch main has been updated by sunpoet:

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

commit dd54514959e34470c72b90722a29559c27e6da80
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-01 22:14:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-01 22:19:12 +0000

    databases/py-pycql: Update to 0.0.12
    
    Changes:        https://github.com/geopython/pycql/commits/master
---
 databases/py-pycql/Makefile | 9 +++++----
 databases/py-pycql/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/databases/py-pycql/Makefile b/databases/py-pycql/Makefile
index 5ad0aba86e3e..fa79e25bd238 100644
--- a/databases/py-pycql/Makefile
+++ b/databases/py-pycql/Makefile
@@ -1,21 +1,22 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	pycql
-PORTVERSION=	0.0.8
+PORTVERSION=	0.0.12
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	CQL parser for Python
+COMMENT=	Pure Python parser implementation of the OGC CQL standard
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateparser>=0:devel/py-dateparser@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
diff --git a/databases/py-pycql/distinfo b/databases/py-pycql/distinfo
index 11b9d4c794fe..cf9ba0551ecb 100644
--- a/databases/py-pycql/distinfo
+++ b/databases/py-pycql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579339391
-SHA256 (pycql-0.0.8.tar.gz) = 0c866f345b53b5fa6e582e9ad7f8912c91924079e25124b8f0cb509eec7aa424
-SIZE (pycql-0.0.8.tar.gz) = 23019
+TIMESTAMP = 1619725337
+SHA256 (pycql-0.0.12.tar.gz) = 8684a9c187e3a6981876e7cbd34195c8be89ff455cabd9c286dc781c628750d5
+SIZE (pycql-0.0.12.tar.gz) = 25837


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