File: control

package info (click to toggle)
emacs-python-environment 0.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: lisp: 297; makefile: 173; python: 37
file content (26 lines) | stat: -rw-r--r-- 898 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
Source: emacs-python-environment
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
               dh-elpa,
               elpa-deferred,
               virtualenv
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/tkf/emacs-python-environment
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-python-environment
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-python-environment.git

Package: elpa-python-environment
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         virtualenv
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: virtualenv API for Emacs Lisp
 It provides virtualenv API for Emacs Lisp so that one can automate installation
 of tools written in Python.