mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
17 lines
414 B
Makefile
17 lines
414 B
Makefile
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>
|