summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb
blob: ac94ae5cee52a6ecbc4266f90f9df08281a0a8e3 (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
26
27
28
SUMMARY = "ASCII transliterations of Unicode text"
HOMEPAGE = "https://pypi.org/project/Unidecode/"
DESCRIPTION = "This is a Python port of Text::Unidecode Perl module by Sean M. Burke"
SECTION = "devel/python"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"

inherit pypi setuptools3 ptest

PYPI_PACKAGE = "Unidecode"

SRC_URI += "file://run-ptest"

SRC_URI[sha256sum] = "ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23"

RDEPENDS:${PN}-ptest += " \
    python3-pytest \
    python3-core \
    python3-io \
    python3-doctest \
    python3-unittest \
    python3-unittest-automake-output \
"

do_install_ptest() {
    install -d ${D}${PTEST_PATH}/tests
    cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
}