File: control

package info (click to toggle)
path.py 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 329
  • sloc: python: 1,715; makefile: 148
file content (39 lines) | stat: -rw-r--r-- 1,464 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
Source: path.py
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/jaraco/path.py
Build-Depends: debhelper (>= 10),
               dh-python (>= 2.20160609~),
               python,
               python-pytest,
               python-setuptools,
               python-setuptools-scm,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/path.py.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/path.py.git

Package: python-path
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: module wrapper for os.path for Python 2
 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 2.

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.