Add py-pycql 0.0.8

pycql is a pure Python CQL parser.

WWW: https://github.com/geopython/pycql
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-18 18:22:35 +00:00
parent 56ac9043ab
commit af347dc4fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523432
4 changed files with 30 additions and 0 deletions

View File

@ -816,6 +816,7 @@
SUBDIR += py-psycopg2cffi
SUBDIR += py-pum
SUBDIR += py-pyPgSQL
SUBDIR += py-pycql
SUBDIR += py-pyhs
SUBDIR += py-pylibmc
SUBDIR += py-pymssql

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pycql
PORTVERSION= 0.0.8
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CQL parser for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579339391
SHA256 (pycql-0.0.8.tar.gz) = 0c866f345b53b5fa6e582e9ad7f8912c91924079e25124b8f0cb509eec7aa424
SIZE (pycql-0.0.8.tar.gz) = 23019

View File

@ -0,0 +1,3 @@
pycql is a pure Python CQL parser.
WWW: https://github.com/geopython/pycql