python-venusian 1.0a8-2 source package in Ubuntu

Changelog

python-venusian (1.0a8-2) unstable; urgency=medium


  * debian/control:
    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
    - Added X-Python-Version and X-Python3-Version headers.
    - Added python3-venusian binary package.
    - Added Python 3 Build-Depends.
    - wrap-and-sort
  * debian/rules:
    - Convert to --buildsystem=pybuild
    - Override default pybuild auto tests.

 -- Barry Warsaw <email address hidden>  Thu, 19 Jun 2014 11:00:47 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-venusian_1.0a8-2.dsc 2.2 KiB fb3377979543b795271af183887f17aab090e979476713e46c86630a0409356c
python-venusian_1.0a8.orig.tar.gz 41.8 KiB a1b054d4ccf0859a76d900c49f419645279298d5316be3a65a1c00a40719bce0
python-venusian_1.0a8-2.debian.tar.xz 3.5 KiB 1889e84f3c73dece0e826f7682e57afe794407a3dae99b82feb67e2a904934a1

Available diffs

No changes file available.

Binary packages built by this source

python-venusian: library for deferring decorator actions

 Venusian is a library which allows framework authors to defer decorator
 actions. Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.
 .
 This is the Python 2 version.

python3-venusian: library for deferring decorator actions

 Venusian is a library which allows framework authors to defer decorator
 actions. Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.
 .
 This is the Python 3 version.