summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Rondini <diego.ml@zoho.com>2014-03-27 13:10:40 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-03-29 22:44:13 +0100
commit822870b0e458c56cd9594044ff738579e728a851 (patch)
tree169e85840420646e53b191a61f6e91e97b4cb4d0
parent08273d7936f70a6303a1911a2d8f7ba35eb22cdc (diff)
downloadmeta-openembedded-822870b0e458c56cd9594044ff738579e728a851.tar.gz
python-twisted: upgrade to version 13.2.0
Changes: * upgraded python-twisted to latest upstream * dropped PR because of PV increase * updated LICENSE checksum because new contributors have been added to the file * dropped bin package because resulting package was empty: - file _c_urlarg has been removed with this commit: https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols - file cBanana was not packaged even in previous version, upstream removed it ages ago. https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread * the newly introduced zsh completion file has been added to the zsh package Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb (renamed from meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb)17
1 files changed, 5 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
index d585bfab47..80d64a0193 100644
--- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
+++ b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
@@ -6,12 +6,11 @@ SECTION = "console/network"
6 6
7#twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. 7#twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL.
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=5602d7228daf59a16f0f1b2640c46bca"
10PR = "r3"
11 10
12SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " 11SRC_URI = "https://pypi.python.org/packages/source/T/Twisted/Twisted-${PV}.tar.bz2"
13SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" 12SRC_URI[md5sum] = "83fe6c0c911cc1602dbffb036be0ba79"
14SRC_URI[sha256sum] = "562ed61c18aa72da99c23fb19c2c101d178995eb3a78ab3c09560a613e180c84" 13SRC_URI[sha256sum] = "095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3"
15 14
16S = "${WORKDIR}/Twisted-${PV}" 15S = "${WORKDIR}/Twisted-${PV}"
17 16
@@ -26,7 +25,6 @@ PACKAGES += "\
26 ${PN}-zsh \ 25 ${PN}-zsh \
27 ${PN}-test \ 26 ${PN}-test \
28 ${PN}-protocols \ 27 ${PN}-protocols \
29 ${PN}-bin \
30 ${PN}-conch \ 28 ${PN}-conch \
31 ${PN}-lore \ 29 ${PN}-lore \
32 ${PN}-mail \ 30 ${PN}-mail \
@@ -42,7 +40,6 @@ PACKAGES += "\
42 40
43RDEPENDS_${PN} = "python-core python-zopeinterface" 41RDEPENDS_${PN} = "python-core python-zopeinterface"
44RDEPENDS_${PN} += "\ 42RDEPENDS_${PN} += "\
45 ${PN}-bin \
46 ${PN}-conch \ 43 ${PN}-conch \
47 ${PN}-lore \ 44 ${PN}-lore \
48 ${PN}-mail \ 45 ${PN}-mail \
@@ -70,11 +67,7 @@ FILES_${PN}-protocols = " \
70FILES_${PN}-zsh = " \ 67FILES_${PN}-zsh = " \
71 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ 68 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
72 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ 69 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
73" 70 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \
74
75FILES_${PN}-bin = " \
76 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \
77 ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \
78" 71"
79 72
80FILES_${PN}-conch = " \ 73FILES_${PN}-conch = " \