pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-nbconvert py-nbconvert: update to 5.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/91c0c83ef1a8
branches: trunk
changeset: 370509:91c0c83ef1a8
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 17 18:31:40 2017 +0000
description:
py-nbconvert: update to 5.3.1
5.3.1
MANIFEST.in updated to include LICENSE and scripts/ when creating sdist.
diffstat:
www/py-nbconvert/Makefile | 36 +++++++++++++++++++++---------------
www/py-nbconvert/PLIST | 15 ++++++++++++++-
www/py-nbconvert/distinfo | 10 +++++-----
3 files changed, 40 insertions(+), 21 deletions(-)
diffs (128 lines):
diff -r 2e637c51394c -r 91c0c83ef1a8 www/py-nbconvert/Makefile
--- a/www/py-nbconvert/Makefile Tue Oct 17 18:30:02 2017 +0000
+++ b/www/py-nbconvert/Makefile Tue Oct 17 18:31:40 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 05:18:01 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/17 18:31:40 adam Exp $
-DISTNAME= nbconvert-5.1.1
+DISTNAME= nbconvert-5.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,24 +10,30 @@
COMMENT= Converting Jupyter Notebooks
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
+DEPENDS+= ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
+DEPENDS+= ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=4.2:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
-DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
-DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-tornado>=4.0:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-mistune>=0.7.4:../../textproc/py-mistune
+DEPENDS+= ${PYPKGPREFIX}-nbformat>=4.4:../../www/py-nbformat
+DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters
+DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
-DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters
-DEPENDS+= ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
-DEPENDS+= ${PYPKGPREFIX}-mistune-[0-9]*:../../textproc/py-mistune
-DEPENDS+= ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints
-DEPENDS+= ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
+DEPENDS+= ${PYPKGPREFIX}-tornado>=4.0:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
+BUILD_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+BUILD_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
USE_LANGUAGES= # none
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-nbconvert ${DESTDIR}${PREFIX}/bin/jupyter-nbconvert${PYVERSSUFFIX}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} jupyter-nbconvert jupyter-nbconvert${PYVERSSUFFIX} || ${TRUE}
+
+do-test:
+ cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/distutils.mk"
-.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2e637c51394c -r 91c0c83ef1a8 www/py-nbconvert/PLIST
--- a/www/py-nbconvert/PLIST Tue Oct 17 18:30:02 2017 +0000
+++ b/www/py-nbconvert/PLIST Tue Oct 17 18:31:40 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:18:01 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/17 18:31:40 adam Exp $
bin/jupyter-nbconvert${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -226,12 +226,18 @@
${PYSITELIB}/nbconvert/preprocessors/latex.py
${PYSITELIB}/nbconvert/preprocessors/latex.pyc
${PYSITELIB}/nbconvert/preprocessors/latex.pyo
+${PYSITELIB}/nbconvert/preprocessors/regexremove.py
+${PYSITELIB}/nbconvert/preprocessors/regexremove.pyc
+${PYSITELIB}/nbconvert/preprocessors/regexremove.pyo
${PYSITELIB}/nbconvert/preprocessors/sanitize.py
${PYSITELIB}/nbconvert/preprocessors/sanitize.pyc
${PYSITELIB}/nbconvert/preprocessors/sanitize.pyo
${PYSITELIB}/nbconvert/preprocessors/svg2pdf.py
${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyc
${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyo
+${PYSITELIB}/nbconvert/preprocessors/tagremove.py
+${PYSITELIB}/nbconvert/preprocessors/tagremove.pyc
+${PYSITELIB}/nbconvert/preprocessors/tagremove.pyo
${PYSITELIB}/nbconvert/preprocessors/tests/__init__.py
${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyc
${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyo
@@ -251,6 +257,7 @@
${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
${PYSITELIB}/nbconvert/preprocessors/tests/files/Unicode.ipynb
${PYSITELIB}/nbconvert/preprocessors/tests/files/python.png
+${PYSITELIB}/nbconvert/preprocessors/tests/files/update-display-id.ipynb
${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.py
${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyc
${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyo
@@ -272,12 +279,18 @@
${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.py
${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyc
${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyo
+${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.py
+${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyc
+${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyo
${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.py
${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyc
${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyo
${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.py
${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyc
${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyo
+${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.py
+${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyc
+${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyo
${PYSITELIB}/nbconvert/resources/__init__.py
${PYSITELIB}/nbconvert/resources/__init__.pyc
${PYSITELIB}/nbconvert/resources/__init__.pyo
diff -r 2e637c51394c -r 91c0c83ef1a8 www/py-nbconvert/distinfo
--- a/www/py-nbconvert/distinfo Tue Oct 17 18:30:02 2017 +0000
+++ b/www/py-nbconvert/distinfo Tue Oct 17 18:31:40 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/23 05:18:01 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/10/17 18:31:40 adam Exp $
-SHA1 (nbconvert-5.1.1.tar.gz) = 43914301766bd545778bfef4ab3bab753171408d
-RMD160 (nbconvert-5.1.1.tar.gz) = d3356341dbb7d00ca4a664fadc5acdd8b1970145
-SHA512 (nbconvert-5.1.1.tar.gz) = 7db7e4db28a56d5ee61883aa272e9e7302b1d070024e02a981c3a9f4fda01ac130af22b36bb4a3c8f6376579f6713dfe9432222a57f87ccd0889d192743dd668
-Size (nbconvert-5.1.1.tar.gz) = 395032 bytes
+SHA1 (nbconvert-5.3.1.tar.gz) = cab9b6e972e18dce1b1ef9562a7a1d36ede5fade
+RMD160 (nbconvert-5.3.1.tar.gz) = e31538b2929d3d9aae4f2a72eaa7ac188f8a77cc
+SHA512 (nbconvert-5.3.1.tar.gz) = ef5e91478ca28f734e9425c36282867710af5f444b310232e524924bfcb443766957407183d5d865413c041e089826fe9cdb0474815a0c8729a26fc7a6999530
+Size (nbconvert-5.3.1.tar.gz) = 516541 bytes
Home |
Main Index |
Thread Index |
Old Index