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

Format: 3.0 (quilt)
Source: xdoctest
Binary: python3-xdoctest, xdoctest
Architecture: all
Version: 1.1.3-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
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:
 f0b743c0400c07de0b32d13dd7b8f91ad1b22c75 179524 xdoctest_1.1.3.orig.tar.xz
 3760503263feda40541f5c758762d574c759b1a0 4180 xdoctest_1.1.3-2.debian.tar.xz
Checksums-Sha256:
 06505b1bc4518733eba3a30dbdf1ba599f7c612e9817145201dff96d4c36f272 179524 xdoctest_1.1.3.orig.tar.xz
 5358b782ff57b5c23a5e0cc3001914dbd8ff62e970a8f81a950ab7c1d75bd1c9 4180 xdoctest_1.1.3-2.debian.tar.xz
Files:
 389de63f5a8574dde47ee33ff5ca2073 179524 xdoctest_1.1.3.orig.tar.xz
 55ffda1e4ad2f639efe40708e4f546bd 4180 xdoctest_1.1.3-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEIcmhjYVTlmab0tjp+RVP3hQ+S68FAmX4V7IACgkQ+RVP3hQ+
S68sjg/7BT+LmqZjWDCl4xyVT4GTuhKe7ByKES4YAIf5LyBab+6DpzZxlVxQlmg/
JGNNTa9xg71QD4qDOm720Yv1gttegZQhpR4QefbPijDrTcX3pla04MjZQpp9KT4r
mvGXk0QLdok06B5uuo+meCQLIp0sQ+2bD4L91tzvd0RuPlJepWsrTLz+K3crGYy6
WzDpJ88ApCUjNxesj/b4icaJ8ioWHAagU18hYQTiOV3WbBi8LIeWcSBNTTg5tedk
kbvIthqwqA/6FhvYMmpW7yYdlEgrTbYhkMSQoCHILGhxDwGaL2Lps5IBaO+PAM/U
Wdght6KoxhjlhWhiLI3vAOneLv8h0W8llNBdjh6ExSc9ftErhPxfWWFoNqDQtkFr
F3nadC2RQjZShKZ+RYYfHIMHA1C1zN7TUy7JQlEZA5UAgqIENzuor4dadxwd3vA8
G/ZtAceEbpT8viLpdS1n0raDpBgibw4WjQxH2E/ue/UKFrbMx8qIZlayul94U/x9
oqx3Y5xrj63VZL5QcfS6HIbpQs5Zc3Ox9TUQq6DxshucR4G8KW0FwMpYlfNP5fKH
ct9YvLwXgAzQIldjeigpq8Vv4Lib8FGlsxfxoQ432Ou9hgbgntWNoww0ipT/DSsB
FSUg75umo3gbejQYGES1el2XY3OtFO7Uc9z29tLFTOMqMBwu4fo=
=KV8+
-----END PGP SIGNATURE-----
