From 922eba45d75e221b846a4b4fc1b729d02bbed864 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 14 Jun 2014 14:03:33 +0000 Subject: Import py27-pymysql-0.6.2 as databases/py-pymysql. This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython. --- databases/py-pymysql/DESCR | 3 ++ databases/py-pymysql/Makefile | 22 +++++++++ databases/py-pymysql/PLIST | 104 ++++++++++++++++++++++++++++++++++++++++++ databases/py-pymysql/distinfo | 5 ++ 4 files changed, 134 insertions(+) create mode 100644 databases/py-pymysql/DESCR create mode 100644 databases/py-pymysql/Makefile create mode 100644 databases/py-pymysql/PLIST create mode 100644 databases/py-pymysql/distinfo (limited to 'databases/py-pymysql') diff --git a/databases/py-pymysql/DESCR b/databases/py-pymysql/DESCR new file mode 100644 index 00000000000..f59d6db9891 --- /dev/null +++ b/databases/py-pymysql/DESCR @@ -0,0 +1,3 @@ +This package contains a pure-Python MySQL client library. The goal of PyMySQL is +to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython +and Jython. diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile new file mode 100644 index 00000000000..30bf99de675 --- /dev/null +++ b/databases/py-pymysql/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2014/06/14 14:03:33 rodent Exp $ + +DISTNAME= PyMySQL-0.6.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= databases python +MASTER_SITES= https://pypi.python.org/packages/source/P/PyMySQL/ + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= https://github.com/PyMySQL/PyMySQL/ +COMMENT= Pure-Python MySQL driver +LICENSE= mit + +USE_LANGUAGES= # none + +REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/capabilities.py +REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py +REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py +REPLACE_PYTHON+= pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/py-pymysql/PLIST b/databases/py-pymysql/PLIST new file mode 100644 index 00000000000..1558caf2134 --- /dev/null +++ b/databases/py-pymysql/PLIST @@ -0,0 +1,104 @@ +@comment $NetBSD: PLIST,v 1.1 2014/06/14 14:03:33 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pymysql/charset.py +${PYSITELIB}/pymysql/charset.pyc +${PYSITELIB}/pymysql/charset.pyo +${PYSITELIB}/pymysql/_compat.py +${PYSITELIB}/pymysql/_compat.pyc +${PYSITELIB}/pymysql/_compat.pyo +${PYSITELIB}/pymysql/connections.py +${PYSITELIB}/pymysql/connections.pyc +${PYSITELIB}/pymysql/connections.pyo +${PYSITELIB}/pymysql/constants/CLIENT.py +${PYSITELIB}/pymysql/constants/CLIENT.pyc +${PYSITELIB}/pymysql/constants/CLIENT.pyo +${PYSITELIB}/pymysql/constants/COMMAND.py +${PYSITELIB}/pymysql/constants/COMMAND.pyc +${PYSITELIB}/pymysql/constants/COMMAND.pyo +${PYSITELIB}/pymysql/constants/ER.py +${PYSITELIB}/pymysql/constants/ER.pyc +${PYSITELIB}/pymysql/constants/ER.pyo +${PYSITELIB}/pymysql/constants/FIELD_TYPE.py +${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyc +${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyo +${PYSITELIB}/pymysql/constants/FLAG.py +${PYSITELIB}/pymysql/constants/FLAG.pyc +${PYSITELIB}/pymysql/constants/FLAG.pyo +${PYSITELIB}/pymysql/constants/__init__.py +${PYSITELIB}/pymysql/constants/__init__.pyc +${PYSITELIB}/pymysql/constants/__init__.pyo +${PYSITELIB}/pymysql/constants/SERVER_STATUS.py +${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyc +${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyo +${PYSITELIB}/pymysql/converters.py +${PYSITELIB}/pymysql/converters.pyc +${PYSITELIB}/pymysql/converters.pyo +${PYSITELIB}/pymysql/cursors.py +${PYSITELIB}/pymysql/cursors.pyc +${PYSITELIB}/pymysql/cursors.pyo +${PYSITELIB}/pymysql/err.py +${PYSITELIB}/pymysql/err.pyc +${PYSITELIB}/pymysql/err.pyo +${PYSITELIB}/pymysql/__init__.py +${PYSITELIB}/pymysql/__init__.pyc +${PYSITELIB}/pymysql/__init__.pyo +${PYSITELIB}/pymysql/_socketio.py +${PYSITELIB}/pymysql/_socketio.pyc +${PYSITELIB}/pymysql/_socketio.pyo +${PYSITELIB}/pymysql/tests/base.py +${PYSITELIB}/pymysql/tests/base.pyc +${PYSITELIB}/pymysql/tests/base.pyo +${PYSITELIB}/pymysql/tests/__init__.py +${PYSITELIB}/pymysql/tests/__init__.pyc +${PYSITELIB}/pymysql/tests/__init__.pyo +${PYSITELIB}/pymysql/tests/test_basic.py +${PYSITELIB}/pymysql/tests/test_basic.pyc +${PYSITELIB}/pymysql/tests/test_basic.pyo +${PYSITELIB}/pymysql/tests/test_connection.py +${PYSITELIB}/pymysql/tests/test_connection.pyc +${PYSITELIB}/pymysql/tests/test_connection.pyo +${PYSITELIB}/pymysql/tests/test_DictCursor.py +${PYSITELIB}/pymysql/tests/test_DictCursor.pyc +${PYSITELIB}/pymysql/tests/test_DictCursor.pyo +${PYSITELIB}/pymysql/tests/test_example.py +${PYSITELIB}/pymysql/tests/test_example.pyc +${PYSITELIB}/pymysql/tests/test_example.pyo +${PYSITELIB}/pymysql/tests/test_issues.py +${PYSITELIB}/pymysql/tests/test_issues.pyc +${PYSITELIB}/pymysql/tests/test_issues.pyo +${PYSITELIB}/pymysql/tests/test_nextset.py +${PYSITELIB}/pymysql/tests/test_nextset.pyc +${PYSITELIB}/pymysql/tests/test_nextset.pyo +${PYSITELIB}/pymysql/tests/test_SSCursor.py +${PYSITELIB}/pymysql/tests/test_SSCursor.pyc +${PYSITELIB}/pymysql/tests/test_SSCursor.pyo +${PYSITELIB}/pymysql/tests/thirdparty/__init__.py +${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyc +${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyo +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyc +${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyo +${PYSITELIB}/pymysql/times.py +${PYSITELIB}/pymysql/times.pyc +${PYSITELIB}/pymysql/times.pyo +${PYSITELIB}/pymysql/util.py +${PYSITELIB}/pymysql/util.pyc +${PYSITELIB}/pymysql/util.pyo diff --git a/databases/py-pymysql/distinfo b/databases/py-pymysql/distinfo new file mode 100644 index 00000000000..0bbc344e268 --- /dev/null +++ b/databases/py-pymysql/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/06/14 14:03:33 rodent Exp $ + +SHA1 (PyMySQL-0.6.2.tar.gz) = daaadc0c5a5bc565128194e5720c77ae33f25cbc +RMD160 (PyMySQL-0.6.2.tar.gz) = c056d2ad6d60081216436ff8b7f20cc7ba28bb57 +Size (PyMySQL-0.6.2.tar.gz) = 53600 bytes -- cgit v1.2.3