aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-normality_2.2.5.bb
blob: 2ef851241ab5bdf8c7bae74fd6c503685f63d804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "micro-package that contains a small set of text normalization"
HOMEPAGE = "http://github.com/pudo/normality"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ac24567f92cb0c2380157fd45299ceb3"

DEPENDS += "\
            python3-banal-native \
            python3-chardet-native \
            python3-text-unidecode-native \
           "

PYPI_PACKAGE = "normality"

SRC_URI[sha256sum] = "b27d8c9b79efa7a6a7e90253b56ccb448b4873dfc3803a669e72159b2038625a"

inherit pypi
inherit setuptools3

do_install:append() {
    # remove test files
    rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/tests
}

BBCLASSEXTEND = "native"