mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
python-multidict: new package
Multidict is dict-like collection of key-value pairs where a key may occur more than once in the container. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Arnout: extend help text based on commit message.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
2f2ef15d35
commit
a4e3de63e4
14
package/python-multidict/python-multidict.mk
Normal file
14
package/python-multidict/python-multidict.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-multidict
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MULTIDICT_VERSION = 4.4.2
|
||||
PYTHON_MULTIDICT_SOURCE = multidict-$(PYTHON_MULTIDICT_VERSION).tar.gz
|
||||
PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/b3/5f/5c29cde8511c95fad045b9ecaf2e76f0da18761e8363a82594f5a58c2ced
|
||||
PYTHON_MULTIDICT_SETUP_TYPE = setuptools
|
||||
PYTHON_MULTIDICT_LICENSE = Apache-2.0
|
||||
PYTHON_MULTIDICT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user