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
|
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 (>= 9), dh-python (>= 2.20160609~),
python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3),
python3-all, python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/miracle2k/python-glob2/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-glob2.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-glob2.git
Package: python-glob2
Architecture: all
Depends: ${misc:Depends}, ${python: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 2 version.
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.
|