File: control

package info (click to toggle)
nose-el 0.1.1%2Bgit20140520.f852829-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 56 kB
  • sloc: lisp: 160; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 900 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
Source: nose-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
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/emacsattic/nose
Vcs-Browser: https://salsa.debian.org/emacsen-team/nose-el
Vcs-Git: https://salsa.debian.org/emacsen-team/nose-el.git

Package: elpa-nose
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         python3-nose
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: easy Python test running in Emacs
 This package provides a bunch of functions that handle running
 nosetests on a particular buffer or part of a buffer. Also `nose.el'
 adds a minor mode that is used to manage keybindings and provide a
 hook for changing the behaviour of the nose output buffer.