blob: eb3453aeef4ae19bed3bcc068b5c39a27274f914 [file] [log] [blame]
Andrew Geissler4b7c1152020-11-30 19:55:29 -06001SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
Andrew Geisslere34f8962021-04-15 15:53:51 -05002HOMEPAGE = "http://docs.python-cerberus.org/"
3SECTION = "devel/python"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06004LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb"
6
Andrew Geisslere34f8962021-04-15 15:53:51 -05007# The PyPI package uses a capital letter so we have to specify this explicitly
8PYPI_PACKAGE = "Cerberus"
Andrew Geissler220dafd2023-10-04 10:18:08 -05009inherit pypi python_poetry_core
Andrew Geisslere34f8962021-04-15 15:53:51 -050010
Andrew Geissler220dafd2023-10-04 10:18:08 -050011SRC_URI[sha256sum] = "81011e10266ef71b6ec6d50e60171258a5b134d69f8fb387d16e4936d0d47642"