[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / py-nbformat

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

Diff for /pkgsrc/www/py-nbformat/Makefile between version 1.3 and 1.4

version 1.3, 2019/07/22 08:42:50 version 1.4, 2020/05/17 20:26:52
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       nbformat-4.4.0  DISTNAME=       nbformat-5.0.6
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}  PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=     www python  CATEGORIES=     www python
 MASTER_SITES=   ${MASTER_SITE_PYPI:=n/nbformat/}  MASTER_SITES=   ${MASTER_SITE_PYPI:=n/nbformat/}
Line 12  LICENSE= modified-bsd
Line 12  LICENSE= modified-bsd
   
 DEPENDS+=       ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils  DEPENDS+=       ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
 DEPENDS+=       ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core  DEPENDS+=       ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
 DEPENDS+=       ${PYPKGPREFIX}-jsonschema>=2.4:../../textproc/py-jsonschema  DEPENDS+=       ${PYPKGPREFIX}-jsonschema>=2.5.1:../../textproc/py-jsonschema
 DEPENDS+=       ${PYPKGPREFIX}-traitlets>=4.1:../../devel/py-traitlets  DEPENDS+=       ${PYPKGPREFIX}-traitlets>=4.1:../../devel/py-traitlets
 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test  TEST_DEPENDS+=  ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov  TEST_DEPENDS+=  ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 BUILD_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath  TEST_DEPENDS+=  ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
   
 USE_LANGUAGES=  # none  USE_LANGUAGES=  # none
   
 post-install:  PYTHON_VERSIONS_INCOMPATIBLE=   27
         cd ${DESTDIR}${PREFIX}/bin && ${MV} jupyter-trust jupyter-trust${PYVERSSUFFIX} || ${TRUE}  
   
 do-test:  do-test:
         cd ${WRKSRC} && py.test-${PYVERSSUFFIX}          cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
   
 .include "../../lang/python/distutils.mk"  .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>