summaryrefslogtreecommitdiffstats
path: root/package/python-pudb
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-12-30 08:52:19 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-06 13:11:08 +0100
commit834a18f0568c5bccd33407a38f588c3ddfe1d99b (patch)
tree00c0143e7d534ddc9f977f7507e8003c40086d80 /package/python-pudb
parent63d08bfd83c496508dabeeb00846ab7b8e0ed0e7 (diff)
downloadbuildroot-834a18f0568c5bccd33407a38f588c3ddfe1d99b.tar.gz
buildroot-834a18f0568c5bccd33407a38f588c3ddfe1d99b.zip
python-pudb: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pudb')
-rw-r--r--package/python-pudb/Config.in11
-rw-r--r--package/python-pudb/python-pudb.hash3
-rw-r--r--package/python-pudb/python-pudb.mk14
3 files changed, 28 insertions, 0 deletions
diff --git a/package/python-pudb/Config.in b/package/python-pudb/Config.in
new file mode 100644
index 0000000000..d4a4f73e6a
--- /dev/null
+++ b/package/python-pudb/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_PUDB
+ bool "python-pudb"
+ select BR2_PACKAGE_PYTHON_URWID # runtime
+ select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
+ select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
+ select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3 # runtime
+ help
+ A full-screen, console-based Python debugger.
+
+ https://github.com/inducer/pudb
diff --git a/package/python-pudb/python-pudb.hash b/package/python-pudb/python-pudb.hash
new file mode 100644
index 0000000000..b06d5e8b0a
--- /dev/null
+++ b/package/python-pudb/python-pudb.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/pudb/json, sha256 locally computed
+md5 4573b70163329c1cb59836a357bfdf7c pudb-2016.2.tar.gz
+sha256 e958d7f7b1771cf297714e95054075df3b2a47455d7a740be4abbbd41289505a pudb-2016.2.tar.gz
diff --git a/package/python-pudb/python-pudb.mk b/package/python-pudb/python-pudb.mk
new file mode 100644
index 0000000000..5349c1e1ed
--- /dev/null
+++ b/package/python-pudb/python-pudb.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pudb
+#
+################################################################################
+
+PYTHON_PUDB_VERSION = 2016.2
+PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
+PYTHON_PUDB_SITE = https://pypi.python.org/packages/50/1a/d9b692e32afff09ccb5aa33c3d51c6d5a80efbb59de90307b33601e7fa62
+PYTHON_PUDB_SETUP_TYPE = setuptools
+PYTHON_PUDB_LICENSE = MIT
+PYTHON_PUDB_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud