python3-pastedeploy_3.1.0.bb 758 B

12345678910111213141516171819202122232425
  1. SUMMARY = "Load, configure, and compose WSGI applications and servers"
  2. HOMEPAGE = "https://pylonsproject.org/"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://license.txt;md5=1798f29d55080c60365e6283cb49779c"
  5. inherit pypi python_setuptools_build_meta
  6. PYPI_PACKAGE = "PasteDeploy"
  7. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  8. SRC_URI[sha256sum] = "9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95"
  9. # Uncomment this line to enable all the optional features.
  10. #PACKAGECONFIG ?= "paste docs"
  11. PACKAGECONFIG[paste] = ",,,python3-paste"
  12. PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes"
  13. RDEPENDS:${PN} += " \
  14. python3-core \
  15. python3-misc \
  16. python3-netclient \
  17. python3-pkgutil \
  18. python3-setuptools \
  19. python3-threading \
  20. "