From patchwork Sun Nov 14 01:50:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 34454 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4614227BBE3; Sun, 14 Nov 2021 01:51:35 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8059927BBE4 for ; Sun, 14 Nov 2021 01:51:34 +0000 (GMT) Received: from localhost ([::1]:56740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm4g9-0001ZC-N8 for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 20:51:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm4fe-0001YY-Pm for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm4fe-0003bP-HS for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm4fe-0002W3-GF for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51675] [PATCH v2 1/5] gnu: python-incremental: Update to 21.3.0 References: In-Reply-To: Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 01:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51675 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51675@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51675-submit@debbugs.gnu.org id=B51675.16368546389608 (code B ref 51675); Sun, 14 Nov 2021 01:51:02 +0000 Received: (at 51675) by debbugs.gnu.org; 14 Nov 2021 01:50:38 +0000 Received: from localhost ([127.0.0.1]:48633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fF-0002Ut-Je for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:37 -0500 Received: from singpolyma.net ([192.99.233.116]:59537) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fB-0002UA-Rv for 51675@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:34 -0500 Received: by singpolyma.net (Postfix, from userid 1000) id D626148616B8; Sun, 14 Nov 2021 01:50:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1636854632; bh=yoRNFP8erhrZhY0hfb0vMY9ogu0Nznb8fe/uNAcuBXY=; h=From:To:Cc:Subject:Date:From; b=d6RPrFYm0d1YKkFEOR6YeviD45cewsl5239Ds/ISbXJDbfmDfNtwjI87BlqFP581U n0sY5EVyGk/NHBEtgcaJwV6jwU8XVyVTUQWcATgjlQ1/Fefxt44eNlHKaZr/oXQBXC spVwzKYGk7ip8Zrl0LGjOgdDxdIA9aXSFEZ5Szm4= From: Stephen Paul Weber Date: Sat, 13 Nov 2021 20:50:27 -0500 Message-Id: <20211114015031.11010-1-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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") From patchwork Sun Nov 14 01:50:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 34455 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 823EF27BBE3; Sun, 14 Nov 2021 01:51:40 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 367B527BBE1 for ; Sun, 14 Nov 2021 01:51:40 +0000 (GMT) Received: from localhost ([::1]:56798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm4gF-0001cU-CF for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 20:51:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm4ff-0001Yp-L5 for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37096) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm4ff-0003bf-Cc for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm4ff-0002WI-Ax for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51675] [PATCH v2 2/5] gnu: python-twisted: Update to 21.7.0 Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 01:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51675 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51675@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51675-submit@debbugs.gnu.org id=B51675.16368546389623 (code B ref 51675); Sun, 14 Nov 2021 01:51:03 +0000 Received: (at 51675) by debbugs.gnu.org; 14 Nov 2021 01:50:38 +0000 Received: from localhost ([127.0.0.1]:48637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fG-0002V2-5r for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:38 -0500 Received: from singpolyma.net ([192.99.233.116]:50337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fB-0002UB-Re for 51675@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:35 -0500 Received: by singpolyma.net (Postfix, from userid 1000) id 1B29948616BF; Sun, 14 Nov 2021 01:50:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1636854633; bh=rreQyXX3Maj0laMYdH6r2/oJTK7AUnsl2BwbhoNPkpk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a+vfuwCp3WZlNNBkLtLddU/illbK6QsYPmYuQpjtiNc1K1QEQubc2yAGUO51mHyJd 3B7LJK3zYRl2KsfhAMILQtmDee48h0XQGQ3G4eVXMldOhldAVWxOgshkti+KY4Lj8n uZPEVGQyIYVnWzDEewNatovDDyof9L74Ckehm5BY= From: Stephen Paul Weber Date: Sat, 13 Nov 2021 20:50:28 -0500 Message-Id: <20211114015031.11010-2-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211114015031.11010-1-singpolyma@singpolyma.net> References: <20211114015031.11010-1-singpolyma@singpolyma.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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 From patchwork Sun Nov 14 01:50:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 34457 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BD3A327BBE3; Sun, 14 Nov 2021 01:51:49 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 819C427BBE1 for ; Sun, 14 Nov 2021 01:51:49 +0000 (GMT) Received: from localhost ([::1]:57444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm4gO-00025T-Nz for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 20:51:48 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm4fg-0001Ze-De for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37097) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm4fg-0003bm-4F for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm4fg-0002WW-1C for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51675] [PATCH v2 3/5] gnu: Add python-pydoctor. Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 01:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51675 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51675@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51675-submit@debbugs.gnu.org id=B51675.16368546389630 (code B ref 51675); Sun, 14 Nov 2021 01:51:03 +0000 Received: (at 51675) by debbugs.gnu.org; 14 Nov 2021 01:50:38 +0000 Received: from localhost ([127.0.0.1]:48639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fG-0002V9-GB for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:38 -0500 Received: from singpolyma.net ([192.99.233.116]:37017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fB-0002UC-Rq for 51675@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:35 -0500 Received: by singpolyma.net (Postfix, from userid 1000) id 2F88C4861699; Sun, 14 Nov 2021 01:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1636854633; bh=l662wyEiehQVb1iNvg/gcKt56xfAf6C6jBQIDv8Yk7E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vx90Cb54JLi6Rw64B7B5cpqdSW3+kDGYfJVV6fFN4HHBNMyXKSA+JVszMxB9Lb+mW KhGhGPmowxrBnnXJf8rlKgDH382xUYV2bxstk1yDGWIMA+/taJhJbDpTR5E1/q0rtg u4covXVD3wPXD+qGIQIzF4jcbF58kqC1ZLPSMIh4= From: Stephen Paul Weber Date: Sat, 13 Nov 2021 20:50:29 -0500 Message-Id: <20211114015031.11010-3-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211114015031.11010-1-singpolyma@singpolyma.net> References: <20211114015031.11010-1-singpolyma@singpolyma.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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))) From patchwork Sun Nov 14 01:50:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 34453 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id EAD0327BBE5; Sun, 14 Nov 2021 01:51:34 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7D8F727BBE3 for ; Sun, 14 Nov 2021 01:51:34 +0000 (GMT) Received: from localhost ([::1]:56736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm4g9-0001Yx-Mv for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 20:51:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46008) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm4fe-0001YQ-DZ for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37093) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm4fe-0003bJ-4w for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm4fe-0002Vw-3j for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51675] [PATCH v2 4/5] gnu: Add python-towncrier. Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 01:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51675 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51675@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51675-submit@debbugs.gnu.org id=B51675.16368546359597 (code B ref 51675); Sun, 14 Nov 2021 01:51:02 +0000 Received: (at 51675) by debbugs.gnu.org; 14 Nov 2021 01:50:35 +0000 Received: from localhost ([127.0.0.1]:48631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fD-0002Uj-Bn for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:35 -0500 Received: from singpolyma.net ([192.99.233.116]:60219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fB-0002UD-Rk for 51675@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:34 -0500 Received: by singpolyma.net (Postfix, from userid 1000) id 60FF248616C2; Sun, 14 Nov 2021 01:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1636854633; bh=wJDBI2j8ubma6MMjKfatBRUjRN2vAwGuwaXC/0LF+U4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IaV9HUpZMHGFJ/PjNSWI4BPQy2SpqN9gp1c6p6I14lMAMj0i/P+G5mpeZW+yqSrxV 1bZFP7PZpN5M5NPsFAP01VrrDc7JnXyJ1smB9qnTGGJ32pje2Dd/tLNBQXZ0zlhadC LjHHC9cnjWzgT/pzSgdpD107ghmSXRamoBz31HPw= From: Stephen Paul Weber Date: Sat, 13 Nov 2021 20:50:30 -0500 Message-Id: <20211114015031.11010-4-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211114015031.11010-1-singpolyma@singpolyma.net> References: <20211114015031.11010-1-singpolyma@singpolyma.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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))) From patchwork Sun Nov 14 01:50:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 34456 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A582927BBE1; Sun, 14 Nov 2021 01:51:44 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1F8B227BBE3 for ; Sun, 14 Nov 2021 01:51:44 +0000 (GMT) Received: from localhost ([::1]:56872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm4gJ-0001fP-Ag for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 20:51:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46012) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm4ff-0001Yh-7o for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37095) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm4fe-0003bV-VU for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm4fe-0002WA-UU for guix-patches@gnu.org; Sat, 13 Nov 2021 20:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51675] [PATCH v2 5/5] gnu: Add python-wokkel. Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Nov 2021 01:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51675 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51675@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51675-submit@debbugs.gnu.org id=B51675.16368546389615 (code B ref 51675); Sun, 14 Nov 2021 01:51:02 +0000 Received: (at 51675) by debbugs.gnu.org; 14 Nov 2021 01:50:38 +0000 Received: from localhost ([127.0.0.1]:48635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fF-0002Uv-QF for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:38 -0500 Received: from singpolyma.net ([192.99.233.116]:59065) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4fB-0002UE-Rg for 51675@debbugs.gnu.org; Sat, 13 Nov 2021 20:50:34 -0500 Received: by singpolyma.net (Postfix, from userid 1000) id 7E2BA48616C3; Sun, 14 Nov 2021 01:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1636854633; bh=CbxsModDJGCIDU1HOodoXV0ymy0FZqHsllE8ccPvJ6k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WpvFQFAX+sWrluJqfxV3ofHm6phiQWiHKCPPxBERqLkRRfpB6FZWtsRP/1Svypo0L Z0CgG7F2+NvfGJJ/29sKc+AR8dTbSAYynBfmmSBpNC/tdIjAgLFOfc4pg23IQEtyGz Zfk34reLmxkU7shVs1cKmeR2lBIHDeZqcZJvOdHQ= From: Stephen Paul Weber Date: Sat, 13 Nov 2021 20:50:31 -0500 Message-Id: <20211114015031.11010-5-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211114015031.11010-1-singpolyma@singpolyma.net> References: <20211114015031.11010-1-singpolyma@singpolyma.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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)))