opnsense-ports/devel/py-prettyprinter/Makefile
Franco Fichtner b92c5e6321 */*: sync with upstream
Taken from: HardenedBSD
2019-06-10 17:30:11 +02:00

25 lines
692 B
Makefile

# Created by: Patrice Clement <monsieurp@gentoo.org>
# $FreeBSD$
PORTNAME= prettyprinter
PORTVERSION= 0.13.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= monsieurp@gentoo.org
COMMENT= Syntax-highlighting, declarative and composable pretty printer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorful>=0.4.0:devel/py-colorful@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>