GNU bug report logs -
#60838
[PATCH 0/8] Add datasette and python-sqlite-utils.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sun, 15 Jan 2023 21:49:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #71 received at 60838 <at> debbugs.gnu.org (full text, mbox):
Hi,
Felix Gruber <felgru <at> posteo.net> writes:
> * gnu/packages/python-xyz.scm (python-pluggy-next): New variable.
> ---
> gnu/packages/python-xyz.scm | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index a6bd592837..af1799591e 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -15408,6 +15408,19 @@ (define-public python-pluggy
> (home-page "https://pypi.org/project/pluggy/")
> (license license:expat)))
>
> +;;; TODO: Make this the default python-pluggy in the next rebuild cycle.
> +(define-public python-pluggy-next
> + (package
> + (inherit python-pluggy)
> + (version "1.0.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "pluggy" version))
> + (sha256
> + (base32
> + "0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922"))))))
> +
> (define-public python-plumbum
> (package
> (name "python-plumbum")
I'll install this one to master in a moment.
--
Thanks,
Maxim
This bug report was last modified 2 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.