mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/python-packaging/Config.in
Normal file
8
package/python-packaging/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PACKAGING
|
||||
bool "python-packaging"
|
||||
select BR2_PACKAGE_PYTHON_PYPARSING # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Core utilities for Python packages.
|
||||
|
||||
https://github.com/pypa/packaging
|
||||
7
package/python-packaging/python-packaging.hash
Normal file
7
package/python-packaging/python-packaging.hash
Normal file
@@ -0,0 +1,7 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/packaging/json
|
||||
md5 3208229da731c5d8e29d4d8941e75005 packaging-20.4.tar.gz
|
||||
sha256 4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8 packaging-20.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48 LICENSE
|
||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.APACHE
|
||||
sha256 b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5 LICENSE.BSD
|
||||
14
package/python-packaging/python-packaging.mk
Normal file
14
package/python-packaging/python-packaging.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-packaging
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PACKAGING_VERSION = 20.4
|
||||
PYTHON_PACKAGING_SOURCE = packaging-$(PYTHON_PACKAGING_VERSION).tar.gz
|
||||
PYTHON_PACKAGING_SITE = https://files.pythonhosted.org/packages/55/fd/fc1aca9cf51ed2f2c11748fa797370027babd82f87829c7a8e6dbe720145
|
||||
PYTHON_PACKAGING_SETUP_TYPE = setuptools
|
||||
PYTHON_PACKAGING_LICENSE = Apache-2.0 or BSD-2-Clause
|
||||
PYTHON_PACKAGING_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user