blob: 1937285c3b7a7ae179c7197a091a315125bd9773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "A small and simple INI-file parser module"
HOMEPAGE = "https://pypi.org/project/iniconfig/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254"
SRC_URI[sha256sum] = "c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"
DEPENDS += "python3-hatch-vcs-native"
inherit pypi python_hatchling
BBCLASSEXTEND = "native nativesdk"
|