|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= click-threading |
4 |
PORTNAME= click-threading |
| 5 |
PORTVERSION= 0.4.0 |
5 |
PORTVERSION= 0.4.2 |
| 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 13-18
Link Here
|
| 13 |
LICENSE= MIT |
13 |
LICENSE= MIT |
| 14 |
|
14 |
|
| 15 |
USES= python |
15 |
USES= python |
|
|
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ |
| 17 |
${RUN_DEPENDS} |
| 18 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click |
| 16 |
USE_PYTHON= autoplist distutils |
19 |
USE_PYTHON= autoplist distutils |
| 17 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
| 18 |
|
21 |
|
|
Lines 22-25
Link Here
|
| 22 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=0:devel/py-futures |
25 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=0:devel/py-futures |
| 23 |
.endif |
26 |
.endif |
| 24 |
|
27 |
|
|
|
28 |
do-test: |
| 29 |
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v |
| 30 |
|
| 25 |
.include <bsd.port.post.mk> |
31 |
.include <bsd.port.post.mk> |