-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: xdoctest
Binary: python3-xdoctest, xdoctest
Architecture: all
Version: 1.1.2-2
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.6.2
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, python3-typing-inspect
Build-Depends: debhelper-compat (= 13), dh-python, 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:
 2b02e33992090a923f85b793bab91aad37b954ec 178152 xdoctest_1.1.2.orig.tar.xz
 a882a01cbbe51f84f715fb0923dff0ae605364cf 4024 xdoctest_1.1.2-2.debian.tar.xz
Checksums-Sha256:
 b80e24901df752cbcc5db3abc7667ac12fbc36b15273ad2e419a476026a1f965 178152 xdoctest_1.1.2.orig.tar.xz
 63e5384421b116fb8fe65e66a1100525194219bf971a309992496e235c1c554a 4024 xdoctest_1.1.2-2.debian.tar.xz
Files:
 24d66d5bf068056c9d8945c82e8056b0 178152 xdoctest_1.1.2.orig.tar.xz
 3a15c287a177d748a79896e9b9100d40 4024 xdoctest_1.1.2-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEIcmhjYVTlmab0tjp+RVP3hQ+S68FAmV20XsACgkQ+RVP3hQ+
S6+Kcg/+NcK4TEjZLHuTyPSOqktBEShGduk/AGL+g4mO9Y9BiG9uS7E4Bbn+Q/dq
n4kqqQeHAiS6CVEK4Fe/h+ll1wlQIx3c547CiRKZRWMg4nEcc3uNcLBf4r0tjkpa
zrAntuzWW0lfnSLfyUbBVf2SmMlys3YIEzTW9J4VaCogL3Eiyn6K9fIG3OruAhXT
n34/ElSUb9KSfxy05RB7EW70+5CXrKml8i2C7OMOu17Vuu3c/sgtbmPJ0wfuPqsZ
Vz7yrp97JH6lyWq7VX9TPzsasOwq64FUbg6cWJ3NTNaDgU+vj6ZnIstIQYNaUi4w
7K2eHI1pxGH8bCNj1DpSStgVsMT5hBLWoDkR1MDbY0gABuMUFWxn+ScQgsT5bitL
2HGMjN7w8QR+8HyeeRhWxVFtzvX9eVWWin3kF+YG49lyHFQfCj2aL4G22vGo7OPf
2XmY9+rU0yGISexWI8JeP7jO9grOo19urZLNwC4BSkou5il/7frHXRI7uZMOv12W
3i2fUCnZUHndHw6z9R5vbytj9crjEdw5wb6Vyao+IEdDUeCI7iSG2I2Y8p70zqaz
VjX/wltLE8Xq7LlBK6tcOZSR2zReZJMRfnJLoqtaXUjgx8bN/syCNqsUul4WY2ON
+LB+uPQxDBDn3Z6QHcyWOLHzX5CRCMIWtIHOnqIocHi/pl2iUng=
=5mgT
-----END PGP SIGNATURE-----
