python-pymysql: add new recipe for python2/3
pymysql is a pure-Python MySQL client library, based on PEP 249 close #12 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
parent
e0c05a9ff7
commit
6581c6435d
16
recipes-devtools/python/python-pymysql.inc
Normal file
16
recipes-devtools/python/python-pymysql.inc
Normal file
@ -0,0 +1,16 @@
|
||||
SUMMARY = "A pure-Python MySQL client library"
|
||||
DESCRIPTION = " \
|
||||
This package contains a pure-Python MySQL client library, based on PEP 249 \
|
||||
Most public APIs are compatible with mysqlclient and MySQLdb. \
|
||||
"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = "https://github.com/PyMySQL/PyMySQL"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
|
||||
|
||||
inherit pypi
|
||||
|
||||
PYPI_PACKAGE = "PyMySQL"
|
||||
|
||||
SRC_URI[md5sum] = "e5d9183cc0a775ac29f9e0365cca6556"
|
||||
SRC_URI[sha256sum] = "d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"
|
2
recipes-devtools/python/python-pymysql_0.9.3.bb
Normal file
2
recipes-devtools/python/python-pymysql_0.9.3.bb
Normal file
@ -0,0 +1,2 @@
|
||||
inherit setuptools
|
||||
require python-pymysql.inc
|
2
recipes-devtools/python/python3-pymysql_0.9.3.bb
Normal file
2
recipes-devtools/python/python3-pymysql_0.9.3.bb
Normal file
@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-pymysql.inc
|
Loading…
x
Reference in New Issue
Block a user