blob: 2ecf10caa1484c401e674fb597db03a27c3c54ed [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "Abseil Python Common Libraries"
2HOMEPAGE = "https://github.com/abseil/abseil-py"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
Andrew Geisslere34f8962021-04-15 15:53:51 -05007SRC_URI[md5sum] = "cfc383e2c647698666a7c5d8ef83a675"
8SRC_URI[sha256sum] = "b44f68984a5ceb2607d135a615999b93924c771238a63920d17d3387b0d229d5"
Andrew Geisslerd688a012020-09-18 13:36:00 -05009
10PYPI_PACKAGE = "absl-py"
11
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native"