mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-pudb: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
63d08bfd83
commit
834a18f056
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 = 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))
|
||||
Reference in New Issue
Block a user