jaraco.itertools Tools for working with iterables. Complements itertools

and more_itertools.

WWW: https://github.com/jaraco/jaraco.itertools
This commit is contained in:
Mark Felder 2016-06-22 15:20:54 +00:00
parent 67326713e0
commit cb37f91475
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417315
4 changed files with 30 additions and 0 deletions

View file

@ -4165,6 +4165,7 @@
SUBDIR += py-itools
SUBDIR += py-jaraco.classes
SUBDIR += py-jaraco.functools
SUBDIR += py-jaraco.itertools
SUBDIR += py-jaraco.timing
SUBDIR += py-jaraco.util
SUBDIR += py-jcc

View file

@ -0,0 +1,23 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= jaraco.itertools
PORTVERSION= 1.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Tools for working with iterables
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools \
${PYTHON_PKGNAMEPREFIX}inflect>0:devel/py-inflect
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (jaraco.itertools-1.7.1.tar.gz) = bf5c7bf22c930a0c5942e0850166b10c77bbb6286117ac2c619c78c86db97d7b
SIZE (jaraco.itertools-1.7.1.tar.gz) = 10224

View file

@ -0,0 +1,4 @@
jaraco.itertools Tools for working with iterables. Complements itertools
and more_itertools.
WWW: https://github.com/jaraco/jaraco.itertools