aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-javaproperties_0.8.1.bb
blob: db7be59d5712b09fae70339dff506f1a01a52d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Read & write Java .properties files"
HOMEPAGE = "https://github.com/jwodder/javaproperties"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=731e3f36ccd931c8aa8b40c94ad267af"

inherit pypi sca-setuptools-legacy setuptools3

SRC_URI[sha256sum] = "9dcba389effe67d3f906bbdcc64b8ef2ee8eac00072406784ea636bb6ba56061"

PYPI_PACKAGE = "javaproperties"

DEPENDS += "${PYTHON_PN}-setuptools-scm-native"

inherit pypi setuptools3

BBCLASSEXTEND = "native"