File: control

package info (click to toggle)
python-rpaths 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 1,319; makefile: 155
file content (44 lines) | stat: -rw-r--r-- 1,566 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
37
38
39
40
41
42
43
44
Source: python-rpaths
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               dpkg-dev (>= 1.17.14),
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc <!nodoc>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               sphinx-common
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rpaths
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rpaths.git
Homepage: https://github.com/remram44/rpaths/

Package: python-rpaths-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: documentation for rpaths
 rpaths is another path manipulation library for Python. It is heavily inspired
 by Unipath and pathlib and provides a total Python 2/3 and Windows/POSIX
 compatibility.
 .
 This package provides the documentation.
Multi-Arch: foreign

Package: python3-rpaths
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-rpaths-doc <!nodoc>
Description: cross-platform path manipulation library for Python
 rpaths is another path manipulation library for Python. It is heavily inspired
 by Unipath and pathlib and provides a total Python 2/3 and Windows/POSIX
 compatibility.
 .
 This package provides the modules for Python 3.