Date: Mon, 6 Oct 2014 20:29:40 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370224 - in head/databases: . py-mysql-connector-python2 Message-ID: <201410062029.s96KTeBx090218@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Oct 6 20:29:39 2014 New Revision: 370224 URL: https://svnweb.freebsd.org/changeset/ports/370224 QAT: https://qat.redports.org/buildarchive/r370224/ Log: Add new port databases/py-mysql-connectory-python2 PR: 194048 Submitted by: Muhammad Rahman MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249). Added: head/databases/py-mysql-connector-python2/ head/databases/py-mysql-connector-python2/Makefile (contents, props changed) head/databases/py-mysql-connector-python2/distinfo (contents, props changed) head/databases/py-mysql-connector-python2/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Oct 6 20:27:14 2014 (r370223) +++ head/databases/Makefile Mon Oct 6 20:29:39 2014 (r370224) @@ -736,6 +736,7 @@ SUBDIR += py-memcached SUBDIR += py-mssql SUBDIR += py-mysql-connector-python + SUBDIR += py-mysql-connector-python2 SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops Added: head/databases/py-mysql-connector-python2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql-connector-python2/Makefile Mon Oct 6 20:29:39 2014 (r370224) @@ -0,0 +1,19 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= mysql-connector-python +PORTVERSION= 2.0.1 +CATEGORIES= databases python +MASTER_SITES= ${MASTER_SITE_MYSQL} +MASTER_SITE_SUBDIR= Connector-Python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= 5u623l20@gmail.com +COMMENT= MySQL driver written in Python + +LICENSE= GPLv2 + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/databases/py-mysql-connector-python2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql-connector-python2/distinfo Mon Oct 6 20:29:39 2014 (r370224) @@ -0,0 +1,2 @@ +SHA256 (mysql-connector-python-2.0.1.tar.gz) = 7f96ff40fc464fe0d3bf0efd37af46e7471a9a30d3335da7bb43f6b968f342eb +SIZE (mysql-connector-python-2.0.1.tar.gz) = 206435 Added: head/databases/py-mysql-connector-python2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql-connector-python2/pkg-descr Mon Oct 6 20:29:39 2014 (r370224) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062029.s96KTeBx090218>