From bf42f76a1f01b34f6ca47637e98a1d804122e8ac Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 27 Sep 2023 03:40:13 +0000 Subject: python3-pyasn1-modules: Update version 0.2.8 -> 0.3.0 Verified license is still BSD and updated the checksum for spacing change Signed-off-by: Derek Straka Signed-off-by: Khem Raj (cherry picked from commit 55d0a7396e320bba8d49aa37fabc42f2fd695c54) Signed-off-by: Armin Kuster --- .../python/python3-pyasn1-modules_0.2.8.bb | 29 --------------------- .../python/python3-pyasn1-modules_0.3.0.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb deleted file mode 100644 index d6a2749c24..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "A collection of ASN.1-based protocols modules." -DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\ - classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\ - data structures (X.509, PKCS etc.)." -HOMEPAGE = "https://github.com/etingof/pyasn1-modules" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a14482d15c2249de3b6f0e8a47e021fd" - -SRC_URI[md5sum] = "107e1ece7d0a41d782f69f8a95a4d9bc" -SRC_URI[sha256sum] = "905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e" - -inherit pypi ptest setuptools3 - -RDEPENDS:${PN} = "${PYTHON_PN}-pyasn1" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb new file mode 100644 index 0000000000..d158876fcd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb @@ -0,0 +1,30 @@ +SUMMARY = "A collection of ASN.1-based protocols modules." +DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\ + classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\ + data structures (X.509, PKCS etc.)." +HOMEPAGE = "https://github.com/etingof/pyasn1-modules" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d" + +SRC_URI[sha256sum] = "5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c" + +PYPI_PACKAGE = "pyasn1_modules" + +inherit pypi ptest setuptools3 + +RDEPENDS:${PN} = "${PYTHON_PN}-pyasn1" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} -- cgit v1.2.3-54-g00ecf