1PORTNAME= sphinx-basic-ng 2PORTVERSION= 1.0.0b2 3PORTREVISION= 1 4CATEGORIES= textproc python 5MASTER_SITES= PYPI 6PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 7DISTNAME= sphinx_basic_ng-${PORTVERSION} 8 9MAINTAINER= ports@MidnightBSD.org 10COMMENT= Modern skeleton for Sphinx themes 11WWW= https://sphinx-basic-ng.readthedocs.io/en/latest/ \ 12 https://github.com/pradyunsg/sphinx-basic-ng 13 14LICENSE= mit 15LICENSE_FILE= ${WRKSRC}/LICENSE 16 17BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ 18 ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} 19RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.0,1:textproc/py-sphinx@${PY_FLAVOR} 20 21USES= python 22USE_PYTHON= autoplist concurrent pep517 23 24NO_ARCH= yes 25 26.include <bsd.port.mk> 27