1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

devel/py-more-itertools: more routines for operating on iterables

WWW: https://github.com/erikrose/more-itertools
This commit is contained in:
William Grzybowski 2014-06-16 12:28:10 +00:00
parent f75c3c94a3
commit 626c9274df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357976
4 changed files with 25 additions and 0 deletions

View File

@ -3722,6 +3722,7 @@
SUBDIR += py-mock
SUBDIR += py-mongoengine
SUBDIR += py-mongokit
SUBDIR += py-more-itertools
SUBDIR += py-mox
SUBDIR += py-msgpack
SUBDIR += py-mwlib

View File

@ -0,0 +1,19 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= more-itertools
PORTVERSION= 2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= More routines for operating on iterables, beyond itertools
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (more-itertools-2.2.tar.gz) = 93e62e05c7ad3da1a233def6731e8285156701e3419a5fe279017c429ec67ce0
SIZE (more-itertools-2.2.tar.gz) = 19807

View File

@ -0,0 +1,3 @@
More routines for operating on iterables, beyond itertools.
WWW: https://github.com/erikrose/more-itertools