generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-packaging/Config.in
Normal file
7
package/python-packaging/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PACKAGING
|
||||
bool "python-packaging"
|
||||
select BR2_PACKAGE_PYTHON_PYPARSING # 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 e713c1939f294fd729af4a7be40dd141 packaging-21.3.tar.gz
|
||||
sha256 dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb packaging-21.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48 LICENSE
|
||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.APACHE
|
||||
sha256 b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5 LICENSE.BSD
|
||||
16
package/python-packaging/python-packaging.mk
Normal file
16
package/python-packaging/python-packaging.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-packaging
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PACKAGING_VERSION = 21.3
|
||||
PYTHON_PACKAGING_SOURCE = packaging-$(PYTHON_PACKAGING_VERSION).tar.gz
|
||||
PYTHON_PACKAGING_SITE = https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c
|
||||
PYTHON_PACKAGING_SETUP_TYPE = setuptools
|
||||
PYTHON_PACKAGING_LICENSE = Apache-2.0 or BSD-2-Clause
|
||||
PYTHON_PACKAGING_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
HOST_PYTHON_PACKAGING_DEPENDENCIES = host-python-pyparsing
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user