Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_SIX
|
||||
bool "python-six"
|
||||
help
|
||||
Six is a Python 2 and 3 compatibility library. It provides
|
||||
utility functions for smoothing over the differences between
|
||||
the Python versions with the goal of writing Python code that
|
||||
is compatible on both Python versions.
|
||||
|
||||
http://pythonhosted.org/six
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a six-1.10.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-six
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIX_VERSION = 1.10.0
|
||||
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
||||
PYTHON_SIX_SITE = https://pypi.python.org/packages/source/s/six
|
||||
PYTHON_SIX_SETUP_TYPE = setuptools
|
||||
PYTHON_SIX_LICENSE = MIT
|
||||
PYTHON_SIX_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user