4eff365cad
v0.2.4 Yet another patch to deal with extra builders outside Spinx, such as the singlehtml builders from the Read the Docs Sphinx extension v0.2.3 Temporarily patch Sphinx issue with singlehtml builder by inspecting the builder in template.
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/03/13 10:20:34 wiz Exp $
|
|
|
|
DISTNAME= sphinx_rtd_theme-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-sphinx-rtd-theme-${VERSION}
|
|
VERSION= 0.2.4
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/sphinx_rtd_theme/
|
|
COMMENT= Sphinx readthedocs.org theme
|
|
LICENSE= modified-bsd AND ofl-v1.1
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|