From unknown Sun Aug 17 10:24:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67125] [PATCH] gnu: Add python-tdda. Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 12 Nov 2023 07:52:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67125 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67125@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169977547231297 (code B ref -1); Sun, 12 Nov 2023 07:52:04 +0000 Received: (at submit) by debbugs.gnu.org; 12 Nov 2023 07:51:12 +0000 Received: from localhost ([127.0.0.1]:55032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r25FP-00088d-0A for submit@debbugs.gnu.org; Sun, 12 Nov 2023 02:51:12 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1ue2-0006i2-Qj for submit@debbugs.gnu.org; Sat, 11 Nov 2023 15:31:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r1udI-0008M0-96 for guix-patches@gnu.org; Sat, 11 Nov 2023 15:31:08 -0500 Received: from mout-y-209.mailbox.org ([2001:67c:2050:103:465::209]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r1udE-0005NF-2c for guix-patches@gnu.org; Sat, 11 Nov 2023 15:31:07 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-209.mailbox.org (Postfix) with ESMTPS id 4SSS4v6m24z9twC for ; Sat, 11 Nov 2023 21:30:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1699734655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Eh0X5qdNruPtNPKNvf/jIlZQWMRXgWI/WzSZxr5jZEU=; b=LRD62TIEgbWW0G2u93hwua+OqrNDV3lwc92t2IwEx4TKrv7DyKPSEdOh/MJyCZ2CUPMpVg 408EhWHfiMTHFVGRs/1/CoN17pExVeDc0pJJt4B1l4LdIE1TxRAmasI5uZ64iY4ouuWFZ5 H9ID8BjdscX6ZovfwsKBIDasGl7S1+sphsQqQWt55DDQKwq15kDyYRPz2S2Xu2Lgy+SseN Zw5Z+hQhx82Vbe7u958oeZ7Jcw1USXdnUrPACpVU05fXc0bGplIwQNHChRHu+RlViE4LfB zC+Q+pDdBBcdPRNFJdTE0tJ0raQ4gPxJImyk2ooZtwsLEwqOjoKQIMD9fmFAQQ== From: Troy Figiel Date: Sat, 11 Nov 2023 19:19:16 +0100 Message-ID: <87ttps118k.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:67c:2050:103:465::209; envelope-from=troy@troyfigiel.com; helo=mout-y-209.mailbox.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Mailman-Approved-At: Sun, 12 Nov 2023 02:51:04 -0500 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: -0.0 (/) * gnu/packages/python-science.scm (python-tdda): New variable. Change-Id: I456aa236b3348e5b990289d8a381c2d5276a12f1 --- gnu/packages/python-science.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.= scm index 4063797a30..949cd11929 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -22,6 +22,7 @@ ;;; Copyright =C2=A9 2022 Eric Bavier ;;; Copyright =C2=A9 2022 Antero Mejr ;;; Copyright =C2=A9 2022 jgart +;;; Copyright =C2=A9 2023 Troy Figiel ;;; ;;; This file is part of GNU Guix. ;;; @@ -349,6 +350,38 @@ (define-public python-scikit-optimize @code{skopt} aims to be accessible and easy to use in many contexts.") (license license:bsd-3))) =20 +(define-public python-tdda + (package + (name "python-tdda") + (version "2.0.9") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tdda" version)) + (sha256 + (base32 "1xs91s8b7cshjcqw88qsrjh10xly799k5rf2ycawqfz2mw8sy3br")))) + (build-system pyproject-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "setup.py" + (("pandas>=3D1.5.2") + "pandas")))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "tdda" "test"))))))) + (native-inputs (list python-numpy python-pandas)) + (home-page "https://www.stochasticsolutions.com") + (synopsis "Test-driven data analysis library for Python") + (description + "The TDDA Python module provides command-line and Python API support +for the overall process of data analysis, through tools that peform +reference testing, constraint discovery for data, automatic inference +of regular expressions from text data and automatic test generation.") + (license license:expat))) ; MIT License + (define-public python-trimesh (package (name "python-trimesh") --=20 2.40.1 From unknown Sun Aug 17 10:24:49 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: Troy Figiel Subject: bug#67125: closed (Re: [bug#67125] [PATCH] gnu: Add python-tdda.) Message-ID: References: <87v8a36i6c.fsf@gnu.org> <87ttps118k.fsf@troyfigiel.com> X-Gnu-PR-Message: they-closed 67125 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 67125@debbugs.gnu.org Date: Wed, 15 Nov 2023 17:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1700069282-26347-1" This is a multi-part message in MIME format... ------------=_1700069282-26347-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67125: [PATCH] gnu: Add python-tdda. 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 67125@debbugs.gnu.org. --=20 67125: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67125 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1700069282-26347-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67125-done) by debbugs.gnu.org; 15 Nov 2023 17:27:31 +0000 Received: from localhost ([127.0.0.1]:53553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3Jfn-0006pw-DN for submit@debbugs.gnu.org; Wed, 15 Nov 2023 12:27:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3Jfm-0006pk-0c for 67125-done@debbugs.gnu.org; Wed, 15 Nov 2023 12:27:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3Jfh-0007jO-I8; Wed, 15 Nov 2023 12:27:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=wFvDrk/Ln1Fv0YT9POHDoD7N8qiyKPmAJVfPBFZd048=; b=ToJBMhkmeiNepejHT+FL jSjL7jEu08OOvdZ5TqoInAxP2TVGnZEIQgBqi+o6o0QcH64xsLJEdleMXAR6Ah21vcxe7sinPwPcn 37yaVP+DSTWxpa646FTgD+wvPUcIQmsAnw034g+vzKU1uVKq6AD5UmMsK6Woz6Mb8YFX7VHkurIEH bpVhC30ULaCKJdoW3ux8QT/VLYju3eIfogIB+Nd+p21VprkK4BpZGiSLEooaFIKx/HCSkpHmydEx5 FmwmGgb79tR2fSBqXZ7yvFywvM3eVGiBrYUU/r669/gUvY5S2+kOsizvhEwYqqlwF4dTB6onuD9kK R6Qk3nCj91iUbA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Troy Figiel Subject: Re: [bug#67125] [PATCH] gnu: Add python-tdda. In-Reply-To: <87ttps118k.fsf@troyfigiel.com> (Troy Figiel's message of "Sat, 11 Nov 2023 19:19:16 +0100") References: <87ttps118k.fsf@troyfigiel.com> Date: Wed, 15 Nov 2023 18:27:23 +0100 Message-ID: <87v8a36i6c.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67125-done Cc: 67125-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: -3.3 (---) Troy Figiel skribis: > * gnu/packages/python-science.scm (python-tdda): New variable. > > Change-Id: I456aa236b3348e5b990289d8a381c2d5276a12f1 Applied, thanks! ------------=_1700069282-26347-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Nov 2023 07:51:12 +0000 Received: from localhost ([127.0.0.1]:55032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r25FP-00088d-0A for submit@debbugs.gnu.org; Sun, 12 Nov 2023 02:51:12 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1ue2-0006i2-Qj for submit@debbugs.gnu.org; Sat, 11 Nov 2023 15:31:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r1udI-0008M0-96 for guix-patches@gnu.org; Sat, 11 Nov 2023 15:31:08 -0500 Received: from mout-y-209.mailbox.org ([2001:67c:2050:103:465::209]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r1udE-0005NF-2c for guix-patches@gnu.org; Sat, 11 Nov 2023 15:31:07 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-209.mailbox.org (Postfix) with ESMTPS id 4SSS4v6m24z9twC for ; Sat, 11 Nov 2023 21:30:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1699734655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Eh0X5qdNruPtNPKNvf/jIlZQWMRXgWI/WzSZxr5jZEU=; b=LRD62TIEgbWW0G2u93hwua+OqrNDV3lwc92t2IwEx4TKrv7DyKPSEdOh/MJyCZ2CUPMpVg 408EhWHfiMTHFVGRs/1/CoN17pExVeDc0pJJt4B1l4LdIE1TxRAmasI5uZ64iY4ouuWFZ5 H9ID8BjdscX6ZovfwsKBIDasGl7S1+sphsQqQWt55DDQKwq15kDyYRPz2S2Xu2Lgy+SseN Zw5Z+hQhx82Vbe7u958oeZ7Jcw1USXdnUrPACpVU05fXc0bGplIwQNHChRHu+RlViE4LfB zC+Q+pDdBBcdPRNFJdTE0tJ0raQ4gPxJImyk2ooZtwsLEwqOjoKQIMD9fmFAQQ== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-tdda. Date: Sat, 11 Nov 2023 19:19:16 +0100 Message-ID: <87ttps118k.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:67c:2050:103:465::209; envelope-from=troy@troyfigiel.com; helo=mout-y-209.mailbox.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 12 Nov 2023 02:51:04 -0500 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: -0.0 (/) * gnu/packages/python-science.scm (python-tdda): New variable. Change-Id: I456aa236b3348e5b990289d8a381c2d5276a12f1 --- gnu/packages/python-science.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.= scm index 4063797a30..949cd11929 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -22,6 +22,7 @@ ;;; Copyright =C2=A9 2022 Eric Bavier ;;; Copyright =C2=A9 2022 Antero Mejr ;;; Copyright =C2=A9 2022 jgart +;;; Copyright =C2=A9 2023 Troy Figiel ;;; ;;; This file is part of GNU Guix. ;;; @@ -349,6 +350,38 @@ (define-public python-scikit-optimize @code{skopt} aims to be accessible and easy to use in many contexts.") (license license:bsd-3))) =20 +(define-public python-tdda + (package + (name "python-tdda") + (version "2.0.9") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tdda" version)) + (sha256 + (base32 "1xs91s8b7cshjcqw88qsrjh10xly799k5rf2ycawqfz2mw8sy3br")))) + (build-system pyproject-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "setup.py" + (("pandas>=3D1.5.2") + "pandas")))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "tdda" "test"))))))) + (native-inputs (list python-numpy python-pandas)) + (home-page "https://www.stochasticsolutions.com") + (synopsis "Test-driven data analysis library for Python") + (description + "The TDDA Python module provides command-line and Python API support +for the overall process of data analysis, through tools that peform +reference testing, constraint discovery for data, automatic inference +of regular expressions from text data and automatic test generation.") + (license license:expat))) ; MIT License + (define-public python-trimesh (package (name "python-trimesh") --=20 2.40.1 ------------=_1700069282-26347-1--