pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbconvert



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 17 18:31:40 UTC 2017

Modified Files:
        pkgsrc/www/py-nbconvert: Makefile PLIST distinfo

Log Message:
py-nbconvert: update to 5.3.1

5.3.1
MANIFEST.in updated to include LICENSE and scripts/ when creating sdist.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-nbconvert/Makefile \
    pkgsrc/www/py-nbconvert/PLIST pkgsrc/www/py-nbconvert/distinfo

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

Modified files:

Index: pkgsrc/www/py-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.1 pkgsrc/www/py-nbconvert/Makefile:1.2
--- pkgsrc/www/py-nbconvert/Makefile:1.1        Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/Makefile    Tue Oct 17 18:31:40 2017
@@ -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 @@ HOMEPAGE=   http://jupyter.org
 COMMENT=       Converting Jupyter Notebooks
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
+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}-tornado>=4.0:../../www/py-tornado
-DEPENDS+=      ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
-DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=4.2:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+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}-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}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+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"
Index: pkgsrc/www/py-nbconvert/PLIST
diff -u pkgsrc/www/py-nbconvert/PLIST:1.1 pkgsrc/www/py-nbconvert/PLIST:1.2
--- pkgsrc/www/py-nbconvert/PLIST:1.1   Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/PLIST       Tue Oct 17 18:31:40 2017
@@ -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/hig
 ${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/tes
 ${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/tes
 ${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
Index: pkgsrc/www/py-nbconvert/distinfo
diff -u pkgsrc/www/py-nbconvert/distinfo:1.1 pkgsrc/www/py-nbconvert/distinfo:1.2
--- pkgsrc/www/py-nbconvert/distinfo:1.1        Sun Apr 23 05:18:01 2017
+++ pkgsrc/www/py-nbconvert/distinfo    Tue Oct 17 18:31:40 2017
@@ -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