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
|
Source: python-trollius
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-concurrent.futures,
python-mock,
python-nose,
python-unittest2,
python3-mock,
python3-nose,
python3-unittest2,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-trollius?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-trollius -b debian/newton
Homepage: https://github.com/haypo/trollius
Package: python-trollius
Architecture: all
Depends: python-concurrent.futures,
${misc:Depends},
${python:Depends},
Description: port of the Tulip project on Python 2.7 - Python 2.x
Trollius is a portage of the Tulip project (asyncio module, PEP 3156) on
Python 2. Trollius works on Python 2.6-3.4. It has been tested on Windows,
Linux, Mac OS X, FreeBSD and OpenIndiana.
.
This package contains the Python 2.x module.
Package: python3-trollius
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: port of the Tulip project on Python 2.7 - Python 3.x
Trollius is a portage of the Tulip project (asyncio module, PEP 3156) on
Python 2. Trollius works on Python 2.6-3.4. It has been tested on Windows,
Linux, Mac OS X, FreeBSD and OpenIndiana.
.
This package contains the Python 3.x module.
|