aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-15 17:58:12 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:40 +0200
commit786b54eda7d1c67697122110dea2d4720db46efc (patch)
tree06a141f8a3d4676692e453aef1ae8dd795b74260 /meta-python/recipes-devtools
parent468e565f0cb37b2bc07f9d1fb7dea6cd62d5afc3 (diff)
downloadmeta-openembedded-contrib-786b54eda7d1c67697122110dea2d4720db46efc.tar.gz
python-flufl-enum: remove deprecated package
The maintainer of the package has marked it deprecated and users should move to the standard library third party package (enum34) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
deleted file mode 100644
index ef108485a1..0000000000
--- a/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "A Python enumeration package."
-DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \
-specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \
-features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. "
-
-LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7"
-
-SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4"
-SRC_URI[sha256sum] = "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4"
-
-PYPI_PACKAGE = "flufl.enum"
-inherit pypi setuptools
-
-PACKAGES =+ "\
- ${PN}-test \
-"
-
-FILES_${PN}-doc += "\
- ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/*.rst \
- ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/docs \
-"
-
-FILES_${PN}-test += "${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/tests"