From 9e88e80e5d6afd6e015fe0ce9e26a132cf44bf44 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 24 Mar 2018 10:55:48 +0000 Subject: gnu: Add python-eradicate. --- gnu/packages/python.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e627949d3..7b4952dd9a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -15355,3 +15355,20 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.") (description "Utilities for working with PO and POT files to ease development and improve localization quality") (license #f))) + +(define-public python-eradicate + (package + (name "python-eradicate") + (version "0.2.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "eradicate" version)) + (sha256 + (base32 + "092zmck919bn6sl31ixrzhn88g9nvhwzmwzpq8dzgn6c8k2h3bzr")))) + (build-system python-build-system) + (home-page "https://github.com/myint/eradicate") + (synopsis "Removes commented-out code.") + (description "Removes commented-out code.") + (license #f))) -- cgit v1.2.3