mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
754 B
BlitzBasic
23 lines
754 B
BlitzBasic
SUMMARY = "Pure-Python Java Keystore (JKS) library"
|
|
DESCRIPTION = "PyJKS enables Python projects to load and manipulate\
|
|
Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\
|
|
JCEKS, BKS and UBER (BouncyCastle) keystores."
|
|
HOMEPAGE = "http://github.com/kurtbrose/pyjks"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958"
|
|
|
|
SRC_URI[md5sum] = "1a6bce95484f1f62f8ff59755972c632"
|
|
SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${PYTHON_PN}-javaobj-py3 \
|
|
${PYTHON_PN}-pyasn1 \
|
|
${PYTHON_PN}-pyasn1-modules \
|
|
${PYTHON_PN}-pycryptodome \
|
|
${PYTHON_PN}-twofish\
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|