aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-publicsuffix2_2.20191221.bb
blob: cb212bd4624ee094d1f7d765c4911651c7f197b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Get a public suffix for a domain name using the Public Suffix List"
HOMEPAGE = "https://github.com/nexb/python-publicsuffix2"

LICENSE = "MIT & MPL-2.0"
LIC_FILES_CHKSUM = "file://publicsuffix2.LICENSE;md5=18f95bf99d093deb07ba194bbf6c64d2"

DEPENDS += "\
    python3-requests-native \
    python3-charset-normalizer-native \
"

PYPI_PACKAGE = "publicsuffix2"

SRC_URI[sha256sum] = "00f8cc31aa8d0d5592a5ced19cccba7de428ebca985db26ac852d920ddd6fe7b"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"