mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-24 03:22:11 +00:00
package/python-traitlets: New package
Add 'traitlets'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/traitlets Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6b683515bc
commit
9915fb7e8f
14
package/python-traitlets/python-traitlets.mk
Normal file
14
package/python-traitlets/python-traitlets.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-traitlets
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TRAITLETS_VERSION = 4.3.2
|
||||
PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
|
||||
PYTHON_TRAITLETS_SITE = https://pypi.python.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069
|
||||
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
|
||||
PYTHON_TRAITLETS_LICENSE_FILE = COPYING.md
|
||||
PYTHON_TRAITLETS_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user