pkgsrc/textproc/py-sphinx-copybutton/Makefile
wiz 5751fe1dd1 textproc/py-sphinx-copybutton: import py-sphinx-copybutton-0.5.0
A small sphinx extension to add a "copy" button to code blocks.
2022-02-07 15:19:31 +00:00

20 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/02/07 15:19:31 wiz Exp $
DISTNAME= sphinx-copybutton-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-copybutton/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/executablebooks/sphinx-copybutton
COMMENT= Sphinx module to add a copy button to code cells
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"