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:
parent
f75c3c94a3
commit
626c9274df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357976
@ -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
|
||||
|
19
devel/py-more-itertools/Makefile
Normal file
19
devel/py-more-itertools/Makefile
Normal 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>
|
2
devel/py-more-itertools/distinfo
Normal file
2
devel/py-more-itertools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (more-itertools-2.2.tar.gz) = 93e62e05c7ad3da1a233def6731e8285156701e3419a5fe279017c429ec67ce0
|
||||
SIZE (more-itertools-2.2.tar.gz) = 19807
|
3
devel/py-more-itertools/pkg-descr
Normal file
3
devel/py-more-itertools/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
More routines for operating on iterables, beyond itertools.
|
||||
|
||||
WWW: https://github.com/erikrose/more-itertools
|
Loading…
Reference in New Issue
Block a user