pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-jsmath



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 21 20:47:07 UTC 2019

Added Files:
        pkgsrc/textproc/py-sphinxcontrib-jsmath: DESCR Makefile PLIST distinfo

Log Message:
py-sphinxcontrib-jsmath: added version 1.0.1

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinxcontrib-jsmath/DESCR \
    pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile \
    pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST \
    pkgsrc/textproc/py-sphinxcontrib-jsmath/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jsmath/DESCR:1.1
--- /dev/null   Mon Oct 21 20:47:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/DESCR       Mon Oct 21 20:47:07 2019
@@ -0,0 +1,2 @@
+sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
+via JavaScript.
Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile:1.1
--- /dev/null   Mon Oct 21 20:47:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile    Mon Oct 21 20:47:07 2019
@@ -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"
Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST:1.1
--- /dev/null   Mon Oct 21 20:47:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST       Mon Oct 21 20:47:07 2019
@@ -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
Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jsmath/distinfo:1.1
--- /dev/null   Mon Oct 21 20:47:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/distinfo    Mon Oct 21 20:47:07 2019
@@ -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