aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-platformdirs_2.4.1.bb
blob: 9c08e35ffd3c0e564f65709c5b5f65d12bed0484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "A small Python module for determining appropriate platform-specific dirs"
HOMEPAGE = "https://github.com/platformdirs/platformdirs"

DEPENDS += " \
    python3-setuptools-scm-native \
    python3-toml-native \
"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=282c970bb844954c8535dd6e9733db7f"

PYPI_PACKAGE = "platformdirs"

SRC_URI[sha256sum] = "440633ddfebcc36264232365d7840a970e75e1018d15b4327d11f91909045fda"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"