[oe-commits] [meta-openembedded] 03/05: python3-regex: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 14:08:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 61e45d7ef1c066dbf7bce09441bd0e37b8524bdd
Author: Vincent Prince <vincent.prince.fr at gmail.com>
AuthorDate: Wed Sep 18 13:25:51 2019 +0200

    python3-regex: add recipe
    
    Signed-off-by: Vincent Prince <vincent.prince.external at saftbatteries.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-devtools/python/python3-regex_2019.08.19.bb      | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb b/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb
new file mode 100755
index 0000000..80194d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb
@@ -0,0 +1,12 @@
+SUMMARY = ""
+HOMEPAGE = "http://pythonhosted.org/regex"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=51cb124129fa4d157b4aebb77df73629"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "d31ec392ab75b894404d8db76dacd191"
+SRC_URI[sha256sum] = "587b62d48ca359d2d4f02d486f1f0aa9a20fbaf23a9d4198c4bed72ab2f6c849"
+
+
+BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list