All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] python-py: new package
Date: Fri, 12 Oct 2018 15:58:28 +0300	[thread overview]
Message-ID: <20181012125828.7059-1-asafka7@gmail.com> (raw)

Library with cross-python path, ini-parsing, io, code, log
facilities.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
v1->v2: use capital 'L'
---
 DEVELOPERS                       |  1 +
 package/Config.in                |  1 +
 package/python-py/Config.in      |  7 +++++++
 package/python-py/python-py.hash |  5 +++++
 package/python-py/python-py.mk   | 14 ++++++++++++++
 5 files changed, 28 insertions(+)
 create mode 100644 package/python-py/Config.in
 create mode 100644 package/python-py/python-py.hash
 create mode 100644 package/python-py/python-py.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 990621fb11..341bf7de3b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -217,6 +217,7 @@ F:	package/python-paramiko/
 F:	package/python-passlib/
 F:	package/python-ply/
 F:	package/python-priority/
+F:	package/python-py/
 F:	package/python-pyasn1/
 F:	package/python-pyasn1-modules/
 F:	package/python-pycryptodomex/
diff --git a/package/Config.in b/package/Config.in
index 8d995f82e6..fd86e37a52 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -943,6 +943,7 @@ menu "External python modules"
 	source "package/python-psycopg2/Config.in"
 	source "package/python-ptyprocess/Config.in"
 	source "package/python-pudb/Config.in"
+	source "package/python-py/Config.in"
 	source "package/python-pyasn/Config.in"
 	source "package/python-pyasn-modules/Config.in"
 	source "package/python-pyasn1/Config.in"
diff --git a/package/python-py/Config.in b/package/python-py/Config.in
new file mode 100644
index 0000000000..262ded1538
--- /dev/null
+++ b/package/python-py/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_PY
+	bool "python-py"
+	help
+	  Library with cross-python path, ini-parsing, io, code, log
+	  facilities.
+
+	  http://py.readthedocs.io/
diff --git a/package/python-py/python-py.hash b/package/python-py/python-py.hash
new file mode 100644
index 0000000000..67926527cd
--- /dev/null
+++ b/package/python-py/python-py.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/py/json
+md5	e53ac12db4286737837ef3ccb4158301  py-1.7.0.tar.gz
+sha256	bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694  py-1.7.0.tar.gz
+# Locally computed sha256 checksums
+sha256	2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866  LICENSE
diff --git a/package/python-py/python-py.mk b/package/python-py/python-py.mk
new file mode 100644
index 0000000000..e9c4d0a3b5
--- /dev/null
+++ b/package/python-py/python-py.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-py
+#
+################################################################################
+
+PYTHON_PY_VERSION = 1.7.0
+PYTHON_PY_SOURCE = py-$(PYTHON_PY_VERSION).tar.gz
+PYTHON_PY_SITE = https://files.pythonhosted.org/packages/c7/fa/eb6dd513d9eb13436e110aaeef9a1703437a8efa466ce6bb2ff1d9217ac7
+PYTHON_PY_SETUP_TYPE = setuptools
+PYTHON_PY_LICENSE = MIT
+PYTHON_PY_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.17.1

             reply	other threads:[~2018-10-12 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-12 12:58 Asaf Kahlon [this message]
2018-10-12 12:59 ` [Buildroot] [PATCH v2 1/1] python-py: new package Yegor Yefremov
2018-10-15 12:37 ` Peter Korsgaard

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=20181012125828.7059-1-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 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.