mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
11
package/python-pudb/Config.in
Normal file
11
package/python-pudb/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_PUDB
|
||||
bool "python-pudb"
|
||||
depends on BR2_PACKAGE_PYTHON3 # pygments
|
||||
select BR2_PACKAGE_PYTHON_URWID # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON3_CURSES # runtime
|
||||
help
|
||||
A full-screen, console-based Python debugger.
|
||||
|
||||
https://github.com/inducer/pudb
|
||||
5
package/python-pudb/python-pudb.hash
Normal file
5
package/python-pudb/python-pudb.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pudb/json
|
||||
md5 4c024311d3f53bc189084821e7ef7d5e pudb-2019.1.tar.gz
|
||||
sha256 ac30cfc64580958ab7265decb4cabb9141f08781ff072e9a336d5a7942ce35a6 pudb-2019.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a95343fffff49cde3d9bf33cf6bb71cb3bf0ed83f47d98a7ba04b175d29c79ab LICENSE
|
||||
14
package/python-pudb/python-pudb.mk
Normal file
14
package/python-pudb/python-pudb.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pudb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PUDB_VERSION = 2019.1
|
||||
PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
|
||||
PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/32/2a/96f72649e5dfc90cf69d8590c00884c6897d6cbc54f727fb40f47b4faae3
|
||||
PYTHON_PUDB_SETUP_TYPE = setuptools
|
||||
PYTHON_PUDB_LICENSE = MIT
|
||||
PYTHON_PUDB_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user