forked from Lainports/freebsd-ports
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.
24 lines
505 B
Makefile
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>
|