pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-jsmath py-sphinxcontrib-jsma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c14803ac7b76
branches:  trunk
changeset: 416226:c14803ac7b76
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 21 20:47:07 2019 +0000

description:
py-sphinxcontrib-jsmath: added version 1.0.1

sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
via JavaScript.

diffstat:

 textproc/py-sphinxcontrib-jsmath/DESCR    |   2 ++
 textproc/py-sphinxcontrib-jsmath/Makefile |  24 ++++++++++++++++++++++++
 textproc/py-sphinxcontrib-jsmath/PLIST    |  15 +++++++++++++++
 textproc/py-sphinxcontrib-jsmath/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 06e7963f7a33 -r c14803ac7b76 textproc/py-sphinxcontrib-jsmath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-jsmath/DESCR    Mon Oct 21 20:47:07 2019 +0000
@@ -0,0 +1,2 @@
+sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
+via JavaScript.
diff -r 06e7963f7a33 -r c14803ac7b76 textproc/py-sphinxcontrib-jsmath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-jsmath/Makefile Mon Oct 21 20:47:07 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/10/21 20:47:07 adam Exp $
+
+DISTNAME=      sphinxcontrib-jsmath-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-jsmath/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sphinx-doc.org/
+COMMENT=       Sphinx API for math in HTML via JavaScript
+LICENSE=       2-clause-bsd
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-sphinx
+
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06e7963f7a33 -r c14803ac7b76 textproc/py-sphinxcontrib-jsmath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-jsmath/PLIST    Mon Oct 21 20:47:07 2019 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:47:07 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/sphinxcontrib/jsmath/__init__.py
+${PYSITELIB}/sphinxcontrib/jsmath/__init__.pyc
+${PYSITELIB}/sphinxcontrib/jsmath/__init__.pyo
+${PYSITELIB}/sphinxcontrib/jsmath/version.py
+${PYSITELIB}/sphinxcontrib/jsmath/version.pyc
+${PYSITELIB}/sphinxcontrib/jsmath/version.pyo
diff -r 06e7963f7a33 -r c14803ac7b76 textproc/py-sphinxcontrib-jsmath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinxcontrib-jsmath/distinfo Mon Oct 21 20:47:07 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/21 20:47:07 adam Exp $
+
+SHA1 (sphinxcontrib-jsmath-1.0.1.tar.gz) = 70348505f159dca801522d6df68230e3c5e749c7
+RMD160 (sphinxcontrib-jsmath-1.0.1.tar.gz) = 9ff064c88f8f121bd7876ae3f79b4c31f5a9264f
+SHA512 (sphinxcontrib-jsmath-1.0.1.tar.gz) = c1e6488f5c0ca4567c27ec7c597c9db321ac32ce354c4ad62fea534b2ae1c0acb183a921f46216bbc3891f14acfaac05ddf324b8fdaf99828df07bc91aa7e5c7
+Size (sphinxcontrib-jsmath-1.0.1.tar.gz) = 5787 bytes



Home | Main Index | Thread Index | Old Index