File: control

package info (click to toggle)
path.py 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 336 kB
  • sloc: python: 1,918; makefile: 157; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (2)
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
Source: path.py
Maintainer: Debian Python Modules Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.7.0
Homepage: https://github.com/jaraco/path.py
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all, python3-packaging,
               python3-more-itertools,
               python3-pytest,
               python3-toml,
               python3-setuptools,
               python3-setuptools-scm
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/path.py.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/path.py
Testsuite: autopkgtest-pkg-python

Package: python3-path
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: module wrapper for os.path for Python 3
 path.py implements a path objects as first-class entities, allowing common
 operations on files to be invoked on those path objects directly.
 .
 This package installs the library for Python 3.