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> |