freebsd-ports/devel/py-woops/Makefile
Sunpoet Po-Chuan Hsieh 2fdb123f88 Add py-woops 0.2.1
Woops handles and manages Python errors to provide better error messages.

WWW: https://github.com/sdispater/woops
2020-03-31 13:51:41 +00:00

21 lines
419 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= woops
PORTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Handle and manage Python errors with ease
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>