1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/pyhsslms: update to 2.0.0

Changes were needed due to the 2.0.0 version not being available for
download at pypi (though listed as the latest version there).

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-01-15 18:08:06 -05:00
parent 83df70e181
commit 8127e49f6b
2 changed files with 14 additions and 10 deletions
@@ -1,10 +0,0 @@
SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)"
HOMEPAGE ="https://pypi.org/project/pyhsslms"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=58f6f7065b99f9d01d56e759256a6f1b"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "pyhsslms"
SRC_URI[sha256sum] = "58bf03e34c6f9d5a3cfd77875d0a1356d4f23d7ad6ffd129b1e60de1208db753"
BBCLASSEXTEND = "native nativesdk"
@@ -0,0 +1,14 @@
SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)"
HOMEPAGE ="https://pypi.org/project/pyhsslms"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571"
inherit python_setuptools_build_meta
# Maintainer refused to upload source to pypi.org, but said he would in a future release. In the meantime, do github
SRC_URI = "git:///github.com/russhousley/pyhsslms.git;branch=master;protocol=https"
SRCREV = "c798728deed6d3f681c9e6bfd7fe8a6705f5638b"
S = "${WORKDIR}/git"
BBCLASSEXTEND = "native nativesdk"