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:	<arcade at b1t dot name> (with changes)
This commit is contained in:
Kubilay Kocak
2014-07-26 12:04:07 +00:00
parent b5ef18588e
commit 5151244eaf
4 changed files with 27 additions and 0 deletions

View File

@@ -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 <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (mysql-connector-python-1.2.2.tar.gz) = f2500d4b99a991a2ee060c3df40387a86f41e60f12b76032f066a723ed2d18a6
SIZE (mysql-connector-python-1.2.2.tar.gz) = 281753

View File

@@ -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