Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= doctest-ignore-unicode |
4 |
DISTVERSION= 0.1.2 |
5 |
CATEGORIES= devel python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= lbartoletti@FreeBSD.org |
10 |
COMMENT= Nose plugin to ignore unicode literal prefixes in doctests |
11 |
|
12 |
LICENSE= APACHE20 |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} |
15 |
|
16 |
USES= python |
17 |
USE_PYTHON= autoplist distutils |
18 |
|
19 |
.include <bsd.port.mk> |