6a4a5116bf
Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pypa
|
|
GH_TAGNAME= d2e63fb
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|