blob: c43f9ee544f214bf1da381a88963f2db501c005f [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001DESCRIPTION = "One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
2HOMEPAGE = "https://pypi.org/project/awesomeversion/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"
6
Andrew Geissler78b72792022-06-14 06:47:25 -05007SRC_URI[sha256sum] = "051f89efd8ba0b157fb516bda5e1dad4d63f87e8f9c0c148930023d984fce62f"
8
9RDEPENDS:${PN} += "python3-profile python3-logging"
Andrew Geisslerd5838332022-05-27 11:33:10 -050010
11inherit pypi setuptools3