Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 474622

Summary: dev-python/serpent: New package
Product: Gentoo Linux Reporter: Amadeusz Żołnowski (RETIRED) <aidecoe>
Component: New packagesAssignee: Amadeusz Żołnowski (RETIRED) <aidecoe>
Status: RESOLVED FIXED    
Severity: enhancement CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://pypi.python.org/pypi/serpent
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 474624    

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