mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-packaging: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
03787685ea
commit
d1563a5b10
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.3
|
||||
PYTHON_PACKAGING_SOURCE = packaging-$(PYTHON_PACKAGING_VERSION).tar.gz
|
||||
PYTHON_PACKAGING_SITE = https://files.pythonhosted.org/packages/65/37/83e3f492eb52d771e2820e88105f605335553fe10422cba9d256faeb1702
|
||||
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