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
|
Source: python-invocations
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-invoke,
python3-invoke,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-invocations.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python-invocations.git
Homepage: http://pyinvoke.org
Package: python-invocations
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Suggests: python-invocations-doc,
Description: reusable invoke tasks - Python 2.x
Invocations is a collection of reusable "Invoke" tasks/task modules, including
(but not limited to) Python project management tools such as documentation
building and dependency organization.
.
It has no stand-alone components and is designed to be imported into your
pre-existing Invoke task files.
.
This package contains the Python 2.x module.
Package: python3-invocations
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Suggests: python-invocations-doc,
Description: Reusable Invoke tasks - Python 3.x
Invocations is a collection of reusable "Invoke" tasks/task modules, including
(but not limited to) Python project management tools such as documentation
building and dependency organization.
.
It has no stand-alone components and is designed to be imported into your
pre-existing Invoke task files.
.
This package contains the Python 3.x module.
|