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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: python-positional
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-pbr (>= 1.8),
python-setuptools,
python-sphinx,
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-coverage,
python-fixtures (>= 1.3.1),
python-hacking,
python-testresources (>= 0.2.4),
python-testtools (>= 1.4.0),
python-wrapt,
python3-fixtures (>= 1.3.1),
python3-subunit,
python3-testresources (>= 0.2.4),
python3-testtools (>= 1.4.0),
python3-wrapt,
subunit,
testrepository,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-positional?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-positional -b debian/newton
Homepage: https://github.com/morganfainberg/positional
Package: python-positional
Architecture: all
Depends: python-pbr (>= 1.8),
${misc:Depends},
${python:Depends},
Suggests: python-positional-doc,
Description: enforce positional or key-word arguments - Python 2.7
The Positional Python module provides a decorator which enforces only some
args may be passed positionally. The idea and some of the code was taken from
the oauth2 client of the google-api client. The decorator makes it easy to
support Python 3 style key-word only parameters.
.
This package contains the Python 2.7 module.
Package: python3-positional
Architecture: all
Depends: python3-pbr (>= 1.8),
${misc:Depends},
${python3:Depends},
Suggests: python-positional-doc,
Description: Library to enforce positional or key-word arguments - Python 3.x
The Positional Python module provides a decorator which enforces only some
args may be passed positionally. The idea and some of the code was taken from
the oauth2 client of the google-api client. The decorator makes it easy to
support Python 3 style key-word only parameters.
.
This package contains the Python 3.x module.
Package: python-positional-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: Library to enforce positional or key-word arguments - doc
The Positional Python module provides a decorator which enforces only some
args may be passed positionally. The idea and some of the code was taken from
the oauth2 client of the google-api client. The decorator makes it easy to
support Python 3 style key-word only parameters.
.
This package contains the documentation.
|