mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-15 14:40:24 +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>
19 lines
579 B
BlitzBasic
19 lines
579 B
BlitzBasic
SUMMARY = "Google Data APIs Python Client Library"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://README.txt;md5=473bd4dff0ddca1f958244b2dc7a162c"
|
|
HOMEPAGE = "http://code.google.com/p/gdata-python-client/"
|
|
|
|
inherit distutils
|
|
|
|
SRC_URI = "http://gdata-python-client.googlecode.com/files/gdata.py-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "521f33a377d64f8a6505ba119415b787"
|
|
SRC_URI[sha256sum] = "fc5ddb8f76b17abd728721a0e0177ea35f55a70106f44dc9010b22eceb06abde"
|
|
|
|
S = "${WORKDIR}/gdata.py-${PV}"
|
|
|
|
FILES_${PN} += "${datadir}"
|
|
|
|
RDEPENDS_${PN} = "python-elementtree"
|
|
|