File: control

package info (click to toggle)
nose-el 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52 kB
  • sloc: lisp: 110; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 904 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 (= 12),
               dh-elpa
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://bitbucket.org/durin42/nosemacs
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.