Source: python-zc.customdoctests Maintainer: Debian Python Modules Team Uploaders: Julien Muchembled Section: python Priority: optional Build-Depends: debhelper (>= 10), dh-python, python-setuptools, python-all, python-manuel, python-zope.testing, python3-setuptools, python3-all, python3-manuel, python3-zope.testing, Standards-Version: 3.9.8 Homepage: https://github.com/zopefoundation/zc.customdoctests Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-zc.customdoctests.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-zc.customdoctests.git X-Python3-Version: >= 3.3 Package: python-zc.customdoctests Architecture: all Depends: ${misc:Depends}, ${python:Depends} Recommends: python-manuel, python-spidermonkey Provides: ${python:Provides} Description: Use Python doctest with other languages doctest (and recently manuel) provide hooks for using custom doctest parsers. zc.customdoctests helps to leverage this to support other languages, such as JavaScript (with python-spidermonkey): . js> function double (x) { ... return x*2; ... } js> double(2) 4 . And with python-manuel, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh. Package: python3-zc.customdoctests Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-manuel, python3-spidermonkey Description: Use doctest with other languages (Python 3) doctest (and recently manuel) provide hooks for using custom doctest parsers. zc.customdoctests helps to leverage this to support other languages, such as JavaScript (with python-spidermonkey): . js> function double (x) { ... return x*2; ... } js> double(2) 4 . And with python-manuel, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.