pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-nodeenv: Import py-nodeenv-1.3.3 as wip/py-nodeenv
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Fri Dec 13 18:26:00 2019 +0900
Changeset: c02b2282154346154d17c253ec9734e4a5db460d
Modified Files:
Makefile
Added Files:
py-nodeenv/DESCR
py-nodeenv/Makefile
py-nodeenv/PLIST
py-nodeenv/distinfo
Log Message:
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).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c02b2282154346154d17c253ec9734e4a5db460d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-nodeenv/DESCR | 8 ++++++++
py-nodeenv/Makefile | 20 ++++++++++++++++++++
py-nodeenv/PLIST | 11 +++++++++++
py-nodeenv/distinfo | 6 ++++++
5 files changed, 46 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c63e8c19a8..0ed5fd2e12 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/py-nodeenv/DESCR b/py-nodeenv/DESCR
new file mode 100644
index 0000000000..12d0717a8c
--- /dev/null
+++ b/py-nodeenv/DESCR
@@ -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).
diff --git a/py-nodeenv/Makefile b/py-nodeenv/Makefile
new file mode 100644
index 0000000000..72f6168fd8
--- /dev/null
+++ b/py-nodeenv/Makefile
@@ -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@localhost
+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"
diff --git a/py-nodeenv/PLIST b/py-nodeenv/PLIST
new file mode 100644
index 0000000000..851c4eeb93
--- /dev/null
+++ b/py-nodeenv/PLIST
@@ -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
diff --git a/py-nodeenv/distinfo b/py-nodeenv/distinfo
new file mode 100644
index 0000000000..c573d53d39
--- /dev/null
+++ b/py-nodeenv/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index