From 4c359aa7c20da32f18c5934f58ab4dadb07f2596 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 5 Apr 2020 14:39:21 -0400 Subject: python-pyjks: consolidate inc and bb files into a single bb file Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-pyjks.inc | 22 -------------------- .../python/python3-pyjks_19.0.0.bb | 24 ++++++++++++++++++++-- 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyjks.inc (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyjks.inc b/meta-python/recipes-devtools/python/python-pyjks.inc deleted file mode 100644 index 9a066f7f1d..0000000000 --- a/meta-python/recipes-devtools/python/python-pyjks.inc +++ /dev/null @@ -1,22 +0,0 @@ -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] = "b6e8f3b91be355d15e3ba99de2cccf9b" -SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" - -inherit pypi - -RDEPENDS_${PN} = "\ - ${PYTHON_PN}-javaobj-py3 \ - ${PYTHON_PN}-pyasn1 \ - ${PYTHON_PN}-pyasn1-modules \ - ${PYTHON_PN}-pycryptodome \ - ${PYTHON_PN}-twofish\ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb index 8982fcebc3..ee2f3075ca 100644 --- a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb @@ -1,2 +1,22 @@ -require python-pyjks.inc -inherit setuptools3 +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] = "b6e8f3b91be355d15e3ba99de2cccf9b" +SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" + +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" -- cgit v1.2.3-54-g00ecf