blob: a154bfba49edcdfae2baff3b863e6df5268e3ff1 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "The bidirectional mapping library for Python."
2DESCRIPTION = "The bidirectional mapping library for Python."
3HOMEPAGE = "https://bidict.readthedocs.io/"
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
6
7SRC_URI[sha256sum] = "42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f"
8
Andrew Geissler9aee5002022-03-30 16:27:02 +00009inherit pypi python_setuptools_build_meta
Andrew Geissler595f6302022-01-24 19:11:47 +000010
11DEPENDS += "python3-setuptools-scm-native"