File: control

package info (click to toggle)
python-glob2 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: python: 443; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 825 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
Source: python-glob2
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends:
    debhelper-compat (= 12), dh-python (>= 2.20160609~),
    python3-all, python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://github.com/miracle2k/python-glob2/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-glob2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-glob2
Testsuite: autopkgtest-pkg-python

Package: python3-glob2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Enhanced glob module for Python
 This module provides an extended version of Python's builtin glob
 module with a number of additions.
 .
 This package contains the python 3 version.