empy 3.3.4-2 source package in Ubuntu

Changelog

empy (3.3.4-2) unstable; urgency=medium

  * Move to unstable
  * Fix Vcs-Git URL
  * Rename autopkg tests not to include illegal chars

 -- Jose Luis Rivero <email address hidden>  Fri, 05 Nov 2021 18:09:49 +0000

Upload details

Uploaded by:
Jose Luis Rivero
Uploaded to:
Sid
Original maintainer:
Jose Luis Rivero
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python
Kinetic release universe python
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
empy_3.3.4-2.dsc 1.6 KiB b5c4963cc60a237a25f8086e156e6e42f4e889e487b04b51979eab73177d914a
empy_3.3.4.orig.tar.gz 61.7 KiB ccf34e930bd92f209fc040e51613910bd1f6c3dc8dac58aa4f31124cf7dafa6f
empy_3.3.4-2.debian.tar.xz 9.8 KiB 293e5139cd17f726c59823e9e5e77879dd0cf4d31985f5a2fec042923fce57ee

Available diffs

No changes file available.

Binary packages built by this source

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. This version installs
 the empy executable under the name "empy3"