GNU bug report logs -
#51675
Add python-wokkel, Jabber/XMPP module for Twisted
Previous Next
Full log
View this message in rfc822 format
Hi,
Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu:
> * gnu/packages/python-xyz.scm (python-twisted): Update to 21.7.0.
> [propagated-inputs]: Add python-typing-extensions, python-attrs, and
> python-service-identity.
> ---
I did not try to build the series, I will comment based on some
impressions first.
> gnu/packages/python-xyz.scm | 17 +++++++++++++----
> 1 file changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-
> xyz.scm
> index 639945c278..96718c7c18 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -15105,22 +15105,31 @@ format.")
> (define-public python-twisted
> (package
> (name "python-twisted")
> - (version "19.7.0")
> + (version "21.7.0")
> (source (origin
> (method url-fetch)
> - (uri (pypi-uri "Twisted" version ".tar.bz2"))
> + (uri (pypi-uri "Twisted" version))
This change should be described in the commit message.
> (sha256
> (base32
> -
> "17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym"))))
> +
> "01lh225d7lfnmfx4f4kxwl3963gjc9yg8jfkn1w769v34ia55mic"))))
> (build-system python-build-system)
> (arguments
> - '(#:tests? #f)) ; FIXME: some tests fail
> + '(#:tests? #f ; FIXME: some tests fail
> + #:phases (modify-phases %standard-phases
> + (add-after 'unpack 'add-py3-var
> + (lambda _
> + (substitute* "src/twisted/python/compat.py"
> + (("_PY37PLUS = True")
> + "_PY37PLUS = True\n _PY3 = True")))))))
This new phase should be described in the commit message.
> (propagated-inputs
> `(("python-zope-interface" ,python-zope-interface)
> ("python-pyhamcrest" ,python-pyhamcrest)
> ("python-incremental" ,python-incremental)
> ("python-hyperlink" ,python-hyperlink)
> ("python-constantly" ,python-constantly)
> + ("python-typing-extensions" ,python-typing-extensions)
> + ("python-attrs" ,python-attrs)
> + ("python-service-identity" ,python-service-identity)
> ("python-automat" ,python-automat)))
Could you also sort these inputs alphabetically?
> (home-page "https://twistedmatrix.com/")
> (synopsis "Asynchronous networking framework written in Python")
This bug report was last modified 149 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.