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:
20
databases/py-mysql-connector-python/Makefile
Normal file
20
databases/py-mysql-connector-python/Makefile
Normal 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>
|
||||
2
databases/py-mysql-connector-python/distinfo
Normal file
2
databases/py-mysql-connector-python/distinfo
Normal 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
|
||||
4
databases/py-mysql-connector-python/pkg-descr
Normal file
4
databases/py-mysql-connector-python/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user