summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
blob: b37627816507cdac373631b4dff4646789d632e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Abseil Python Common Libraries"
HOMEPAGE = "https://github.com/abseil/abseil-py"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

SRC_URI[sha256sum] = "463c38a08d2e4cef6c498b76ba5bd4858e4c6ef51da1a5a1f27139a022e20248"

PYPI_PACKAGE = "absl-py"

inherit pypi setuptools3

BBCLASSEXTEND = "native"