diff options
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-rasa/python3-tarsafe_0.0.4.bb')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-rasa/python3-tarsafe_0.0.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-rasa/python3-tarsafe_0.0.4.bb b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-tarsafe_0.0.4.bb new file mode 100644 index 00000000..a7137500 --- /dev/null +++ b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-tarsafe_0.0.4.bb @@ -0,0 +1,14 @@ +SUMMARY = "A safe subclass of the TarFile class for interacting with tar files." +HOMEPAGE = "https://github.com/beatsbears/tarsafe" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=db603d043a8892407445e1da525115a0" + +SRC_URI = " \ + git://github.com/beatsbears/tarsafe;protocol=https;branch=master \ + " + +PV = "0.0.4+git${SRCPV}" +SRCREV = "80fe366d1e7d3dab436d3f809afb44d6b2f2abd1" +S = "${WORKDIR}/git" + +inherit setuptools3 |