mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-gdata: update to version 2.0.18
Verified the license terms remain the same and update RDEPENDS Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3964b36eed
commit
d533527c65
|
|
@ -1,17 +0,0 @@
|
|||
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-xml"
|
||||
21
meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
Normal file
21
meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
SUMMARY = "Google Data APIs Python Client Library"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://README.txt;md5=4c8f0e6846e52a7fe4943acf462d808d"
|
||||
HOMEPAGE = "http://code.google.com/p/gdata-python-client/"
|
||||
|
||||
SRC_URI[md5sum] = "13b6e6dd8f9e3e9a8e005e05a8329408"
|
||||
SRC_URI[sha256sum] = "56e7d22de819c22b13ceb0fe1869729b4287f89ebbd4bb55380d7bcf61a1fdb6"
|
||||
|
||||
S = "${WORKDIR}/gdata.py-${PV}"
|
||||
|
||||
inherit pypi distutils
|
||||
|
||||
FILES_${PN} += "${datadir}"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user