Move buildroot to bsp directory.
This commit is contained in:
7
bsp/buildroot/package/python-pycli/Config.in
Normal file
7
bsp/buildroot/package/python-pycli/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYCLI
|
||||
bool "python-pycli"
|
||||
help
|
||||
The cli package is a framework for making simple, correct
|
||||
command line applications in Python.
|
||||
|
||||
https://pythonhosted.org/pyCLI/
|
||||
4
bsp/buildroot/package/python-pycli/python-pycli.hash
Normal file
4
bsp/buildroot/package/python-pycli/python-pycli.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# From https://pypi.python.org/pypi?:action=show_md5&digest=5cad880168f3423a1235b396735c1360
|
||||
md5 5cad880168f3423a1235b396735c1360 pyCLI-devel.tar.gz
|
||||
# Locally calculated
|
||||
sha256 d7dc3245d79ef00ba5c0d6b008eb3d1a519c0df4cfa4467eee5160a80c6ddc0a pyCLI-devel.tar.gz
|
||||
14
bsp/buildroot/package/python-pycli/python-pycli.mk
Normal file
14
bsp/buildroot/package/python-pycli/python-pycli.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycli
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCLI_VERSION = devel
|
||||
PYTHON_PYCLI_SOURCE = pyCLI-$(PYTHON_PYCLI_VERSION).tar.gz
|
||||
PYTHON_PYCLI_SITE = https://pypi.python.org/packages/source/p/pyCLI
|
||||
PYTHON_PYCLI_LICENSE = ISC-like
|
||||
PYTHON_PYCLI_LICENSE_FILES = lib/cli/__init__.py
|
||||
PYTHON_PYCLI_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user