File: control

package info (click to toggle)
pyvenv-el 1.21%2Bgit20201124.37e7cb1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: lisp: 646; makefile: 30; sh: 12
file content (36 lines) | stat: -rw-r--r-- 1,221 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
Source: pyvenv-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa,
               elpa-dash,
               elpa-f,
               elpa-mocker,
               elpa-s,
               virtualenv,
               virtualenvwrapper
Standards-Version: 4.5.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/jorgenschaefer/pyvenv
Vcs-Browser: https://salsa.debian.org/emacsen-team/pyvenv-el
Vcs-Git: https://salsa.debian.org/emacsen-team/pyvenv-el.git

Package: elpa-pyvenv
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         virtualenv
Recommends: emacs (>= 46.0),
            virtualenvwrapper
Enhances: emacs
Description: Python virtual environment interface
 This is a simple global minor mode which will replicate the changes
 done by virtualenv activation inside Emacs.
 .
 The main entry points are `pyvenv-activate', which queries the user
 for a virtual environment directory to activate, and
 `pyvenv-workon', which queries for a virtual environment in
 $WORKON_HOME (from virtualenvwrapper.sh).