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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: python-pluggy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://pypi.python.org/pypi/pluggy
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-pytest,
python-setuptools,
python-setuptools-scm,
python3-all,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
pypy,
pypy-pytest,
pypy-setuptools,
pypy-setuptools-scm,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pluggy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pluggy
Testsuite: autopkgtest-pkg-python
Package: python-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: plugin and hook calling mechanisms for Python - 2.7
pluggy is the cristallized core of plugin management as used by some 150
plugins for pytest.
.
This is the Python 2 library.
Package: python3-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: plugin and hook calling mechanisms for Python - 3.x
pluggy is the cristallized core of plugin management as used by some 150
plugins for pytest.
.
This is the Python 3 library.
Package: pypy-pluggy
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}
Description: plugin and hook calling mechanisms for Python - PyPy
pluggy is the cristallized core of plugin management as used by some 150
plugins for pytest.
.
This is the PyPy library.
|