From 5151244eafbb2425911570673a76995eca6087b2 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 26 Jul 2014 12:04:07 +0000 Subject: databases/py-mysql-connector-python: MySQL driver written in Python MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249). WWW: http://dev.mysql.com/doc/connector-python/en PR: 191722 Submitted by: (with changes) --- databases/py-mysql-connector-python/Makefile | 20 ++++++++++++++++++++ databases/py-mysql-connector-python/distinfo | 2 ++ databases/py-mysql-connector-python/pkg-descr | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 databases/py-mysql-connector-python/Makefile create mode 100644 databases/py-mysql-connector-python/distinfo create mode 100644 databases/py-mysql-connector-python/pkg-descr (limited to 'databases/py-mysql-connector-python') diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile new file mode 100644 index 000000000000..2cc0d48a8a14 --- /dev/null +++ b/databases/py-mysql-connector-python/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= mysql-connector-python +PORTVERSION= 1.2.2 +CATEGORIES= databases python +MASTER_SITES= ${MASTER_SITE_MYSQL} +MASTER_SITE_SUBDIR= Connector-Python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= arcade@bit.name +COMMENT= MySQL driver written in Python + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo new file mode 100644 index 000000000000..e890b47df67a --- /dev/null +++ b/databases/py-mysql-connector-python/distinfo @@ -0,0 +1,2 @@ +SHA256 (mysql-connector-python-1.2.2.tar.gz) = f2500d4b99a991a2ee060c3df40387a86f41e60f12b76032f066a723ed2d18a6 +SIZE (mysql-connector-python-1.2.2.tar.gz) = 281753 diff --git a/databases/py-mysql-connector-python/pkg-descr b/databases/py-mysql-connector-python/pkg-descr new file mode 100644 index 000000000000..aef91a9527b0 --- /dev/null +++ b/databases/py-mysql-connector-python/pkg-descr @@ -0,0 +1,4 @@ +MySQL driver written in Python which does not depend on MySQL C client +libraries and implements the DB API v2.0 specification (PEP-249). + +WWW: http://dev.mysql.com/doc/connector-python/en -- cgit v1.2.3