aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-05-19 12:55:07 +0100
committerRoss Burton <ross.burton@intel.com>2018-01-29 13:14:48 +0000
commit4f51719c5bf4371c96107a70d9e8134bb837562c (patch)
treee1a40da0dda631958c4fca4525d259a84b32858d
parentdabdb9f241d5a327642a329227374069acaff572 (diff)
downloadmeta-openembedded-contrib-4f51719c5bf4371c96107a70d9e8134bb837562c.tar.gz
python3-pylyrics: add recipe
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
new file mode 100644
index 0000000000..207751c451
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Pythonic Implementation of lyrics.wikia.com"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=14;endline=14;md5=95d480cd6f8471abaeae21bd0ed277ba"
+
+SRC_URI[md5sum] = "1f3c997edeba149a8fb2b861cbad89c3"
+SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604b4cd0b"
+
+PYPI_PACKAGE = "PyLyrics"
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools3 \ No newline at end of file