mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 16:01:45 +00:00
python-pymysql: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e2292fd8c5
commit
202249f19b
@ -1,18 +0,0 @@
|
|||||||
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://pymysql.readthedocs.io"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e5d9183cc0a775ac29f9e0365cca6556"
|
|
||||||
SRC_URI[sha256sum] = "d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"
|
|
||||||
|
|
||||||
inherit pypi
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "PyMySQL"
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-cryptography"
|
|
||||||
@ -1,2 +1,17 @@
|
|||||||
inherit setuptools3
|
SUMMARY = "A pure-Python MySQL client library"
|
||||||
require python-pymysql.inc
|
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://pymysql.readthedocs.io"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "e5d9183cc0a775ac29f9e0365cca6556"
|
||||||
|
SRC_URI[sha256sum] = "d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "PyMySQL"
|
||||||
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "${PYTHON_PN}-cryptography"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user