Lines 1-27
Link Here
|
1 |
# Created by: Yuri Victorovich <yuri@rawbw.com> |
|
|
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= pathlib2 |
5 |
PORTVERSION= 2.1.0 |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= yuri@rawbw.com |
11 |
COMMENT= Object-oriented filesystem paths |
12 |
|
13 |
LICENSE= MIT |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.rst |
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= distutils autoplist |
20 |
NO_ARCH= yes |
21 |
|
22 |
do-test: |
23 |
@(cd ${WRKSRC} && \ |
24 |
${PYTHON_CMD} test_pathlib2.py && \ |
25 |
${PYTHON_CMD} test_pathlib2_with_py2_unicode_literals.py) |
26 |
|
27 |
.include <bsd.port.mk> |