|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= traitlets |
4 |
PORTNAME= traitlets |
| 5 |
PORTVERSION= 4.2.2 |
5 |
PORTVERSION= 4.3.1 |
| 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 10-19
Link Here
|
| 10 |
MAINTAINER= yuri@rawbw.com |
10 |
MAINTAINER= yuri@rawbw.com |
| 11 |
COMMENT= Configuration system for Python applications |
11 |
COMMENT= Configuration system for Python applications |
| 12 |
|
12 |
|
| 13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
| 14 |
|
14 |
|
|
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython_genutils>0:devel/py-ipython_genutils \ |
| 16 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ |
| 17 |
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator |
| 18 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest |
| 19 |
|
| 15 |
USES= python |
20 |
USES= python |
| 16 |
USE_PYTHON= autoplist distutils |
21 |
USE_PYTHON= autoplist distutils |
| 17 |
NO_ARCH= yes |
22 |
NO_ARCH= yes |
| 18 |
|
23 |
|
|
|
24 |
do-test: |
| 25 |
@(cd ${BUILD_WRKSRC}; py.test traitlets) |
| 26 |
|
| 19 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |