mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
7
package/python-sortedcontainers/Config.in
Normal file
7
package/python-sortedcontainers/Config.in
Normal file
@@ -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 660260df593a3769c7b5854f13d574c0 sortedcontainers-2.3.0.tar.gz
|
||||
sha256 59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1 sortedcontainers-2.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 1db7cae7fce6452e2e608e401a0f953e0133e4c2d75db69fb8ae851d2086f5b6 LICENSE
|
||||
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.3.0
|
||||
PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
|
||||
PYTHON_SORTEDCONTAINERS_SITE = https://files.pythonhosted.org/packages/14/10/6a9481890bae97da9edd6e737c9c3dec6aea3fc2fa53b0934037b35c89ea
|
||||
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