diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-22 08:34:56 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:25 +0100 |
| commit | 992aca638b5fc39df4572cf46bd7e69c59ccd859 (patch) | |
| tree | 8590929a6f0ece1bddde0c4afccb0699ed0bf398 /meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb | |
| parent | 0f5bd9ae59a8f8f040a8c184c55f621d51c5f4bf (diff) | |
| download | meta-openembedded-992aca638b5fc39df4572cf46bd7e69c59ccd859.tar.gz | |
python-flufl-enum: update to 4.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb deleted file mode 100644 index fe25fd7780..0000000000 --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "A Python enumeration package." | ||
| 2 | DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ | ||
| 3 | specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ | ||
| 4 | features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " | ||
| 5 | |||
| 6 | LICENSE = "LGPLv3" | ||
| 7 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" | ||
| 10 | SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "flufl.enum" | ||
| 13 | inherit pypi setuptools | ||
| 14 | |||
| 15 | PACKAGES =+ "\ | ||
| 16 | ${PN}-test \ | ||
| 17 | " | ||
| 18 | |||
| 19 | FILES_${PN}-doc += "\ | ||
| 20 | ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/*.rst \ | ||
| 21 | ${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/docs \ | ||
| 22 | " | ||
| 23 | |||
| 24 | FILES_${PN}-test += "${libdir}/${PYTHON_DIR}/site-packages/flufl/enum/tests" | ||
