aboutsummaryrefslogblamecommitdiff
path: root/devel/py-doctest-ignore-unicode/Makefile
blob: 7e34768ec393e41be9103564f21eb6b5797ac3c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                             
                           


                                   
PORTNAME=	doctest-ignore-unicode
DISTVERSION=	0.1.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Add flag to ignore unicode literal prefixes in doctests

LICENSE=	APACHE20

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>