File: control

package info (click to toggle)
enum34 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: python: 2,183; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# We can't use autodep8 because the name of the Debian package is
# 'enum34' but the name of the Python module is 'enum'.

Test-Command: cd "$ADTTMP" ; python -c "import enum; print enum"
Depends: python-enum34

Test-Command: cd "$ADTTMP" ; pypy -c "import enum; print enum"
Depends: pypy-enum34