GNU bug report logs -
#51675
Add python-wokkel, Jabber/XMPP module for Twisted
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51675 in the body.
You can then email your comments to 51675 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stephen Paul Weber <singpolyma <at> singpolyma.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 08 Nov 2021 02:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This patch series adds python-wokkel, a Jabber/XMPP module for Twisted that is
used by libervia client (which I am packaging).
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:46:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-incremental): Update to 21.3.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ba72170c0..639945c278 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17681,14 +17681,14 @@ parse many formal languages.")
(define-public python-incremental
(package
(name "python-incremental")
- (version "17.5.0")
+ (version "21.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "incremental" version))
(sha256
(base32
- "1cylxdz1cnkm5g3pklna3h2n0i0rks95ir1pnpxfnvpkmab1cxbv"))))
+ "0mvgbmsnv1c8ziydw41jjkivc0zcqyzli7frcpvbkxj8zxddxx82"))))
(build-system python-build-system)
(home-page "https://github.com/hawkowl/incremental")
(synopsis "Library for versioning Python projects")
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:46:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pydoctor): New variable.
---
gnu/packages/python-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 96718c7c18..f439ffd91e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27693,3 +27693,41 @@ simple mock/record and a complete capture/replay framework.")
"Ijson is an iterative JSON parser with standard Python iterator
interfaces.")
(license license:bsd-3)))
+
+(define-public python-pydoctor
+ (package
+ (name "python-pydoctor")
+ (version "21.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pydoctor" version))
+ (sha256
+ (base32 "0nknh3k4zv505031ga8ira0d4slvwwm5g5bzjacjidmi2mmjj311"))))
+ (build-system python-build-system)
+ (arguments
+ ; Some tests use network and cache storage
+ '(#:tests? #f))
+ (propagated-inputs
+ `(("python-appdirs" ,python-appdirs)
+ ("python-astor" ,python-astor)
+ ("python-attrs" ,python-attrs)
+ ("python-cachecontrol" ,python-cachecontrol)
+ ("python-docutils" ,python-docutils)
+ ("python-importlib-metadata" ,python-importlib-metadata)
+ ("python-importlib-resources" ,python-importlib-resources)
+ ("python-requests" ,python-requests)
+ ("python-twisted" ,python-twisted)))
+ (native-inputs
+ `(("python-beautifulsoup4" ,python-beautifulsoup4)
+ ("python-hypothesis" ,python-hypothesis)
+ ("python-pytest" ,python-pytest)
+ ("python-sphinx" ,python-sphinx)))
+ (home-page "https://github.com/twisted/pydoctor")
+ (synopsis "Python API documentation generator")
+ (description "A documentation generator that works by static analysis.
+It puts a fair bit of effort into resolving imports and computing inheritance
+hierarchies and, as it aims at documenting Twisted, knows about zope.interface's
+declaration API and can present information about which classes implement which
+interface, and vice versa.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:46:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-towncrier): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f439ffd91e..4305e06030 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27731,3 +27731,29 @@ hierarchies and, as it aims at documenting Twisted, knows about zope.interface's
declaration API and can present information about which classes implement which
interface, and vice versa.")
(license license:expat)))
+
+(define-public python-towncrier
+ (package
+ (name "python-towncrier")
+ (version "21.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "towncrier" version))
+ (sha256
+ (base32 "1znxavwsiy6czirjn0qi1p5yarnm7gg692nb0309hb6p4k4hpvbf"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-click" ,python-click)
+ ("python-click-default-group" ,python-click-default-group)
+ ("python-incremental" ,python-incremental)
+ ("python-jinja2" ,python-jinja2)
+ ("python-toml" ,python-toml)))
+ (native-inputs `(("python-packaging" ,python-packaging)))
+ (home-page "https://github.com/hawkowl/towncrier")
+ (synopsis "Tool to build newsfiles for your Python project")
+ (description "A utility to produce useful, summarised news files for your
+project. Rather than reading the Git history as some newer tools to produce it,
+or having one single file which developers all write to, towncrier reads
+\"news fragments\" which contain information useful to end users.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:46:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-wokkel): New variable.
---
gnu/packages/python-xyz.scm | 40 +++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4305e06030..0f1cd97e2f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27757,3 +27757,43 @@ project. Rather than reading the Git history as some newer tools to produce it,
or having one single file which developers all write to, towncrier reads
\"news fragments\" which contain information useful to end users.")
(license license:expat)))
+
+(define-public python-wokkel
+ (package
+ (name "python-wokkel")
+ (version "18.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "wokkel" version))
+ (sha256
+ (base32 "1spq44gg8gsviqx1dvlmjpgfc0wk0jpyx4ap01y2pad1ai9cw016"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "wokkel/test/test_client.py"
+ (("'example.org', connector.domain")
+ "b'example.org', connector.domain"))
+ (substitute* "wokkel/test/test_xmppim.py"
+ (("def test_onRosterRemove.*:")
+ "def test_onRosterRemove(self):\n return")
+ (("def test_onRosterSet.*:")
+ "def test_onRosterSet(self):\n return")))))))
+ (propagated-inputs
+ `(("python-dateutil" ,python-dateutil)
+ ("python-incremental" ,python-incremental)
+ ("python-twisted" ,python-twisted)))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-pydoctor" ,python-pydoctor)
+ ("python-pyflakes" ,python-pyflakes)
+ ("python-sphinx" ,python-sphinx)
+ ("python-towncrier" ,python-towncrier)))
+ (home-page "https://wokkel.ik.nu/")
+ (synopsis "Twisted support library for Jabber/XMPP")
+ (description "A collection of enhancements on top of the Twisted networking
+framework. It provides enhancements to the Jabber/XMPP protocol implementation
+as found in Twisted Words.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 08 Nov 2021 02:46:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-twisted): Update to 21.7.0.
[propagated-inputs]: Add python-typing-extensions, python-attrs, and python-service-identity.
---
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))
(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")))))))
(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)))
(home-page "https://twistedmatrix.com/")
(synopsis "Asynchronous networking framework written in Python")
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 12 Nov 2021 17:54:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 51675 <at> debbugs.gnu.org (full text, mbox):
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")
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 12 Nov 2021 18:03:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 51675 <at> debbugs.gnu.org (full text, mbox):
Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu:
> * gnu/packages/python-xyz.scm (python-pydoctor): New variable.
> ---
> gnu/packages/python-xyz.scm | 38
> +++++++++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-
> xyz.scm
> index 96718c7c18..f439ffd91e 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -27693,3 +27693,41 @@ simple mock/record and a complete
> capture/replay framework.")
> "Ijson is an iterative JSON parser with standard Python
> iterator
> interfaces.")
> (license license:bsd-3)))
> +
> +(define-public python-pydoctor
> + (package
> + (name "python-pydoctor")
> + (version "21.9.2")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "pydoctor" version))
> + (sha256
> + (base32
> "0nknh3k4zv505031ga8ira0d4slvwwm5g5bzjacjidmi2mmjj311"))))
> + (build-system python-build-system)
> + (arguments
> + ; Some tests use network and cache storage
> + '(#:tests? #f))
Can these tests be skipped somehow? If Pytest is used there may be a
pytest mark, or if they are in specific files these files can be
deleted in a phase. If they are few they can be skipped manually too.
> + (propagated-inputs
> + `(("python-appdirs" ,python-appdirs)
> + ("python-astor" ,python-astor)
> + ("python-attrs" ,python-attrs)
> + ("python-cachecontrol" ,python-cachecontrol)
> + ("python-docutils" ,python-docutils)
> + ("python-importlib-metadata" ,python-importlib-metadata)
> + ("python-importlib-resources" ,python-importlib-resources)
> + ("python-requests" ,python-requests)
> + ("python-twisted" ,python-twisted)))
Does this package only provides an executable? Inputs can be normal
inputs in that case, the libraries will be wrapped to the executable in
the 'wrap phase.
> + (native-inputs
> + `(("python-beautifulsoup4" ,python-beautifulsoup4)
> + ("python-hypothesis" ,python-hypothesis)
> + ("python-pytest" ,python-pytest)
> + ("python-sphinx" ,python-sphinx)))
If the tests still can't run these inputs can be removed or commented
out.
> + (home-page "https://github.com/twisted/pydoctor")
> + (synopsis "Python API documentation generator")
> + (description "A documentation generator that works by static
> analysis.
> +It puts a fair bit of effort into resolving imports and computing
> inheritance
> +hierarchies and, as it aims at documenting Twisted, knows about
> zope.interface's
> +declaration API and can present information about which classes
> implement which
> +interface, and vice versa.")
Description should have full sentences. A rule of thumb is to use the
package name, e.g. "Pydoctor is a [...]" or "This package provides
[...]".
> + (license license:expat)))
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 12 Nov 2021 18:07:01 GMT)
Full text and
rfc822 format available.
Message #29 received at 51675 <at> debbugs.gnu.org (full text, mbox):
Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu:
> * gnu/packages/python-xyz.scm (python-towncrier): New variable.
> ---
> gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-
> xyz.scm
> index f439ffd91e..4305e06030 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -27731,3 +27731,29 @@ hierarchies and, as it aims at documenting
> Twisted, knows about zope.interface's
> declaration API and can present information about which classes
> implement which
> interface, and vice versa.")
> (license license:expat)))
> +
> +(define-public python-towncrier
> + (package
> + (name "python-towncrier")
> + (version "21.3.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "towncrier" version))
> + (sha256
> + (base32
> "1znxavwsiy6czirjn0qi1p5yarnm7gg692nb0309hb6p4k4hpvbf"))))
> + (build-system python-build-system)
> + (propagated-inputs
> + `(("python-click" ,python-click)
> + ("python-click-default-group" ,python-click-default-group)
> + ("python-incremental" ,python-incremental)
> + ("python-jinja2" ,python-jinja2)
> + ("python-toml" ,python-toml)))
> + (native-inputs `(("python-packaging" ,python-packaging)))
> + (home-page "https://github.com/hawkowl/towncrier")
> + (synopsis "Tool to build newsfiles for your Python project")
> + (description "A utility to produce useful, summarised news files
> for your
> +project. Rather than reading the Git history as some newer tools to
> produce it,
> +or having one single file which developers all write to, towncrier
> reads
> +\"news fragments\" which contain information useful to end users.")
Full sentence in description. New sentences have to be started with
double spaces. You can check for linting issues with the `guix lint`
tool.
> + (license license:expat)))
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 12 Nov 2021 18:16:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 51675 <at> debbugs.gnu.org (full text, mbox):
Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu:
> * gnu/packages/python-xyz.scm (python-wokkel): New variable.
> ---
> gnu/packages/python-xyz.scm | 40
> +++++++++++++++++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-
> xyz.scm
> index 4305e06030..0f1cd97e2f 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -27757,3 +27757,43 @@ project. Rather than reading the Git history
> as some newer tools to produce it,
> or having one single file which developers all write to, towncrier
> reads
> \"news fragments\" which contain information useful to end users.")
> (license license:expat)))
> +
> +(define-public python-wokkel
> + (package
> + (name "python-wokkel")
> + (version "18.0.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "wokkel" version))
> + (sha256
> + (base32
> "1spq44gg8gsviqx1dvlmjpgfc0wk0jpyx4ap01y2pad1ai9cw016"))))
> + (build-system python-build-system)
> + (arguments
> + '(#:phases (modify-phases %standard-phases
> + (add-after 'unpack 'patch-tests
> + (lambda _
> + (substitute* "wokkel/test/test_client.py"
> + (("'example.org', connector.domain")
> + "b'example.org', connector.domain"))
> + (substitute* "wokkel/test/test_xmppim.py"
> + (("def test_onRosterRemove.*:")
> + "def test_onRosterRemove(self):\n
> return")
> + (("def test_onRosterSet.*:")
> + "def test_onRosterSet(self):\n
> return")))))))
Is this to skip tests? In unittest they can be skipped in a simpler way
by prefixing the test name with _:
> def test_onRosterRemove
becomes
> def _test_onRosterRemove
.
> + (propagated-inputs
> + `(("python-dateutil" ,python-dateutil)
> + ("python-incremental" ,python-incremental)
> + ("python-twisted" ,python-twisted)))
> + (native-inputs
> + `(("python-coverage" ,python-coverage)
> + ("python-pydoctor" ,python-pydoctor)
> + ("python-pyflakes" ,python-pyflakes)
> + ("python-sphinx" ,python-sphinx)
Sphinx should be an input only if documentation is being built. If the
package fails to build when sphinx is not found, then it should remain.
> + ("python-towncrier" ,python-towncrier)))
> + (home-page "https://wokkel.ik.nu/")
> + (synopsis "Twisted support library for Jabber/XMPP")
> + (description "A collection of enhancements on top of the
> Twisted networking
> +framework. It provides enhancements to the Jabber/XMPP protocol
> implementation
> +as found in Twisted Words.")
Same comment about description from patch 4.
> + (license license:expat)))
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 12 Nov 2021 18:22:01 GMT)
Full text and
rfc822 format available.
Message #35 received at 51675 <at> debbugs.gnu.org (full text, mbox):
Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu:
> * gnu/packages/python-xyz.scm (python-incremental): Update to 21.3.0.
> ---
> gnu/packages/python-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-
> xyz.scm
> index 8ba72170c0..639945c278 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
I skipped this one because it was a simple change, but please add your
copyright to this file.
Could you send a v2 with the requested changes?
> @@ -17681,14 +17681,14 @@ parse many formal languages.")
> (define-public python-incremental
> (package
> (name "python-incremental")
> - (version "17.5.0")
> + (version "21.3.0")
> (source
> (origin
> (method url-fetch)
> (uri (pypi-uri "incremental" version))
> (sha256
> (base32
> - "1cylxdz1cnkm5g3pklna3h2n0i0rks95ir1pnpxfnvpkmab1cxbv"))))
> + "0mvgbmsnv1c8ziydw41jjkivc0zcqyzli7frcpvbkxj8zxddxx82"))))
> (build-system python-build-system)
> (home-page "https://github.com/hawkowl/incremental")
> (synopsis "Library for versioning Python projects")
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Sun, 14 Nov 2021 01:51:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-towncrier): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1383406885..7e13a296ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27728,3 +27728,29 @@ hierarchies and, as it aims at documenting Twisted, knows about zope.interface's
declaration API and can present information about which classes implement which
interface, and vice versa.")
(license license:expat)))
+
+(define-public python-towncrier
+ (package
+ (name "python-towncrier")
+ (version "21.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "towncrier" version))
+ (sha256
+ (base32 "1znxavwsiy6czirjn0qi1p5yarnm7gg692nb0309hb6p4k4hpvbf"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-click" ,python-click)
+ ("python-click-default-group" ,python-click-default-group)
+ ("python-incremental" ,python-incremental)
+ ("python-jinja2" ,python-jinja2)
+ ("python-toml" ,python-toml)))
+ (native-inputs `(("python-packaging" ,python-packaging)))
+ (home-page "https://github.com/twisted/towncrier")
+ (synopsis "Tool to build newsfiles for your Python project")
+ (description "Towncrier is a utility to produce useful, summarised news
+files for your project. Rather than reading the Git history as some newer
+tools to produce it, or having one single file which developers all write to,
+towncrier reads \"news fragments\" which contain information useful to end users.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Sun, 14 Nov 2021 01:51:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-incremental): Update to 21.3.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ba72170c0..639945c278 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17681,14 +17681,14 @@ parse many formal languages.")
(define-public python-incremental
(package
(name "python-incremental")
- (version "17.5.0")
+ (version "21.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "incremental" version))
(sha256
(base32
- "1cylxdz1cnkm5g3pklna3h2n0i0rks95ir1pnpxfnvpkmab1cxbv"))))
+ "0mvgbmsnv1c8ziydw41jjkivc0zcqyzli7frcpvbkxj8zxddxx82"))))
(build-system python-build-system)
(home-page "https://github.com/hawkowl/incremental")
(synopsis "Library for versioning Python projects")
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Sun, 14 Nov 2021 01:51:02 GMT)
Full text and
rfc822 format available.
Message #44 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-wokkel): New variable.
---
gnu/packages/python-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e13a296ab..4b493a3a14 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27754,3 +27754,38 @@ files for your project. Rather than reading the Git history as some newer
tools to produce it, or having one single file which developers all write to,
towncrier reads \"news fragments\" which contain information useful to end users.")
(license license:expat)))
+
+(define-public python-wokkel
+ (package
+ (name "python-wokkel")
+ (version "18.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "wokkel" version))
+ (sha256
+ (base32 "1spq44gg8gsviqx1dvlmjpgfc0wk0jpyx4ap01y2pad1ai9cw016"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "wokkel/test/test_client.py"
+ (("'example.org', connector.domain")
+ "b'example.org', connector.domain"))
+ (substitute* "wokkel/test/test_xmppim.py"
+ (("def test_onRosterRemove") "def _test_onRosterRemove")
+ (("def test_onRosterSet") "def _test_onRosterSet")))))))
+ (propagated-inputs
+ `(("python-dateutil" ,python-dateutil)
+ ("python-incremental" ,python-incremental)
+ ("python-twisted" ,python-twisted)))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-pyflakes" ,python-pyflakes)))
+ (home-page "https://wokkel.ik.nu/")
+ (synopsis "Twisted support library for Jabber/XMPP")
+ (description "Wokkel is a collection of enhancements on top of the Twisted
+networking framework. It provides enhancements to the Jabber/XMPP protocol
+implementation as found in Twisted Words.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Sun, 14 Nov 2021 01:51:03 GMT)
Full text and
rfc822 format available.
Message #47 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-twisted): Update to 21.7.0.
[propagated-inputs]: Add python-typing-extensions, python-attrs, and
python-service-identity.
[source]: No longer need to manually specify ".tar.bz2".
[arguments]: New build phase to add back the _PY3 compat variable, used by some
libraries even though it is a private symbol.
---
gnu/packages/python-xyz.scm | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 639945c278..68d397d012 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15105,23 +15105,32 @@ 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))
(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")))))))
(propagated-inputs
- `(("python-zope-interface" ,python-zope-interface)
- ("python-pyhamcrest" ,python-pyhamcrest)
- ("python-incremental" ,python-incremental)
- ("python-hyperlink" ,python-hyperlink)
+ `(("python-attrs" ,python-attrs)
+ ("python-automat" ,python-automat)
("python-constantly" ,python-constantly)
- ("python-automat" ,python-automat)))
+ ("python-hyperlink" ,python-hyperlink)
+ ("python-incremental" ,python-incremental)
+ ("python-pyhamcrest" ,python-pyhamcrest)
+ ("python-service-identity" ,python-service-identity)
+ ("python-typing-extensions" ,python-typing-extensions)
+ ("python-zope-interface" ,python-zope-interface)))
(home-page "https://twistedmatrix.com/")
(synopsis "Asynchronous networking framework written in Python")
(description
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Sun, 14 Nov 2021 01:51:03 GMT)
Full text and
rfc822 format available.
Message #50 received at 51675 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pydoctor): New variable.
---
gnu/packages/python-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 68d397d012..1383406885 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27693,3 +27693,38 @@ simple mock/record and a complete capture/replay framework.")
"Ijson is an iterative JSON parser with standard Python iterator
interfaces.")
(license license:bsd-3)))
+
+(define-public python-pydoctor
+ (package
+ (name "python-pydoctor")
+ (version "21.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pydoctor" version))
+ (sha256
+ (base32 "0nknh3k4zv505031ga8ira0d4slvwwm5g5bzjacjidmi2mmjj311"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-appdirs" ,python-appdirs)
+ ("python-astor" ,python-astor)
+ ("python-attrs" ,python-attrs)
+ ("python-cachecontrol" ,python-cachecontrol)
+ ("python-docutils" ,python-docutils)
+ ("python-importlib-metadata" ,python-importlib-metadata)
+ ("python-importlib-resources" ,python-importlib-resources)
+ ("python-requests" ,python-requests)
+ ("python-twisted" ,python-twisted)))
+ (native-inputs
+ `(("python-beautifulsoup4" ,python-beautifulsoup4)
+ ("python-hypothesis" ,python-hypothesis)
+ ("python-pytest" ,python-pytest)
+ ("python-sphinx" ,python-sphinx)))
+ (home-page "https://github.com/twisted/pydoctor")
+ (synopsis "Python API documentation generator")
+ (description "Pydoctor is a documentation generator that works by static analysis.
+It puts a fair bit of effort into resolving imports and computing inheritance
+hierarchies and, as it aims at documenting Twisted, knows about zope.interface's
+declaration API and can present information about which classes implement which
+interface, and vice versa.")
+ (license license:expat)))
--
2.30.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Fri, 14 Jan 2022 00:49:01 GMT)
Full text and
rfc822 format available.
Message #53 received at 51675 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi, just wondering if someone has time to review the v2 here. I know everyone
is busy, just don't want to get lost either :)
Thanks.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#51675
; Package
guix-patches
.
(Mon, 25 Apr 2022 01:46:01 GMT)
Full text and
rfc822 format available.
Message #56 received at 51675 <at> debbugs.gnu.org (full text, mbox):
Em qui, 2022-01-13 às 19:48 -0500, Stephen Paul Weber escreveu:
> Hi, just wondering if someone has time to review the v2 here. I know
> everyone
> is busy, just don't want to get lost either :)
>
> Thanks.
Hi,
Sorry for the long wait. I can push this v2, but could you rebase it to
master?
A few more suggested changes:
- Add a copyright line to the files you edited and don't have a line
already.
- Update packages to latest version.
- Remove package labels.
Twisted has 258 dependent packages, I hope the latest version doesn't
break compatibility with the current one.
Vinicius
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Tue, 11 Feb 2025 20:53:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stephen Paul Weber <singpolyma <at> singpolyma.net>
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 20:53:02 GMT)
Full text and
rfc822 format available.
Message #61 received at 51675-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Unfortunately the project is no longer compatible with current version
of Twisted which Guix has, and no longer (7y) maintained, see
<https://github.com/ralphm/wokkel/issues/31>.
18.0.0 tag was placed on <2018-12-04>
<https://github.com/ralphm/wokkel/commit/53ae72c49c489bbf5af3b2c9f8c77985b3c9a34f>.
Closing as not applied.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.