View | Details | Raw Unified | Return to bug 229475
Collapse All | Expand All

(-)py-more-itertools/Makefile (-1 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	more-itertools
4
PORTNAME=	more-itertools
5
PORTVERSION=	4.0.1
5
PORTVERSION=	4.2.0
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-18 Link Here
11
COMMENT=	More routines for operating on iterables, beyond itertools
11
COMMENT=	More routines for operating on iterables, beyond itertools
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${PY_FLAVOR}
17
15
USES=		python
18
USES=		python
16
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
17
20
21
do-test:
22
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
23
18
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)py-more-itertools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513883970
1
TIMESTAMP = 1530551109
2
SHA256 (more-itertools-4.0.1.tar.gz) = 5d21dcefa19782f9ec9aa64e0bfd903f5024512b1e1f17519800b193b2e64d31
2
SHA256 (more-itertools-4.2.0.tar.gz) = 2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8
3
SIZE (more-itertools-4.0.1.tar.gz) = 47492
3
SIZE (more-itertools-4.2.0.tar.gz) = 56871
(-)py-more-itertools/pkg-descr (-1 / +5 lines)
Lines 1-3 Link Here
1
More routines for operating on iterables, beyond itertools.
1
Python's itertools library is a gem - you can compose elegant solutions for a
2
variety of problems with the functions it provides.
2
3
4
In more-itertools one collect additional building blocks, recipes, and routines
5
for working with Python iterables.
6
3
WWW: https://github.com/erikrose/more-itertools
7
WWW: https://github.com/erikrose/more-itertools

Return to bug 229475