File: control

package info (click to toggle)
ipython-genutils 0.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 885; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 877 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
Source: ipython-genutils
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Standards-Version: 4.6.2
Homepage: https://github.com/ipython/ipython_genutils
Build-Depends:
 bc,
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-pytest,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/ipython-genutils.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ipython-genutils
Rules-Requires-Root: no

Package: python3-ipython-genutils
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: IPython vestigial utilities for Python 3
 Contains some utilities shared by the IPython and Jupyter projects.
 .
 No new code should be written against those utilities.