python-positional 1.0.1-2 source package in Ubuntu

Changelog

python-positional (1.0.1-2) unstable; urgency=medium

  * Added {python3-,}subunit as build-depends-indep (Closes: #816263).

 -- Thomas Goirand <email address hidden>  Mon, 29 Feb 2016 11:26:15 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-positional_1.0.1-2.dsc 2.5 KiB 0294506e3db1c95c2bd70335f4f5aaf61d8733b26150b4387afa33f5a9815bd5
python-positional_1.0.1.orig.tar.xz 13.4 KiB 65a822d15009fd1a222b4f7794c39698ba6cf6e8f2f50ea4851c4180ea301bb3
python-positional_1.0.1-2.debian.tar.xz 3.3 KiB 95b4ede604b1d7119b2911a1f171306d5383fd77f5843bec9433ba5cb4a257b0

No changes file available.

Binary packages built by this source

python-positional: No summary available for python-positional in ubuntu yakkety.

No description available for python-positional in ubuntu yakkety.

python-positional-doc: No summary available for python-positional-doc in ubuntu yakkety.

No description available for python-positional-doc in ubuntu yakkety.

python3-positional: 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.