py-nbconvert: convert to egg.mk
This commit is contained in:
parent
8a89455e8b
commit
6d12814a25
2 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2021/12/30 13:05:41 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2022/01/10 08:05:24 wiz Exp $
|
||||
|
||||
DISTNAME= nbconvert-5.6.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/}
|
||||
|
||||
|
@ -41,5 +42,5 @@ post-install:
|
|||
do-test:
|
||||
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2019/11/08 13:13:45 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2022/01/10 08:05:24 wiz Exp $
|
||||
bin/jupyter-nbconvert-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_FILE}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_FILE}/requires.txt
|
||||
${PYSITELIB}/${EGG_FILE}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/nbconvert/__init__.py
|
||||
${PYSITELIB}/nbconvert/__init__.pyc
|
||||
${PYSITELIB}/nbconvert/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue