1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: preggy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gilles Dubuc <gilles@wikimedia.org>,
Marcelo Jorge Vieira <metal@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-nose,
python3-setuptools,
python3-six,
python3-unidecode,
tox
Standards-Version: 4.6.0
Homepage: https://heynemann.github.io/preggy
Vcs-Browser: https://salsa.debian.org/python-team/packages/preggy
Vcs-Git: https://salsa.debian.org/python-team/packages/preggy.git
Rules-Requires-Root: no
Package: python3-preggy
Architecture: all
Depends: python3-six, python3-unidecode, ${misc:Depends}, ${python3:Depends}
Description: Assertion library for Python
Collection of expectations for Python applications, extracted from
the pyVows project.
|