oursql is a set of MySQL bindings for python 2.4+ with a focus

on wrapping the MYSQL_STMT API to provide real parameterization
and real server-side cursors. MySQL 4.1.2 or better is required.

WWW: https://launchpad.net/oursql

PR:		202915
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
Pawel Pekala 2015-11-05 21:11:50 +00:00
parent 9cf024fe7c
commit 883b837753
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400870
4 changed files with 27 additions and 0 deletions

View File

@ -745,6 +745,7 @@
SUBDIR += py-mysql2pgsql
SUBDIR += py-odbc
SUBDIR += py-oops
SUBDIR += py-oursql
SUBDIR += py-peewee
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue

View File

@ -0,0 +1,19 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= oursql
PORTVERSION= 0.9.3.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= MySQL bindings for python
LICENSE= BSD2CLAUSE
USES= python
USE_MYSQL= client
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (oursql-0.9.3.1.tar.gz) = 260d7101ffda97b1aeda3260d88233f769288a79ad2041f3fc9efee3a9f64aca
SIZE (oursql-0.9.3.1.tar.gz) = 164715

View File

@ -0,0 +1,5 @@
oursql is a set of MySQL bindings for python 2.4+ with a focus
on wrapping the MYSQL_STMT API to provide real parameterization
and real server-side cursors. MySQL 4.1.2 or better is required.
WWW: https://launchpad.net/oursql