From unknown Sat Sep 13 13:42:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#31823 <31823@debbugs.gnu.org> To: bug#31823 <31823@debbugs.gnu.org> Subject: Status: [PATCH 2/4] gnu: Add python-tldextract. Reply-To: bug#31823 <31823@debbugs.gnu.org> Date: Sat, 13 Sep 2025 20:42:35 +0000 retitle 31823 [PATCH 2/4] gnu: Add python-tldextract. reassign 31823 guix-patches submitter 31823 Cl=C3=A9ment Lassieur severity 31823 normal tag 31823 fixed patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 13 19:26:23 2018 Received: (at submit) by debbugs.gnu.org; 13 Jun 2018 23:26:23 +0000 Received: from localhost ([127.0.0.1]:47018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTF9j-0008MO-8i for submit@debbugs.gnu.org; Wed, 13 Jun 2018 19:26:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52741) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTF9c-0008La-8T for submit@debbugs.gnu.org; Wed, 13 Jun 2018 19:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTF9W-0005jq-7U for submit@debbugs.gnu.org; Wed, 13 Jun 2018 19:26:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTF9W-0005jV-2i for submit@debbugs.gnu.org; Wed, 13 Jun 2018 19:26:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTF9U-0003k8-QB for guix-patches@gnu.org; Wed, 13 Jun 2018 19:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTF9Q-0005dT-EJ for guix-patches@gnu.org; Wed, 13 Jun 2018 19:26:08 -0400 Received: from mail.lassieur.org ([83.152.10.219]:39794) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTF9Q-0005bo-3L for guix-patches@gnu.org; Wed, 13 Jun 2018 19:26:04 -0400 Received: from localhost.localdomain (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 4465b2e8 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 13 Jun 2018 23:26:01 +0000 (UTC) From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= To: guix-patches@gnu.org Subject: [PATCH 2/4] gnu: Add python-tldextract. Date: Thu, 14 Jun 2018 01:25:49 +0200 Message-Id: <20180613232551.3382-2-clement@lassieur.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180613232551.3382-1-clement@lassieur.org> References: <20180613232551.3382-1-clement@lassieur.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit 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: -5.1 (-----) * gnu/packages/python.scm (python-tldextract, python2-tldextract): New variables. --- gnu/packages/python.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4b1ea91ae..21201cc8d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13658,3 +13658,36 @@ library to allow local filesystem access via file:// URLs.") (define-public python2-requests-file (package-with-python2 python-requests-file)) + +(define-public python-tldextract + (package + (name "python-tldextract") + (version "2.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tldextract" version)) + (sha256 + (base32 + "1d5s8v6kpsgazyahflhji1cfdcf89rv7l7z55v774bhzvcjp2y99")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-responses" ,python-responses))) + (propagated-inputs + `(("python-idna" ,python-idna) + ("python-requests" ,python-requests) + ("python-requests-file" ,python-requests-file))) + (home-page + "https://github.com/john-kurkowski/tldextract") + (synopsis + "Separate the TLD from the registered domain and subdomains of a URL") + (description + "TLDExtract accurately separates the TLD from the registered domain and +subdomains of a URL, using the Public Suffix List. By default, this includes +the public ICANN TLDs and their exceptions. It can optionally support the +Public Suffix List's private domains as well.") + (license license:bsd-3))) + +(define-public python2-tldextract + (package-with-python2 python-tldextract)) -- 2.17.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 14 02:24:48 2018 Received: (at control) by debbugs.gnu.org; 14 Jun 2018 06:24:48 +0000 Received: from localhost ([127.0.0.1]:47242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTLgd-0002Zy-Qz for submit@debbugs.gnu.org; Thu, 14 Jun 2018 02:24:47 -0400 Received: from mail.lassieur.org ([83.152.10.219]:43154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTLgb-0002Zq-Su for control@debbugs.gnu.org; Thu, 14 Jun 2018 02:24:47 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 7b92a24c (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Thu, 14 Jun 2018 06:24:44 +0000 (UTC) Date: Thu, 14 Jun 2018 08:24:44 +0200 Message-Id: <87in6lvqab.fsf@lassieur.org> To: control@debbugs.gnu.org From: clement@lassieur.org (=?utf-8?Q?Cl=C3=A9ment?= Lassieur) Subject: control message for bug #31823 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (-) tags 31823 fixed close 31823 From unknown Sat Sep 13 13:42:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Jul 2018 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator