diff options
-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. |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5602d7228daf59a16f0f1b2640c46bca" |
10 | PR = "r3" | ||
11 | 10 | ||
12 | SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " | 11 | SRC_URI = "https://pypi.python.org/packages/source/T/Twisted/Twisted-${PV}.tar.bz2" |
13 | SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" | 12 | SRC_URI[md5sum] = "83fe6c0c911cc1602dbffb036be0ba79" |
14 | SRC_URI[sha256sum] = "562ed61c18aa72da99c23fb19c2c101d178995eb3a78ab3c09560a613e180c84" | 13 | SRC_URI[sha256sum] = "095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3" |
15 | 14 | ||
16 | S = "${WORKDIR}/Twisted-${PV}" | 15 | S = "${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 | ||
43 | RDEPENDS_${PN} = "python-core python-zopeinterface" | 41 | RDEPENDS_${PN} = "python-core python-zopeinterface" |
44 | RDEPENDS_${PN} += "\ | 42 | RDEPENDS_${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 = " \ | |||
70 | FILES_${PN}-zsh = " \ | 67 | FILES_${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 | |||
75 | FILES_${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 | ||
80 | FILES_${PN}-conch = " \ | 73 | FILES_${PN}-conch = " \ |