mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
9
package/python-ipdb/Config.in
Normal file
9
package/python-ipdb/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_IPDB
|
||||
bool "python-ipdb"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-ipython
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_IPYTHON # runtime
|
||||
help
|
||||
IPython-enabled pdb.
|
||||
|
||||
https://github.com/gotcha/ipdb
|
||||
5
package/python-ipdb/python-ipdb.hash
Normal file
5
package/python-ipdb/python-ipdb.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ipdb/json
|
||||
md5 7db72771b279924ac4e5905d7eee184e ipdb-0.13.2.tar.gz
|
||||
sha256 77fb1c2a6fccdfee0136078c9ed6fe547ab00db00bebff181f1e8c9e13418d49 ipdb-0.13.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4eeb49de04f4894f8ea1f69a04f500799041b750b3d554c06de5ca877258e734 COPYING.txt
|
||||
14
package/python-ipdb/python-ipdb.mk
Normal file
14
package/python-ipdb/python-ipdb.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ipdb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPDB_VERSION = 0.13.2
|
||||
PYTHON_IPDB_SOURCE = ipdb-$(PYTHON_IPDB_VERSION).tar.gz
|
||||
PYTHON_IPDB_SITE = https://files.pythonhosted.org/packages/2c/bb/a3e1a441719ebd75c6dac8170d3ddba884b7ee8a5c0f9aefa7297386627a
|
||||
PYTHON_IPDB_SETUP_TYPE = setuptools
|
||||
PYTHON_IPDB_LICENSE = BSD-3-Clause
|
||||
PYTHON_IPDB_LICENSE_FILES = COPYING.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user