diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 22:51:43 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 23:39:35 +0100 |
commit | 3293b1bce9193b50e1ef15e52f4cbc2ac0875a49 (patch) | |
tree | 67feb4b52654df8ad53a3c0c919f283f37fbbe5f | |
parent | 7ff169d04f52b15393b33a97959e2cd6a5957e26 (diff) | |
download | patches-3293b1bce9193b50e1ef15e52f4cbc2ac0875a49.tar patches-3293b1bce9193b50e1ef15e52f4cbc2ac0875a49.tar.gz |
Revert "gnu: Add python-argh."
This package was already in Guix since commit
db6bd842aa4a6254b185740bda36f01c83cd9779.
This reverts commit fb4db07467fb764e7df64a4aacae13eaaf7f912c.
-rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 91f36bf3ee..e8caab2f01 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17399,28 +17399,6 @@ for file systems paths.") output and standard error.") (license license:expat))) -(define-public python-argh - (package - (name "python-argh") - (version "0.26.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "argh" version)) - (sha256 - (base32 - "0rdv0n2aa181mkrybwvl3czkrrikgzd4y2cri6j735fwhj65nlz9")))) - (build-system python-build-system) - (native-inputs - `(("python-iocapture" ,python-iocapture) - ("python-mock" ,python-mock) - ("python-pytest" ,python-pytest))) - (home-page "https://github.com/neithere/argh/") - (synopsis "Argparse wrapper with natural syntax") - (description "This package provides a parser for dealing with command-line -arguments in Python.") - (license license:lgpl3))) - (define-public python-watchdog (package (name "python-watchdog") |