From unknown Mon Aug 18 15:40:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52210] [PATCH] gnu: Add python-unalix. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 01 Dec 2021 00:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52210 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52210@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163831788112770 (code B ref -1); Wed, 01 Dec 2021 00:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Dec 2021 00:18:01 +0000 Received: from localhost ([127.0.0.1]:42791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msDJw-0003Ju-VT for submit@debbugs.gnu.org; Tue, 30 Nov 2021 19:18:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:33366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msDJu-0003Jl-IS for submit@debbugs.gnu.org; Tue, 30 Nov 2021 19:17:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msDJu-000547-6c for guix-patches@gnu.org; Tue, 30 Nov 2021 19:17:58 -0500 Received: from mx1.dismail.de ([78.46.223.134]:40186) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msDJs-00011w-1w for guix-patches@gnu.org; Tue, 30 Nov 2021 19:17:57 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 94784f71 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=6CZRDh/UZCUNP78VXMbheWdfO+lk51U1rt6Yx2ZDQiI=; b= J0nRUTOeti0Qmfot1Zk+MZsAhgvRvuG5d0NkJ9natIE3ScdXjDA4GSeSpe5J7dt/ epKzxipjcrDaW2dcS8TDlB9IEgPwBKsXzXZ3RD23qL3jXDepVKdoreHjeLiNqv1N 9Tfs9uMDnf/EGnKtZBbJ63fqpI7P7FlgbArQlDGBmqE7d7sDq2r+1Tz4HdDv4wE0 CtKw+2gBnyr+YOxVnfH1+uAuYbhBTSgIbUYhAeoAap3joCF/FMDZ3hk47XEV5QYU 04T9M4gl+ZdH6Sfd2wvMlHDttWhSil4ZPtYycQ9n9TCb6Xsf+wTVT7m3yBWq229t EfHGXmx01ugudk/0FYlYhw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a38ca9c9 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a59a94e0 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id ec62f94a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 1 Dec 2021 01:17:51 +0100 (CET) From: jgart Date: Tue, 30 Nov 2021 19:17:38 -0500 Message-Id: <20211201001738.25713-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm (python-unalix): New variable. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1693221ff0..989bd4b3b4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -272,6 +272,37 @@ (define-public python-janus design}.") (license license:asl2.0))) +(define-public python-unalix + (package + (name "python-unalix") + (version "0.9") + (source + (origin + ;; There's only a wheel on PyPI. + (method git-fetch) + (uri (git-reference + (url "https://github.com/AmanoTeam/Unalix") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0h8wc1axv26h753a8brc6dccqndx005c2bhr09gwg5c1hj9zsfml")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python" "-m" "pytest"))))))) + (home-page "https://pypi.org/project/Unalix/") + (synopsis "Python library for removing tracking fields from URLs") + (description +"Unalix is a library written in Python, it implements the specification +used by the ClearURLs addon for removing tracking fields from URLs.") + (license license:bsd-2))) + (define-public python-logbook (package (name "python-logbook") -- 2.34.0 From unknown Mon Aug 18 15:40:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#52210: closed (Re: bug#52210: [PATCH] gnu: Add python-unalix.) Message-ID: References: <87k0dklx8y.fsf@gmail.com> <20211201001738.25713-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 52210 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 52210@debbugs.gnu.org Date: Thu, 24 Feb 2022 04:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1645675922-2187-1" This is a multi-part message in MIME format... ------------=_1645675922-2187-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52210: [PATCH] gnu: Add python-unalix. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 52210@debbugs.gnu.org. --=20 52210: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52210 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645675922-2187-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52210-done) by debbugs.gnu.org; 24 Feb 2022 04:11:35 +0000 Received: from localhost ([127.0.0.1]:47071 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN5Ta-0000Yc-Uy for submit@debbugs.gnu.org; Wed, 23 Feb 2022 23:11:35 -0500 Received: from mail-qk1-f173.google.com ([209.85.222.173]:45699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN5TY-0000YN-8g for 52210-done@debbugs.gnu.org; Wed, 23 Feb 2022 23:11:33 -0500 Received: by mail-qk1-f173.google.com with SMTP id b13so838573qkj.12 for <52210-done@debbugs.gnu.org>; Wed, 23 Feb 2022 20:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=daH+cGU+DJ66LysDCiRJVjVybvDW8gETCy9uorbFtUs=; b=YvweXZ5ypCsGG1Apqi03QnEkrlnMQMT0wZIhVYXCsKa8/kMmpsDMTcCG0oadCI5Qb2 4yggNTzE5HvKgOjWNDW1RbEUjYBCd089ktjje2QDr+TI5Ntxo+AKznnTPdu5NGP1cqNQ qW/T+9uontX8YX+6ztNZUQC7maso3CCoQLaXQNV+dBa/sH+xvXpwYxW06tduAegx9UtI 980x/B5/YqlrkTJqJYFr+oBh7c6Kt6k7QG7mbGvNsmx+HTyADceGdzcbgZtVh8t56X18 aiaFaGPfujjFvnkJGiew+2N00DEjVNFiTnUv/WX3OpLYoxqpt+3nih0uNiHKoRG72PX1 jtBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=daH+cGU+DJ66LysDCiRJVjVybvDW8gETCy9uorbFtUs=; b=7I3XkzSDQZajqba/ufAgFpQYWo5ueWT/TrFzYyJR+GNFpuBpIx9LpaM6Mqe4EU5Mcq XZb3hzyWiJ9th4IVjHA1nT4vRRtqYpLX0PVFqUY9zGj/gPBYc8qt3s/hByjv9HlvJepm F+AwVFT5QBRBqFugbpaH06pTrzmIN9VWEEX1+ZOJthAUlur704CgeADXs802Ib6gM3WE Rluijsh8zg+aKn3gGDi65tqoPJK8JMJa8fbOY2y/Ab9S+92mHQFyvq+gadzBEPAeBgX4 IIkJWuUxv+ic7IBY7r33qd8y2y1vfE1RfKAJPx40Ohqfwz6xlleQRmonX4Mgvm+7J+Y1 87vQ== X-Gm-Message-State: AOAM530Rd2v/nvsZhXldtXA812Ds6GDl/HsEd96o9M+gRF12U6/rn0Td PwuxlBydNxPtXro9PScUC4sfyCDu7TTmOQ== X-Google-Smtp-Source: ABdhPJwsM6x3p4DlYmHBcYsp3bxrGtqZw+iXFrnMLRZZT+dMJxdtN/FRsJ+zRjY/O66y70sQTJ+BjQ== X-Received: by 2002:a05:620a:ecb:b0:646:d52f:6424 with SMTP id x11-20020a05620a0ecb00b00646d52f6424mr527507qkm.375.1645675886584; Wed, 23 Feb 2022 20:11:26 -0800 (PST) Received: from hurd (dsl-156-1.b2b2c.ca. [66.158.156.1]) by smtp.gmail.com with ESMTPSA id az20sm803793qkb.1.2022.02.23.20.11.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Feb 2022 20:11:26 -0800 (PST) From: Maxim Cournoyer To: jgart Subject: Re: bug#52210: [PATCH] gnu: Add python-unalix. References: <20211201001738.25713-1-jgart@dismail.de> Date: Wed, 23 Feb 2022 23:11:25 -0500 In-Reply-To: <20211201001738.25713-1-jgart@dismail.de> (jgart@dismail.de's message of "Tue, 30 Nov 2021 19:17:38 -0500") Message-ID: <87k0dklx8y.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 52210-done Cc: 52210-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, jgart writes: > * gnu/packages/python-xyz.scm (python-unalix): New variable. > --- > gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 1693221ff0..989bd4b3b4 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -272,6 +272,37 @@ (define-public python-janus > design}.") > (license license:asl2.0))) > > +(define-public python-unalix > + (package > + (name "python-unalix") > + (version "0.9") > + (source > + (origin > + ;; There's only a wheel on PyPI. > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/AmanoTeam/Unalix") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "0h8wc1axv26h753a8brc6dccqndx005c2bhr09gwg5c1hj9zsfml")))) > + (build-system python-build-system) > + (native-inputs > + `(("python-pytest" ,python-pytest))) > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "python" "-m" "pytest"))))))) > + (home-page "https://pypi.org/project/Unalix/") > + (synopsis "Python library for removing tracking fields from URLs") > + (description > +"Unalix is a library written in Python, it implements the specification > +used by the ClearURLs addon for removing tracking fields from URLs.") > + (license license:bsd-2))) > + I've selected (gnu packages python-web) instead as its home, fixed some light indentation problem with Emacs, used new style for the native-inputs field, fixed the license (it's LGPL v3 or later, not BSD-2), and pushed as 3609dcd200059dee96fedc02dedca2b352345757. Thanks! Closing. Maxim ------------=_1645675922-2187-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Dec 2021 00:18:01 +0000 Received: from localhost ([127.0.0.1]:42791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msDJw-0003Ju-VT for submit@debbugs.gnu.org; Tue, 30 Nov 2021 19:18:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:33366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msDJu-0003Jl-IS for submit@debbugs.gnu.org; Tue, 30 Nov 2021 19:17:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msDJu-000547-6c for guix-patches@gnu.org; Tue, 30 Nov 2021 19:17:58 -0500 Received: from mx1.dismail.de ([78.46.223.134]:40186) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msDJs-00011w-1w for guix-patches@gnu.org; Tue, 30 Nov 2021 19:17:57 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 94784f71 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=6CZRDh/UZCUNP78VXMbheWdfO+lk51U1rt6Yx2ZDQiI=; b= J0nRUTOeti0Qmfot1Zk+MZsAhgvRvuG5d0NkJ9natIE3ScdXjDA4GSeSpe5J7dt/ epKzxipjcrDaW2dcS8TDlB9IEgPwBKsXzXZ3RD23qL3jXDepVKdoreHjeLiNqv1N 9Tfs9uMDnf/EGnKtZBbJ63fqpI7P7FlgbArQlDGBmqE7d7sDq2r+1Tz4HdDv4wE0 CtKw+2gBnyr+YOxVnfH1+uAuYbhBTSgIbUYhAeoAap3joCF/FMDZ3hk47XEV5QYU 04T9M4gl+ZdH6Sfd2wvMlHDttWhSil4ZPtYycQ9n9TCb6Xsf+wTVT7m3yBWq229t EfHGXmx01ugudk/0FYlYhw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a38ca9c9 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a59a94e0 for ; Wed, 1 Dec 2021 01:17:52 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id ec62f94a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 1 Dec 2021 01:17:51 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-unalix. Date: Tue, 30 Nov 2021 19:17:38 -0500 Message-Id: <20211201001738.25713-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm (python-unalix): New variable. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1693221ff0..989bd4b3b4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -272,6 +272,37 @@ (define-public python-janus design}.") (license license:asl2.0))) +(define-public python-unalix + (package + (name "python-unalix") + (version "0.9") + (source + (origin + ;; There's only a wheel on PyPI. + (method git-fetch) + (uri (git-reference + (url "https://github.com/AmanoTeam/Unalix") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0h8wc1axv26h753a8brc6dccqndx005c2bhr09gwg5c1hj9zsfml")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python" "-m" "pytest"))))))) + (home-page "https://pypi.org/project/Unalix/") + (synopsis "Python library for removing tracking fields from URLs") + (description +"Unalix is a library written in Python, it implements the specification +used by the ClearURLs addon for removing tracking fields from URLs.") + (license license:bsd-2))) + (define-public python-logbook (package (name "python-logbook") -- 2.34.0 ------------=_1645675922-2187-1-- From unknown Mon Aug 18 15:40:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52210] [PATCH] gnu: Add python-unalix. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 24 Feb 2022 23:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52210 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: 52210-done@debbugs.gnu.org Received: via spool by 52210-done@debbugs.gnu.org id=D52210.16457461844634 (code D ref 52210); Thu, 24 Feb 2022 23:44:02 +0000 Received: (at 52210-done) by debbugs.gnu.org; 24 Feb 2022 23:43:04 +0000 Received: from localhost ([127.0.0.1]:50707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nNNlI-0001Cg-Ei for submit@debbugs.gnu.org; Thu, 24 Feb 2022 18:43:04 -0500 Received: from mx1.dismail.de ([78.46.223.134]:28986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nNNlG-0001CC-V1 for 52210-done@debbugs.gnu.org; Thu, 24 Feb 2022 18:43:03 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a62a1fb1; Fri, 25 Feb 2022 00:42:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=G3X+A8vanF2WGO5wSQF4RVAx9KSzhx6Lzv4/g62MP34=; b=u5k cUg9nDSbtZ5goRqZ8oVo75I1Ggp5goWbAdgrgGM55l7xztwJrShF2md6XJbOYV4d 1SiZN58EluPc/mEyYXf+pMHJVA5t1JtU72ur9E76MWLTyKQXz88fFlC3xoGeFsii 2TjKwgChS4xntAmQxf4fKpLcK7PosK0zm5KoPhWcDZ5sI98brzc6q/0SDiTGWPZz 3SkQxy0bCguWdwQm32XW4bJunxAyjRRUH30IYZgc1hGpNZ9IOAK9XoftKS7d7dhJ W6LsQu8y0DzgCQKW/787WCuyLHwGwWaWatPCWW04qzASBFBsklX0PWRjbFk1niZI 4MbRb0OB+awZwq/jw6A== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id f3f91ecb; Fri, 25 Feb 2022 00:42:55 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 219c59d3; Fri, 25 Feb 2022 00:42:55 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 99bd8ff7 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 25 Feb 2022 00:42:54 +0100 (CET) Date: Thu, 24 Feb 2022 18:42:47 -0500 Message-ID: <20220224184247.GB21236@gac.attlocal.net> From: jgart In-Reply-To: <87k0dklx8y.fsf@gmail.com> References: <20211201001738.25713-1-jgart@dismail.de> <87k0dklx8y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Wed, 23 Feb 2022 23:11:25 -0500 Maxim Cournoyer wrote: > Hi, > > jgart writes: > I've selected (gnu packages python-web) instead as its home, fixed some > light indentation problem with Emacs, used new style for the > native-inputs field, fixed the license (it's LGPL v3 or later, not > BSD-2), and pushed as 3609dcd200059dee96fedc02dedca2b352345757. Thank you for the review and fixes. Much appreciated! all best, jgart