diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-twisted_20.3.0.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_20.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb index 697725fd71..e0f1a8ca6e 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_20.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb | |||
@@ -5,13 +5,11 @@ HOMEPAGE = "http://www.twistedmatrix.com" | |||
5 | 5 | ||
6 | #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. | 6 | #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27ac6d9597237e7e76282edd7a40cd68" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e33c411c0b86b1f3ca299091ed51ca31" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "d72c55b5d56e176563b91d11952d13b01af8725c623e498db5507b6614fc1e10" | 10 | SRC_URI[sha256sum] = "77544a8945cf69b98d2946689bbe0c75de7d145cdf11f391dd487eae8fc95a12" |
11 | SRC_URI[md5sum] = "fc16d575730db7d0cddd09fc35af3eea" | ||
12 | 11 | ||
13 | PYPI_PACKAGE = "Twisted" | 12 | PYPI_PACKAGE = "Twisted" |
14 | PYPI_PACKAGE_EXT = "tar.bz2" | ||
15 | 13 | ||
16 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
17 | 15 | ||
@@ -201,6 +199,7 @@ ${libdir}/${PYTHON_DIR}/site-packages/Twisted*egg-info \ | |||
201 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/logger/ \ | 199 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/logger/ \ |
202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/_threads/ \ | 200 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/_threads/ \ |
203 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ | 201 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ |
202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ | ||
204 | " | 203 | " |
205 | 204 | ||
206 | FILES_${PN}-mail = " \ | 205 | FILES_${PN}-mail = " \ |