File: control

package info (click to toggle)
sphinxcontrib-asyncio 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: python: 227; makefile: 188
file content (8 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -c "import sphinxcontrib.asyncio; print(sphinxcontrib.asyncio)"
 ; done
Depends: python3-all, python3-sphinxcontrib-asyncio