mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-sortedcontainers/python-sortedcontainers.mk
Normal file
14
package/python-sortedcontainers/python-sortedcontainers.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sortedcontainers
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SORTEDCONTAINERS_VERSION = 2.1.0
|
||||
PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
|
||||
PYTHON_SORTEDCONTAINERS_SITE = https://files.pythonhosted.org/packages/29/e0/135df2e733790a3d3bcda970fd080617be8cea3bd98f411e76e6847c17ef
|
||||
PYTHON_SORTEDCONTAINERS_SETUP_TYPE = setuptools
|
||||
PYTHON_SORTEDCONTAINERS_LICENSE = Apache-2.0
|
||||
PYTHON_SORTEDCONTAINERS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user