From 44df09c50a9b8243cecf1d082112bfdef023c25c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Mar 2017 15:05:09 +0100 Subject: [PATCH] dev-python/mysql-connector-python: initial import --- .../mysql-connector-python-2.1.5.exheres-0 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/dev-python/mysql-connector-python/mysql-connector-python-2.1.5.exheres-0 diff --git a/packages/dev-python/mysql-connector-python/mysql-connector-python-2.1.5.exheres-0 b/packages/dev-python/mysql-connector-python/mysql-connector-python-2.1.5.exheres-0 new file mode 100644 index 00000000..ef18f6a9 --- /dev/null +++ b/packages/dev-python/mysql-connector-python/mysql-connector-python-2.1.5.exheres-0 @@ -0,0 +1,18 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require setup-py [ import=distutils ] + +SUMMARY="MySQL driver written in Python" +DESCRIPTION="MySQL driver written in Python which does not depend on MySQL C +client libraries and implements the DB API v2.0 specification (PEP-249)." +HOMEPAGE="https://dev.mysql.com/doc/connector-python/en/index.html" +DOWNLOADS="https://dev.mysql.com/get/Downloads/Connector-Python/${PNV}.tar.gz" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +BUGS_TO="hasufell@posteo.de" +