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 40 41 42 43 44 45 46 47 48 49
|
Source: python-regex
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all-dbg,
python3-all-dev,
python3-docutils,
python3-pygments,
python3-setuptools,
Standards-Version: 4.5.1
X-Python-Version: all
Homepage: https://bitbucket.org/mrabarnett/mrab-regex
Vcs-Git: https://salsa.debian.org/python-team/packages/python-regex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-regex
Package: python3-regex
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: alternative regular expression module (Python 3)
This new regex implementation is intended eventually to replace Python's
current re module implementation.
.
For testing and comparison with the current 're' module the new implementation
is in the form of a module called 'regex'.
.
This is the Python 3 version of the package.
Package: python3-regex-dbg
Section: debug
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: python3-all-dbg,
python3-regex (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: alternative regular expression module (Python 3 debug extension)
This new regex implementation is intended eventually to replace Python's
current re module implementation.
.
For testing and comparison with the current 're' module the new implementation
is in the form of a module called 'regex'.
.
This package contains the debug extension for python3-regex.
|