All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 1/4] package/python-gast: new host-only package
@ 2022-07-27 19:29 Guillaume W. Bres
  2022-07-27 19:29 ` [Buildroot] [PATCH v5 2/4] package/python-beniget: " Guillaume W. Bres
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Guillaume W. Bres @ 2022-07-27 19:29 UTC (permalink / raw)
  To: buildroot
  Cc: Guillaume William Brs, Asaf Kahlon, Jagan Teki, Thomas Petazzoni,
	jmfriedt, gwen

From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

Generated with scanpypi and converted to host.

It is a dependency of python-beniget and python-pythran.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
---
 package/python-gast/python-gast.hash |  5 +++++
 package/python-gast/python-gast.mk   | 14 ++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 package/python-gast/python-gast.hash
 create mode 100644 package/python-gast/python-gast.mk

diff --git a/package/python-gast/python-gast.hash b/package/python-gast/python-gast.hash
new file mode 100644
index 0000000000..f16d001a6a
--- /dev/null
+++ b/package/python-gast/python-gast.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/gast/json
+md5  fdff900805e03e9dd76d377eb4cbaed7  gast-0.5.3.tar.gz
+sha256  cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea  gast-0.5.3.tar.gz
+# Locally computed sha256 checksums
+sha256  6a04bbabd9b48bea6bf7c0bd3f3a062e1476b3c403a746448fd69b0d902e148f  LICENSE
diff --git a/package/python-gast/python-gast.mk b/package/python-gast/python-gast.mk
new file mode 100644
index 0000000000..e02e87fb23
--- /dev/null
+++ b/package/python-gast/python-gast.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-gast
+#
+################################################################################
+
+PYTHON_GAST_VERSION = 0.5.3
+PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz
+PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/48/a3/0bd844c54ae8141642088b7ae09dd38fec2ec7faa9b7d25bb6a23c1f266f
+PYTHON_GAST_SETUP_TYPE = setuptools
+PYTHON_GAST_LICENSE = BSD-3-Clause
+PYTHON_GAST_LICENSE_FILES = LICENSE
+
+$(eval $(host-python-package))
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-02  7:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 19:29 [Buildroot] [PATCH v5 1/4] package/python-gast: new host-only package Guillaume W. Bres
2022-07-27 19:29 ` [Buildroot] [PATCH v5 2/4] package/python-beniget: " Guillaume W. Bres
2022-08-01 17:40   ` Thomas Petazzoni via buildroot
2022-07-27 19:29 ` [Buildroot] [PATCH v5 3/4] package/python-pythran: " Guillaume W. Bres
2022-08-01 17:40   ` Thomas Petazzoni via buildroot
2022-07-27 19:29 ` [Buildroot] [PATCH v5 4/4] package/python-scipy: new package Guillaume W. Bres
2022-08-01 17:42   ` Thomas Petazzoni via buildroot
2022-08-01 17:58     ` Guillaume Bres
2022-08-01 18:15       ` Arnout Vandecappelle
2022-08-01 18:59       ` Thomas Petazzoni via buildroot
2022-08-02  5:33         ` Guillaume Bres
2022-08-02  7:53           ` Thomas Petazzoni via buildroot
2022-08-01 17:40 ` [Buildroot] [PATCH v5 1/4] package/python-gast: new host-only package Thomas Petazzoni via buildroot

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.