mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 05:44:46 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
579 B
BlitzBasic
20 lines
579 B
BlitzBasic
SUMMARY = "Python interface to MySQL"
|
|
HOMEPAGE = "https://github.com/farcepest/MySQLdb1"
|
|
SECTION = "devel/python"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "mysql5"
|
|
|
|
SRCNAME = "MySQL-python"
|
|
|
|
SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \
|
|
file://remove-distribute.patch"
|
|
|
|
SRC_URI[md5sum] = "ddf2386daf10a97af115ffad2ed4a9a0"
|
|
SRC_URI[sha256sum] = "e405f9d6be33923d428acaa4db4f4470427f1d15ea0d2d82a933449ace26bbd9"
|
|
|
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|
|
|
inherit setuptools
|