File: control

package info (click to toggle)
readlike 0.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 152; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$ADTTMP"
 ; echo "Testing with $py:"
 ; $py -c "import readlike; print(readlike)"
 ; done
Depends: python3-all, python3-readlike