View | Details | Raw Unified | Return to bug 229821
Collapse All | Expand All

(-)py-pypa-docs-theme/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pypa-docs-theme
4
DISTVERSION=	g20180622
5
CATEGORIES=	textproc python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	freebsd_ports@k-worx.org
9
COMMENT=	Common base Sphinx theme for PyPA projects
10
11
LICENSE=	PSFL
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-docs-theme>=0:textproc/py-python-docs-theme@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	distutils autoplist
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	pypa
20
GH_TAGNAME=	d2e63fb
21
22
NO_ARCH=	yes
23
24
.include <bsd.port.mk>
(-)py-pypa-docs-theme/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1531204639
2
SHA256 (pypa-pypa-docs-theme-g20180622-d2e63fb_GH0.tar.gz) = a336de3052c2927024819734cc1407bcc7c8cb7debc2dbe0a4e657230a1ca372
3
SIZE (pypa-pypa-docs-theme-g20180622-d2e63fb_GH0.tar.gz) = 3810
(-)py-pypa-docs-theme/pkg-descr (+7 lines)
Line 0 Link Here
1
This is the common Sphinx theme for all PyPA projects.
2
3
It is derived from the Python docs theme, since PyPA maintains portions of the
4
default Python developer experience (specifically, the software installation and
5
distribution tools bootstrapped by the ensurepip module).
6
7
WWW: https://github.com/pypa/pypa-docs-theme

Return to bug 229821