pkgsrc/textproc/py-sphinx-rtd-theme/Makefile
adam 49af7e92d0 py-sphinx-rtd-theme: updated to 0.4.2
v0.4.2

Fixes
Set base font size on <html>
Fix HTML search not working with Sphinx-1.8

Other Changes
Upload signed packages to PyPI with twine
Do not enforce period at the end of copyright statement
2018-10-07 07:25:53 +00:00

18 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.8 2018/10/07 07:25:53 adam Exp $
DISTNAME= sphinx_rtd_theme-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rtfd/sphinx_rtd_theme
COMMENT= Sphinx readthedocs.org theme
LICENSE= modified-bsd AND ofl-v1.1
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"