py-nodeenv: Import py-nodeenv-1.3.3 as wip/py-nodeenv

nodeenv (node.js virtual environment) is a tool to create isolated node.js
environments.

It creates an environment that has its own installation directories, that
doesn't share libraries with other node.js virtual environments.

Also the new environment can be integrated with the environment which was
built by virtualenv (python).
This commit is contained in:
Iku Iwasa 2019-12-13 18:26:00 +09:00
parent a5246424cc
commit c02b228215
5 changed files with 46 additions and 0 deletions

View File

@ -3694,6 +3694,7 @@ SUBDIR+= py-nipy
SUBDIR+= py-nipy-data
SUBDIR+= py-nlib
SUBDIR+= py-node-semver
SUBDIR+= py-nodeenv
SUBDIR+= py-nodepy
SUBDIR+= py-nose-parameterized
SUBDIR+= py-nose-pathmunge

8
py-nodeenv/DESCR Normal file
View File

@ -0,0 +1,8 @@
nodeenv (node.js virtual environment) is a tool to create isolated node.js
environments.
It creates an environment that has its own installation directories, that
doesn't share libraries with other node.js virtual environments.
Also the new environment can be integrated with the environment which was
built by virtualenv (python).

20
py-nodeenv/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= nodeenv-1.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nodeenv/}
MAINTAINER= iku.iwasa@gmail.com
HOMEPAGE= http://ekalinin.github.io/nodeenv/
COMMENT= Node.js virtual environment
LICENSE= modified-bsd
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} nodeenv nodeenv-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

11
py-nodeenv/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $NetBSD$
bin/nodeenv-${PYVERSSUFFIX}
${PYSITELIB}/nodeenv.pyo
${PYSITELIB}/nodeenv.pyc
${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}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/nodeenv.py

6
py-nodeenv/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (nodeenv-1.3.3.tar.gz) = 80437d9c023757cd8b44665ad3ad7784c1cd6584
RMD160 (nodeenv-1.3.3.tar.gz) = 4e787086262ad12ff934d59796c92bf496517fc6
SHA512 (nodeenv-1.3.3.tar.gz) = 4ed6084d83c28beccd5e4326d122ac4d84b70c3107fd3569ce85d6a2927abfc10c792150f01ac46aae7941899d91b3048dfa069421b805a43fa83427a62380ba
Size (nodeenv-1.3.3.tar.gz) = 34015 bytes