mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/pythoncego: New port
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.
This commit is contained in:
@@ -841,6 +841,7 @@
|
||||
SUBDIR += py-whisper
|
||||
SUBDIR += py-xapian
|
||||
SUBDIR += py-zodbpickle
|
||||
SUBDIR += pythoncego
|
||||
SUBDIR += qdbm
|
||||
SUBDIR += qdbm-plus
|
||||
SUBDIR += qdrant
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1719740107
|
||||
SHA256 (pythoncego-1.0.1.tar.gz) = 24f8b354216895a707692c47fa173f6af2deb0ed456d37351067675f8b3be87a
|
||||
SIZE (pythoncego-1.0.1.tar.gz) = 34401
|
||||
@@ -0,0 +1,8 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user