# $FreeBSD: head/textproc/py-sphinxcontrib-qthelp/Makefile 534964 2020-05-11 23:21:52Z dbaio $

PORTNAME=	sphinxcontrib-qthelp
PORTVERSION=	1.0.3
CATEGORIES=	textproc
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Sphinx extension which outputs QtHelp document

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.5+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>