ports/textproc/py-pypa-docs-theme/Makefile
Martin Wilke 3e1810b987 This is the common Sphinx theme for all PyPA projects.
It is derived from the Python docs theme, since PyPA maintains portions of the
default Python developer experience (specifically, the software installation and
distribution tools bootstrapped by the ensurepip module).

WWW: https://github.com/pypa/pypa-docs-theme

PR:		229820
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
2018-07-27 18:31:16 +00:00

24 lines
505 B
Makefile

# $FreeBSD$
PORTNAME= pypa-docs-theme
DISTVERSION= g20180622
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.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
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= pypa
GH_TAGNAME= d2e63fb
NO_ARCH= yes
.include <bsd.port.mk>