diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb | 12 |
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 @@ | |||
1 | SUMMARY = "Pythonic Implementation of lyrics.wikia.com" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://setup.py;beginline=14;endline=14;md5=95d480cd6f8471abaeae21bd0ed277ba" | ||
5 | |||
6 | SRC_URI[md5sum] = "1f3c997edeba149a8fb2b861cbad89c3" | ||
7 | SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604b4cd0b" | ||
8 | |||
9 | PYPI_PACKAGE = "PyLyrics" | ||
10 | PYPI_PACKAGE_EXT = "zip" | ||
11 | |||
12 | inherit pypi setuptools3 \ No newline at end of file | ||