mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
python-sortedcontainers: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3a524e0a8e
commit
12fcd887c9
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 = 1.5.7
|
||||
PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
|
||||
PYTHON_SORTEDCONTAINERS_SITE = https://pypi.python.org/packages/8d/aa/5369362d730728639ba434318df26b5c554804578d1c48381367ea5377c6
|
||||
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