Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
8
bsp/buildroot/package/python-pathpy/Config.in
Normal file
8
bsp/buildroot/package/python-pathpy/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PATHPY
|
||||
bool "python-pathpy"
|
||||
help
|
||||
path.py implements a path objects as first-class
|
||||
entities, allowing common operations on files to
|
||||
be invoked on those path objects directly.
|
||||
|
||||
https://github.com/jaraco/path.py
|
||||
3
bsp/buildroot/package/python-pathpy/python-pathpy.hash
Normal file
3
bsp/buildroot/package/python-pathpy/python-pathpy.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/path.py/json, sha256 locally computed
|
||||
md5 eb8469ad498d2e462bff8f3b2b5ea68d path.py-10.0.tar.gz
|
||||
sha256 ba984a2b536158a8841dd33150fce16bcf04210e83f92da674cad0a8a8f61e00 path.py-10.0.tar.gz
|
||||
14
bsp/buildroot/package/python-pathpy/python-pathpy.mk
Normal file
14
bsp/buildroot/package/python-pathpy/python-pathpy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathpy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHPY_VERSION = 10.0
|
||||
PYTHON_PATHPY_SOURCE = path.py-$(PYTHON_PATHPY_VERSION).tar.gz
|
||||
PYTHON_PATHPY_SITE = https://pypi.python.org/packages/f3/4e/3bce93c0d9e20abc6ed3aa7866beb688e889828ca2666743df11d9a30050
|
||||
PYTHON_PATHPY_SETUP_TYPE = setuptools
|
||||
PYTHON_PATHPY_LICENSE = MIT
|
||||
PYTHON_PATHPY_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user