Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 1 | # The PyPI package uses a capital letter so we have to specify this explicitly |
| 2 | PYPI_PACKAGE = "Cerberus" |
| 3 | |
| 4 | inherit pypi setuptools3 |
| 5 | |
| 6 | SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries." |
| 7 | LICENSE = "ISC" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" |
| 9 | |
| 10 | SRC_URI[md5sum] = "6e648b38b468617a06745d1e8a96c848" |
| 11 | SRC_URI[sha256sum] = "302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589" |