Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474622 - dev-python/serpent: New package
Summary: dev-python/serpent: New package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL: https://pypi.python.org/pypi/serpent
Whiteboard:
Keywords:
Depends on:
Blocks: 474624
  Show dependency tree
 
Reported: 2013-06-24 17:42 UTC by Amadeusz Żołnowski (RETIRED)
Modified: 2013-07-09 05:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amadeusz Żołnowski (RETIRED) gentoo-dev 2013-06-24 17:42:02 UTC
Serpent is a simple serialization library based on ast.literal_eval.

Because it only serializes literals and recreates the objects using ast.literal_eval(), the serialized data is safe to transport to other machines (over the network for instance) and de-serialize it there.

Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-07-09 05:49:41 UTC
*serpent-1.2 (09 Jul 2013)

  09 Jul 2013; Ian Delaney <idella4@gentoo.org> +metadata.xml,
  +serpent-1.2.ebuild:
  New ebuild, new dep to pyro-4.20, ebuild written by me, closes Bug #474622