python-pymysql: new package

add python to MySQL connection software, written in pure python

Signed-off-by: Steve Calfee <stevecalfee@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Steve Calfee
2016-04-12 14:39:11 -07:00
committed by Thomas Petazzoni
parent f30ee8c0e8
commit d06ec8b514
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pymysql
#
################################################################################
PYTHON_PYMYSQL_VERSION = 0.7.2
PYTHON_PYMYSQL_SOURCE = PyMySQL-$(PYTHON_PYMYSQL_VERSION).tar.gz
PYTHON_PYMYSQL_SITE = https://pypi.python.org/packages/source/P/PyMySQL
PYTHON_PYMYSQL_LICENSE = MIT
PYTHON_PYMYSQL_LICENSE_FILES = LICENSE
PYTHON_PYMYSQL_SETUP_TYPE = setuptools
$(eval $(python-package))