Skip to content

Commit

Permalink
python3-pylyrics: add recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rossburton authored and kraj committed Mar 20, 2019
1 parent cb2425f commit dfc9229
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dfc9229

Please sign in to comment.