File: control

package info (click to toggle)
nodeenv 1.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 1,405; makefile: 138; sh: 1
file content (21 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: nodeenv
Section: contrib/python
Priority: extra
Maintainer: Eugene Kalinin <e.v.kalinin@gmail.com>
Build-Depends: debhelper (>= 9), python, dh-virtualenv (>= 0.8), tar
Standards-Version: 3.9.5
Homepage: https://github.com/ekalinin/nodeenv

Package: nodeenv
Architecture: any
Pre-Depends: dpkg (>= 1.16.1), python2.7-minimal | python2.6-minimal, ${misc:Pre-Depends}
Depends: ${python:Depends}, ${misc:Depends}
Recommends: nodejs
Description: Node.js virtual environment builder
    .
    Tool to create isolated node.js environments, with its own 
    installation directories, that doesn't share libraries with
    other node.js virtual environments.
    .
    These environments can be integrated with ones created by
    Python's virtualenv.