empy 3.3-8 source package in Ubuntu

Changelog

empy (3.3-8) unstable; urgency=medium


  [ Jose Luis Rivero ]
  * Include patch to support python3. Thanks to Dirk Thomas. (Closes: #732101)
  * Add python3-empy: update debian/control, add manpages and dir files.
  * Add build depends on dh-python, python-setuptools, python3-all and
    python3-setuptools.
  * Update debian/rules:
   - stop calling setup.sh manually and use pybuild.
   - replace cp command with install.

  [ Ana Guerrero Lopez ]
  * Add examples to python3-empy.
  * Add conflicts between python-empy and python3-empy since they both
    install the same binary and manpage.
  * Update to standards-Version 3.9.5, no changes required.

 -- Ana Beatriz Guerrero Lopez <email address hidden>  Thu, 16 Jan 2014 22:57:52 +0100

Upload details

Uploaded by:
Ana Beatriz Guerrero López
Uploaded to:
Sid
Original maintainer:
Ana Beatriz Guerrero López
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
empy_3.3-8.dsc 1.8 KiB 8d2aa608815746adfff4dec4aebd57018c2f0500ee7958c76bc127ff865d5f90
empy_3.3.orig.tar.gz 132.5 KiB d05bf51eb3443cbaa9127169127fa43f23b44d0739172af73a9febc70b13236f
empy_3.3-8.debian.tar.xz 14.5 KiB 09ca945a6b412dd236980b20f4e927f19da86cda659c47dda1b88358522c507d

Available diffs

No changes file available.

Binary packages built by this source

python-empy: templating system for Python (Python 2)

 EmPy is a system for embedding Python expressions and statements
 in template text; it takes an EmPy source file, processes it, and
 produces output.
 This is accomplished via expansions, which are special signals
 to the EmPy system and are set off by a special prefix (by default
 the at sign, '@'). EmPy can expand arbitrary Python expressions
 and statements in this way, as well as a variety of special forms.
 Textual data not explicitly delimited in this way is sent unaffected
 to the output, allowing Python to be used in effect as a markup
 language.
 Also supported are "hook" callbacks, recording and playback via
 diversions, and dynamic, chainable filters.
 The system is highly configurable via command line options and
 embedded commands.
 .
 This is the Python 2 version of the package.

python-empy-doc: No summary available for python-empy-doc in ubuntu utopic.

No description available for python-empy-doc in ubuntu utopic.

python3-empy: templating system for Python (Python 3)

 EmPy is a system for embedding Python expressions and statements
 in template text; it takes an EmPy source file, processes it, and
 produces output.
 This is accomplished via expansions, which are special signals
 to the EmPy system and are set off by a special prefix (by default
 the at sign, '@'). EmPy can expand arbitrary Python expressions
 and statements in this way, as well as a variety of special forms.
 Textual data not explicitly delimited in this way is sent unaffected
 to the output, allowing Python to be used in effect as a markup
 language.
 Also supported are "hook" callbacks, recording and playback via
 diversions, and dynamic, chainable filters.
 The system is highly configurable via command line options and
 embedded commands.
 .
 This is the Python 3 version of the package.