python3-pylyrics_1.1.0.bb 485 B

123456789101112131415161718
  1. SUMMARY = "Pythonic Implementation of lyrics.wikia.com"
  2. LICENSE = "MIT"
  3. LIC_FILES_CHKSUM = "file://setup.py;beginline=14;endline=14;md5=95d480cd6f8471abaeae21bd0ed277ba"
  4. SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604b4cd0b"
  5. PYPI_PACKAGE = "PyLyrics"
  6. PYPI_PACKAGE_EXT = "zip"
  7. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  8. inherit pypi setuptools3
  9. RDEPENDS:${PN} += " \
  10. python3-beautifulsoup4 \
  11. python3-classes \
  12. python3-requests \
  13. "