From efccd21deba05c7fe603759e6023b91f138a64b5 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sun, 23 Feb 2014 14:29:25 -0500 Subject: [PATCH] Add a recipe for py-gnitset, a Python testing mode py-gnitset is an Emacs interface to "any" Python testing tool, with more features and compatibility than the already existing Python testing interfaces. You can read more about it on the github page: https://github.com/quodlibetor/py-gnitset I'm the author/maintainer of py-gnitset. --- recipes/py-gnitset | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/py-gnitset diff --git a/recipes/py-gnitset b/recipes/py-gnitset new file mode 100644 index 00000000..6b5b2060 --- /dev/null +++ b/recipes/py-gnitset @@ -0,0 +1 @@ +(py-gnitset :fetcher github :repo "quodlibetor/py-gnitset")