freebsd-ports/textproc/py-pypa-docs-theme/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
488 B
Makefile

PORTNAME= pypa-docs-theme
DISTVERSION= g20180622
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Common base Sphinx theme for PyPA projects
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-docs-theme>=0:textproc/py-python-docs-theme@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= pypa
GH_TAGNAME= d2e63fb
NO_ARCH= yes
.include <bsd.port.mk>