This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_SORTEDCONTAINERS
bool "python-sortedcontainers"
help
Python Sorted Container Types: SortedList, SortedDict, and
SortedSet.
http://www.grantjenks.com/docs/sortedcontainers/
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/sortedcontainers/json
md5 41a4a1eaf7b85e6b3beb14cfb160bc27 sortedcontainers-2.1.0.tar.gz
sha256 974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a sortedcontainers-2.1.0.tar.gz
# Locally computed sha256 checksums
sha256 7dcf4a5137118a925727b8a1690bc6ea70b156ee6739dbb51fd4d386718d6ce5 LICENSE
@@ -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))