forked from Lainports/freebsd-ports
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).
This commit is contained in:
parent
9934d8aa48
commit
63a3c19fc9
4 changed files with 26 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
19
databases/py-mysql-connector-python2/Makefile
Normal file
19
databases/py-mysql-connector-python2/Makefile
Normal file
|
|
@ -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>
|
||||
2
databases/py-mysql-connector-python2/distinfo
Normal file
2
databases/py-mysql-connector-python2/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mysql-connector-python-2.0.1.tar.gz) = 7f96ff40fc464fe0d3bf0efd37af46e7471a9a30d3335da7bb43f6b968f342eb
|
||||
SIZE (mysql-connector-python-2.0.1.tar.gz) = 206435
|
||||
4
databases/py-mysql-connector-python2/pkg-descr
Normal file
4
databases/py-mysql-connector-python2/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
|
||||
Loading…
Add table
Reference in a new issue