Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Pure-Python Java Keystore (JKS) library" |
| 2 | DESCRIPTION = "PyJKS enables Python projects to load and manipulate\ |
| 3 | Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\ |
| 4 | JCEKS, BKS and UBER (BouncyCastle) keystores." |
| 5 | HOMEPAGE = "http://github.com/kurtbrose/pyjks" |
| 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" |
| 8 | |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 9 | SRC_URI[md5sum] = "1a6bce95484f1f62f8ff59755972c632" |
| 10 | SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 11 | |
| 12 | inherit pypi setuptools3 |
| 13 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 14 | RDEPENDS:${PN} = "\ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 15 | ${PYTHON_PN}-javaobj-py3 \ |
| 16 | ${PYTHON_PN}-pyasn1 \ |
| 17 | ${PYTHON_PN}-pyasn1-modules \ |
| 18 | ${PYTHON_PN}-pycryptodome \ |
| 19 | ${PYTHON_PN}-twofish\ |
| 20 | " |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |