summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed511c2f7a0..bbf954204e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12608,25 +12608,6 @@ multiple values for the same key. An ordered multivalue dictionary is a
multivalue dictionary that retains the order of insertions and deletions.")
(license license:unlicense)))
-(define-public python-autocommand
- (package
- (name "python-autocommand")
- (version "2.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "autocommand" version))
- (sha256
- (base32 "0d2zjms5xm236k46la5pnl7i7hs3a12jlp12cw8lk5jm7i1fk3c7"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-pytest python-setuptools))
- (home-page "https://github.com/Lucretiel/autocommand")
- (synopsis "Python library to build a command-line from a function")
- (description "@code{autocommand} is library to automatically generate and
-run simple @code{argparse} parsers from function signatures.")
- (license license:lgpl3+)))
-
(define-public python-autopage
(package
(name "python-autopage")