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

Format: 3.0 (quilt)
Source: xdoctest
Binary: python3-xdoctest, xdoctest
Architecture: all
Version: 1.3.0-1
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <vimer@debian.org>
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.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:
 aeae87e8849fb1279d5ed542779c614a7fd85f7b 233024 xdoctest_1.3.0.orig.tar.gz
 b1a739151908e51a30dae8114847c0dec9b89598 4260 xdoctest_1.3.0-1.debian.tar.xz
Checksums-Sha256:
 b498365f97890645f9ebdfd4f26bb343f67c17e56a245f4d5584fd3a443383a9 233024 xdoctest_1.3.0.orig.tar.gz
 21441ba14fd9bbc3709ba64d675dd6e609fc54b19eb9cb3919629cc100aedb20 4260 xdoctest_1.3.0-1.debian.tar.xz
Files:
 169fc860f6d88d34ce7a8902dbab93b2 233024 xdoctest_1.3.0.orig.tar.gz
 cfad9dec7969ea0d149ac63bfe20d37e 4260 xdoctest_1.3.0-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEIcmhjYVTlmab0tjp+RVP3hQ+S68FAmlJPIsACgkQ+RVP3hQ+
S6/BHA/+IUD+slMqYK1eA4Rs53nV/oEKRlsyCG9yvLJexp+SvVul2+7LKpmIMd3/
vOkEqlDBGTqMUuAv5/BZkCYi2auXwn+rQ31uQ2aJvB+0bxVKGzOeNJ1lLavJS3HW
AsAZHydYa8PQ+yM2onCyCYcSEWFKy6cCtGWFjcpUWWyWs9t+4D8nYPaVogWEm8CH
/cF0EQtlwgAk2TwD3Vqeo0ptCqqKeoDxa59ykYEyu9E4bPEuTbyQUDovx3/G/a3a
ykaiVe6QgeYUf5X+HBWdhoJ+pch6BCdaL5vyiFkiMC0QV+EVad9fl67JGDXlaL/+
9ILVfCvJ+LHwC2eMtsHl8K6pCT7qPxZRp4A1G/+sB56a2zUFlTJZEG/3/5pubSia
il/UUaRZaNfqr/V+IEmf2TzbvPNxw49nGFQ28MMGp96OpwOee/yIHYsu+c2H2Qmc
pQgOk7vjZBESuUWff0LMbllVZ4Z/aeHBqaXOqAgw97/BSGIKOpBUMprJEOgKntJY
NQZxyGS5Jwu5+G8Blg6+jGHp3KXNUW3CVY2xyjAE9/gnbhrPhTCN+zfWrcE2M9Ba
SuwTxx7/PkwYV0CLByu7WWYxdreBneosYc7FOCgNE8CVi3iV6LhoEe1juF4+xgQO
3IMZN8ObxOLwWOVoHhE/Wr8IYVf5o7ra1b0hc2Mx4/klhOUroAI=
=m6q1
-----END PGP SIGNATURE-----
