e89748e0ca
The Cego Python driver enables Python programs to access cego databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses the Cego C wrapper client library for client server communication. This implementation is derived from the MariaDB Connector written by Georg Richter.
20 lines
383 B
Makefile
20 lines
383 B
Makefile
PORTNAME= pythoncego
|
|
PORTVERSION= 1.0.1
|
|
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Cego database support for Python
|
|
WWW= https://www.lemke-it.com/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcego.so:databases/cego
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils pytest
|
|
|
|
.include <bsd.port.mk>
|