Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 1 | SUMMARY = "Abseil Python Common Libraries" |
| 2 | HOMEPAGE = "https://github.com/abseil/abseil-py" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame^] | 7 | SRC_URI[md5sum] = "afb3ffb4b59d53575e8eb073c3a52803" |
| 8 | SRC_URI[sha256sum] = "6953272383486044699fd0e9f00aad167a27e08ce19aae66c6c4b10e7e767793" |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 9 | |
| 10 | PYPI_PACKAGE = "absl-py" |
| 11 | |
| 12 | inherit pypi setuptools3 |
| 13 | |
| 14 | BBCLASSEXTEND = "native" |