mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-types-setuptools: new host package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
69ac2100c6
commit
253f53a155
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/types-setuptools/json
|
||||
md5 8df05b03cbdda63e797f38543483138e types_setuptools-75.6.0.20241223.tar.gz
|
||||
sha256 d9478a985057ed48a994c707f548e55aababa85fe1c9b212f43ab5a1fffd3211 types_setuptools-75.6.0.20241223.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 295f8538c94ae5c3043301cf7cff1c852dab6a786a8ddee471e061b40d5ecabe LICENSE
|
||||
14
package/python-types-setuptools/python-types-setuptools.mk
Normal file
14
package/python-types-setuptools/python-types-setuptools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-types-setuptools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TYPES_SETUPTOOLS_VERSION = 75.6.0.20241223
|
||||
PYTHON_TYPES_SETUPTOOLS_SOURCE = types_setuptools-$(PYTHON_TYPES_SETUPTOOLS_VERSION).tar.gz
|
||||
PYTHON_TYPES_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/53/48/a89068ef20e3bbb559457faf0fd3c18df6df5df73b4b48ebf466974e1f54
|
||||
PYTHON_TYPES_SETUPTOOLS_SETUP_TYPE = setuptools
|
||||
PYTHON_TYPES_SETUPTOOLS_LICENSE = Apache-2.0
|
||||
PYTHON_TYPES_SETUPTOOLS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user