[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63448] [PATCH 1/2] gnu: Add python-optparse-pretty.
From: |
Ricardo Wurmus |
Subject: |
[bug#63448] [PATCH 1/2] gnu: Add python-optparse-pretty. |
Date: |
Fri, 12 May 2023 09:39:05 +0200 |
User-agent: |
mu4e 1.10.2; emacs 28.2 |
Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:
> * gnu/packages/python-xyz.scm (python-optparse-pretty): New variable
…
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "optparse-pretty" version))
> + (sha256
> + (base32 "1920wbh2b7a8qn7zx2iiqbcdaax335l81a73x9pp8h11yzs2jdmh"))))
> + (build-system pyproject-build-system)
> + (arguments
> + (list #:tests? #f)) ; There are no tests in the pypi archive.
There are no tests at all, not just in pypi.
--
Ricardo