Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/python-msgfy: new package
Date: Sat, 19 Oct 2019 21:21:25 +0300	[thread overview]
Message-ID: <20191019182127.16345-3-asafka7@gmail.com> (raw)
In-Reply-To: <20191019182127.16345-1-asafka7@gmail.com>

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/Config.in                      |  1 +
 package/python-msgfy/Config.in         |  7 +++++++
 package/python-msgfy/python-msgfy.hash |  5 +++++
 package/python-msgfy/python-msgfy.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/python-msgfy/Config.in
 create mode 100644 package/python-msgfy/python-msgfy.hash
 create mode 100644 package/python-msgfy/python-msgfy.mk

diff --git a/package/Config.in b/package/Config.in
index ac02b84db4..c8ff524e83 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -963,6 +963,7 @@ menu "External python modules"
 	source "package/python-mimeparse/Config.in"
 	source "package/python-mistune/Config.in"
 	source "package/python-more-itertools/Config.in"
+	source "package/python-msgfy/Config.in"
 	source "package/python-msgpack/Config.in"
 	source "package/python-multidict/Config.in"
 	source "package/python-mutagen/Config.in"
diff --git a/package/python-msgfy/Config.in b/package/python-msgfy/Config.in
new file mode 100644
index 0000000000..7875379e9e
--- /dev/null
+++ b/package/python-msgfy/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_MSGFY
+	bool "python-msgfy"
+	help
+	  msgfy is a Python library for convert Exception instance to
+	  a human-readable error message.
+
+	  https://github.com/thombashi/msgfy
diff --git a/package/python-msgfy/python-msgfy.hash b/package/python-msgfy/python-msgfy.hash
new file mode 100644
index 0000000000..8f664ec2e5
--- /dev/null
+++ b/package/python-msgfy/python-msgfy.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/msgfy/json
+md5	3a94f49d7b31cc7bca21e0a9bfadf767  msgfy-0.0.7.tar.gz
+sha256	370c54bb036d3728af8004e750b7cd7bc5a4ac25f9cdb8be13b7865cae3c73ee  msgfy-0.0.7.tar.gz
+# Locally computed sha256 checksums
+sha256	fcfe96f8fb1bf3478a51c828e7f7afee01500ce1c2d4345d052edb858be05227  LICENSE
diff --git a/package/python-msgfy/python-msgfy.mk b/package/python-msgfy/python-msgfy.mk
new file mode 100644
index 0000000000..0a642b4344
--- /dev/null
+++ b/package/python-msgfy/python-msgfy.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-msgfy
+#
+################################################################################
+
+PYTHON_MSGFY_VERSION = 0.0.7
+PYTHON_MSGFY_SOURCE = msgfy-$(PYTHON_MSGFY_VERSION).tar.gz
+PYTHON_MSGFY_SITE = https://files.pythonhosted.org/packages/23/82/b61a8353c36e60c2c8291c56ad7d00aa37918ef56811727510acada09f7f
+PYTHON_MSGFY_SETUP_TYPE = setuptools
+PYTHON_MSGFY_LICENSE = MIT
+PYTHON_MSGFY_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.20.1

  parent reply	other threads:[~2019-10-19 18:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-19 18:21 [Buildroot] [PATCH 1/1] package/python-dialog: bump to version 3.4.0 Asaf Kahlon
2019-10-19 18:21 ` [Buildroot] [PATCH 1/1] package/python-jinja2: bump to version 2.10.3 Asaf Kahlon
2019-10-19 18:21 ` Asaf Kahlon [this message]
2019-10-19 18:21 ` [Buildroot] [PATCH 1/1] package/python-pytablereader: bump to version 0.26.1 Asaf Kahlon
2019-10-19 18:33   ` Arnout Vandecappelle
2019-10-19 18:21 ` [Buildroot] [PATCH 2/2] package/python-pytablewriter: bump to version 0.46.1 Asaf Kahlon
2019-10-19 18:25 ` [Buildroot] [PATCH 1/1] package/python-dialog: bump to version 3.4.0 Arnout Vandecappelle
2019-10-19 19:53   ` Asaf Kahlon
2019-10-19 20:20     ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191019182127.16345-3-asafka7@gmail.com \
    --to=asafka7@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox