mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
python-more-itertools: 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
a3c6ce5983
commit
6184dedc28
14
package/python-more-itertools/python-more-itertools.mk
Normal file
14
package/python-more-itertools/python-more-itertools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-more-itertools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MORE_ITERTOOLS_VERSION = 4.0.1
|
||||
PYTHON_MORE_ITERTOOLS_SOURCE = more-itertools-$(PYTHON_MORE_ITERTOOLS_VERSION).tar.gz
|
||||
PYTHON_MORE_ITERTOOLS_SITE = https://pypi.python.org/packages/a2/28/d02c111c230a769a32fd97e9f6d42bfb0136da381f356b945db38367b3d3
|
||||
PYTHON_MORE_ITERTOOLS_SETUP_TYPE = setuptools
|
||||
PYTHON_MORE_ITERTOOLS_LICENSE = MIT
|
||||
PYTHON_MORE_ITERTOOLS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user