svn commit: r362968 - in head/databases: . py-mysql-connector-python
Kubilay Kocak
koobs at FreeBSD.org
Sat Jul 26 12:04:08 UTC 2014
Author: koobs
Date: Sat Jul 26 12:04:07 2014
New Revision: 362968
URL: http://svnweb.freebsd.org/changeset/ports/362968
QAT: https://qat.redports.org/buildarchive/r362968/
Log:
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)
Added:
head/databases/py-mysql-connector-python/
head/databases/py-mysql-connector-python/Makefile (contents, props changed)
head/databases/py-mysql-connector-python/distinfo (contents, props changed)
head/databases/py-mysql-connector-python/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Sat Jul 26 11:42:50 2014 (r362967)
+++ head/databases/Makefile Sat Jul 26 12:04:07 2014 (r362968)
@@ -737,6 +737,7 @@
SUBDIR += py-leveldb
SUBDIR += py-memcached
SUBDIR += py-mssql
+ SUBDIR += py-mysql-connector-python
SUBDIR += py-mysql2pgsql
SUBDIR += py-odbc
SUBDIR += py-oops
Added: head/databases/py-mysql-connector-python/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-mysql-connector-python/Makefile Sat Jul 26 12:04:07 2014 (r362968)
@@ -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 at 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>
Added: head/databases/py-mysql-connector-python/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-mysql-connector-python/distinfo Sat Jul 26 12:04:07 2014 (r362968)
@@ -0,0 +1,2 @@
+SHA256 (mysql-connector-python-1.2.2.tar.gz) = f2500d4b99a991a2ee060c3df40387a86f41e60f12b76032f066a723ed2d18a6
+SIZE (mysql-connector-python-1.2.2.tar.gz) = 281753
Added: head/databases/py-mysql-connector-python/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-mysql-connector-python/pkg-descr Sat Jul 26 12:04:07 2014 (r362968)
@@ -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
More information about the svn-ports-head
mailing list