From 6bbeab0e076566a1ff39e08b5763526db8490c61 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 17 Dec 2017 16:03:20 +0000 Subject: gnu: Add python-serpent. * gnu/packages/python.scm (python-serpent): New variable. --- gnu/packages/python.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index faf6211a86..96d94554d7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -12858,6 +12858,28 @@ belong to tagged versions.") (define-public python2-setuptools-scm-git-archive (package-with-python2 python-setuptools-scm-git-archive)) +(define-public python-serpent + (package + (name "python-serpent") + (version "1.23") + (source + (origin + (method url-fetch) + (uri (pypi-uri "serpent" version)) + (sha256 + (base32 + "199vhl8rmsijzmdr1pwfnvnrdbkxda69k5p3kx6rgf34i0ywx044")))) + (build-system python-build-system) + (home-page "") + (synopsis + "Serialization based on ast.literal_eval") + (description + "Serialization based on ast.literal_eval") + (license license:expat))) + +(define-public python2-serpent + (package-with-python2 python-serpent)) + (define-public python-pyclipper (package (name "python-pyclipper") -- cgit v1.2.3