File: control

package info (click to toggle)
python-pathlib2 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • sloc: python: 3,117; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,515 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
Source: python-pathlib2
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Uploaders: Julien Puydt <jpuydt@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11), dh-python, python, python-setuptools, python-six, pypy, pypy-setuptools, pypy-six
Homepage: https://pypi.org/project/pathlib2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pathlib2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pathlib2
Testsuite: autopkgtest-pkg-python

Package: python-pathlib2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-scandir
Description: Backport of the "pathlib" stdlib module (Python 2)
 The old pathlib module on bitbucket is in bugfix-only mode. The goal of
 pathlib2 is to provide a backport of standard pathlib module which tracks
 the standard library module, so all the newest features of the standard
 pathlib can be used also on older Python versions.
 .
 This package is (obviously) for Python 2.

Package: pypy-pathlib2
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}, pypy-scandir
Description: Backport of the "pathlib" stdlib module (PyPy)
 The old pathlib module on bitbucket is in bugfix-only mode. The goal of
 pathlib2 is to provide a backport of standard pathlib module which tracks
 the standard library module, so all the newest features of the standard
 pathlib can be used also on older Python versions.
 .
 This package is (obviously) for PyPy.