[oe-commits] [openembedded-core] 06/19: python3-pygments: add a recipe

git at git.openembedded.org git at git.openembedded.org
Fri May 31 21:24:45 UTC 2019


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2b579347ccd3036558c6cb84ef9c9ace915a112a
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri May 31 17:56:07 2019 +0200

    python3-pygments: add a recipe
    
    This is the new source highlighter used by gtk-doc.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/maintainers.inc             |  1 +
 .../python/python3-pygments_2.4.2.bb                 | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 67a51cd..36fb9f6 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -603,6 +603,7 @@ RECIPE_MAINTAINER_pn-python3-numpy = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-pbr = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-pip = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-pycairo = "Derek Straka <derek at asterius.io>"
+RECIPE_MAINTAINER_pn-python3-pygments = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-pygobject = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-setuptools = "Derek Straka <derek at asterius.io>"
 RECIPE_MAINTAINER_pn-python3-six = "Derek Straka <derek at asterius.io>"
diff --git a/meta/recipes-devtools/python/python3-pygments_2.4.2.bb b/meta/recipes-devtools/python/python3-pygments_2.4.2.bb
new file mode 100644
index 0000000..35c0ac6
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pygments_2.4.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Pygments is a syntax highlighting package written in Python."
+DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
+HOMEPAGE = "http://pygments.org/"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e1d7b7bffbfeaa14083fd2bd3236aea8"
+
+inherit setuptools3
+SRC_URI[md5sum] = "5ecc3fbb2a783e917b369271fc0e6cd1"
+SRC_URI[sha256sum] = "881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"
+
+DEPENDS += "\
+            ${PYTHON_PN} \
+            "
+
+PYPI_PACKAGE = "Pygments"
+
+inherit pypi
+
+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