From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-deprecated_1.2.7.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-deprecated_1.2.7.bb (limited to 'external/meta-python2/recipes-devtools/python/python-deprecated_1.2.7.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-deprecated_1.2.7.bb b/external/meta-python2/recipes-devtools/python/python-deprecated_1.2.7.bb new file mode 100644 index 00000000..da2c7600 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-deprecated_1.2.7.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods." +HOMEPAGE = "https://github.com/tantale/deprecated" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" + +SRC_URI[md5sum] = "93d65f6a4efc9aebebfd28c9413dfd19" +SRC_URI[sha256sum] = "408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308" + +PYPI_PACKAGE = "Deprecated" + +inherit pypi setuptools + +S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}" + +RDEPENDS_${PN} += "python-wrapt" -- cgit 1.2.3-korg