-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 3.0 (quilt)
Source: xdoctest
Binary: python3-xdoctest, xdoctest
Architecture: all
Version: 1.2.0-1
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Homepage: https://github.com/Erotemic/xdoctest
Description: Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What
is a docstring? Its a string you use as a comment! They get attached
to Python functions and classes as metadata. They are often used to
auto-generate documentation. Why is it cool? Because you can write
tests while you code!
.
The ``xdoctest`` package is a re-write of Python's builtin ``doctest``
module. It replaces the old regex-based parser with a new
abstract-syntax-tree based parser (using Python's ``ast`` module). The
goal is to make doctests easier to write, simpler to configure, and
encourage the pattern of test driven development.
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/xdoctest
Vcs-Git: https://salsa.debian.org/python-team/packages/xdoctest.git
Testsuite: autopkgtest
Testsuite-Triggers: python3-all, python3-pybind11, python3-pyflakes, python3-pygments, python3-pytest
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-pytest <!nocheck>, python3-pygments <!nocheck>, python3-pyflakes <!nocheck>, python3-typing-inspect <!nocheck>, python3-pybind11 <!nocheck>, txt2man
Package-List:
python3-xdoctest deb python optional arch=all
xdoctest deb python optional arch=all
Checksums-Sha1:
a02cb25a8499f90a71536a7b336e8839245e405f 182624 xdoctest_1.2.0.orig.tar.xz
711ffb31c5ee859e7e00bc51801d8a3ba88e51aa 4204 xdoctest_1.2.0-1.debian.tar.xz
Checksums-Sha256:
106683a2488c2f96c75e2d928aa0dc7c73a6bd291b8676fd6d45efcf29da91bf 182624 xdoctest_1.2.0.orig.tar.xz
3846b756fc29d8f225c3a4e54f4e85697d126e9f8b92b4bf10126467a486a9cd 4204 xdoctest_1.2.0-1.debian.tar.xz
Files:
05ea7e3e7bd7b4205a08a6587a0fa0b9 182624 xdoctest_1.2.0.orig.tar.xz
603fad4b3e54c6028a0c2662b074d352 4204 xdoctest_1.2.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEIcmhjYVTlmab0tjp+RVP3hQ+S68FAmb6kGcACgkQ+RVP3hQ+
S6/CSg//fJ8uwydrbXV8ZoaNf6KbExIMcnXLEYii5ccvRjh7k+5koqhg/yiRYqRe
hmwHFy1ONol/2CYo64HqdUKEG+zB+07ae9lWT4aTUM3zs9DD7C0wzChsCul5y/NY
4KpNW42V6sNMg96SV5Hy56E+puWwgjNTsKwGmM2OM9zXJ3p96sYJzWUtd3YiQOsd
qZA9TNDAdXswR5qmvJalpKyxsIkE6Zs4UeN8HSwClgyX57fU3/4KOt0asonB0bH3
wXGTDe+GtbrZShwouXMRIoYmcm5O1aiIyRRv+aLeuddh8taayWQF8gj8MEzKcAqr
FNFWMN4e9eu0RfNXTBbgl5L/7w/bI8xjMPDni1O7bS30pTFW836eHgcJWjz6tdDK
dvvEyUhuhPx2Qu+A75Vu4udylMc9ydEfwx88o93Zq+5b257QewT5iHlzt5BmioDX
tt+cbU0BggGqpdDQzw6E7nBLTvzCQ+E0O8fSt4iVtt+hZ3YjCtR3F2G22v/OHF21
b9iYZyfnKfy0InYlOwfJnH6khJNUn/RX8JC/mehLA+A62j3lGV9P4mIsKjr5lTgY
7ua8CZ6MoH+R34zGNl4NQ9Z7b+Z7z1M5HDa0Jyv4u0i89EXj2kjItzNrL/Kd91wu
RMpySn0HFPktRh5z4EDOsbGk5jNzZl7Ze6gP1l9G2PFMNNUv9KU=
=WJ9P
-----END PGP SIGNATURE-----