SUMMARY = "Cyra is a simple config framework for Python." HOMEPAGE = "https://github.com/Theta-Dev/Cyra" AUTHOR = "ThetaDev" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb93f2ab983feb7ffdb425fc8cee07e" SRC_URI = "https://files.pythonhosted.org/packages/8a/96/a1a87ddcdfcfb970e413c17b4ef0863284d336a538a5fe1f7633d7d22109/Cyra-1.0.2.tar.gz" SRC_URI[md5sum] = "a06f7238c91e8d52b578ad6141753f70" SRC_URI[sha256sum] = "a7aece71c9b44ad70428d661d7286dd9b3c2b7de6716d74a591f26a40c9973fa" S = "${WORKDIR}/Cyra-${PV}" RDEPENDS_${PN} = "python3-tomlkit" inherit setuptools3