File: control

package info (click to toggle)
virtualenvwrapper-el 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: lisp: 523; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: virtualenvwrapper-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa,
               elpa-dash,
               elpa-noflet,
               elpa-s,
               virtualenvwrapper
Standards-Version: 4.3.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/porterjamesj/virtualenvwrapper.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/virtualenvwrapper-el
Vcs-Git: https://salsa.debian.org/emacsen-team/virtualenvwrapper-el.git

Package: elpa-virtualenvwrapper
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         virtualenvwrapper
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: featureful virtualenv tool for Emacs
 This package provides a featureful virtualenv tool for Emacs. It
 emulates much of the functionality of Doug Hellmann's
 virtualenvwrapper.

Package: elpa-helm-virtualenvwrapper
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         elpa-helm,
         elpa-virtualenvwrapper
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: helm-source for virtualenvwrapper.el
 This package provides a helm-source for `virtualenvwrapper.el'.