All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes
@ 2020-01-20  0:35 Khem Raj
  2020-01-20  0:35 ` [PATCH 2/5] meta-python: Delete python2 recipes Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Khem Raj @ 2020-01-20  0:35 UTC (permalink / raw
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-pytoml_0.1.21.bb  |  2 ++
 .../recipes-devtools/python/python3-jsmin_2.2.2.bb    | 11 +++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python3-pytoml_0.1.21.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb

diff --git a/meta-oe/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-oe/recipes-devtools/python/python3-pytoml_0.1.21.bb
new file mode 100644
index 0000000000..ed6a4d3a6b
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python3-pytoml_0.1.21.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-pytoml.inc
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb
new file mode 100644
index 0000000000..ab657e6f08
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "JavaScript minifier."
+HOMEPAGE = "https://github.com/tikitu/jsmin/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d"
+
+inherit setuptools3 pypi
+SRC_URI[md5sum] = "00e7a3179a4591aab2ee707b3214e2fd"
+SRC_URI[sha256sum] = "b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-01-20 15:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20  0:35 [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes Khem Raj
2020-01-20  0:35 ` [PATCH 2/5] meta-python: Delete python2 recipes Khem Raj
2020-01-20  0:35 ` [PATCH 3/5] meta-networking: Remove using python2 Khem Raj
2020-01-20 13:14   ` Andreas Oberritter
2020-01-20 15:35     ` Khem Raj
2020-01-20  0:35 ` [PATCH 4/5] meta-oe: " Khem Raj
2020-01-20 13:20   ` Andreas Oberritter
2020-01-20 15:36     ` Khem Raj
2020-01-20  0:35 ` [PATCH 5/5] cherokee: Use python3 native during build Khem Raj
2020-01-20  1:04 ` [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes Andreas Müller
2020-01-20  2:18   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.