X-Loop: help-debbugs@HIDDEN Subject: [bug#70067] [PATCH] gnu: Add python-find-libpython. Resent-From: Cayetano Santos <csantosb@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Fri, 29 Mar 2024 08:59:02 +0000 Resent-Message-ID: <handler.70067.B.171170272125874 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 70067 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70067 <at> debbugs.gnu.org Cc: Cayetano Santos <csantosb@HIDDEN> X-Debbugs-Original-To: guix-patches@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.171170272125874 (code B ref -1); Fri, 29 Mar 2024 08:59:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Mar 2024 08:58:41 +0000 Received: from localhost ([127.0.0.1]:41700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rq84P-0006jD-8P for submit <at> debbugs.gnu.org; Fri, 29 Mar 2024 04:58:41 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <csantosb@HIDDEN>) id 1rq84K-0006iq-Av for submit <at> debbugs.gnu.org; Fri, 29 Mar 2024 04:58:39 -0400 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 <csantosb@HIDDEN>) id 1rq84C-0003OH-1d for guix-patches@HIDDEN; Fri, 29 Mar 2024 04:58:28 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csantosb@HIDDEN>) id 1rq848-0002iR-Cu for guix-patches@HIDDEN; Fri, 29 Mar 2024 04:58:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1711702692; bh=9tVqnJ0i3yJM7shYD933V/4sovjtQ20a3v7o+x77/Jg=; h=From:To:Cc:Subject:Date:From; b=ejGMKvdB25Eo8j9X6gEnSQgEUleScDXZZNxmFoyHjdg3MrgH2ZkKuklU6O+/51m9r klImu954/HCr6Bh+WPAjQcxIb9mjlnmeTcBBkRLszkWy1FrWocqR6p+e+0u0Z2BcZb UrUTFgScP1Wgkbpp0BVEoYkmzOTGCrJHqCttKZ2I= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4V5Z7S57cHzGpBL; Fri, 29 Mar 2024 08:58:12 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@HIDDEN) by localhost (Postfix) with ESMTPSA id 4V5Z7S46dyzGp5y; Fri, 29 Mar 2024 08:58:12 +0000 (UTC) From: Cayetano Santos <csantosb@HIDDEN> Date: Fri, 29 Mar 2024 09:57:59 +0100 Message-ID: <d8c65cdcdbb550a50d99441a5903a59abea52e91.1711702678.git.csantosb@HIDDEN> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@HIDDEN; helo=latitanza.investici.org 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) * gnu/packages/python-xyz.scm (python-find-libpython): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a6ef23b58..7008ee6ae9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20886,6 +20886,29 @@ (define-public python-lark-parser some degree most natural languages too.") (license license:expat))) +(define-public python-find-libpython + (package + (name "python-find-libpython") + (version "0.4.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ktbarrett/find_libpython") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1r9nix2z75sv41j97pnl6jgj2lk6k8la23vavxjpprsc9ld1dd")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest)) + (home-page "https://github.com/ktbarrett/find_libpython") + (synopsis "Find the path to the @code{libpython} dynamic library") + (description "@code{find_libpython} helps find the path to the +@code{libpython} dynamic library for the current Python environment. It is +both a script and a Python package.") + (license license:expat))) + (define-public python-libcst (package (name "python-libcst") base-commit: 0ff72d105ca03a82de6bb5193266fd05fce72daf -- 2.41.0
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Cayetano Santos <csantosb@HIDDEN> Subject: bug#70067: Acknowledgement ([PATCH] gnu: Add python-find-libpython.) Message-ID: <handler.70067.B.171170272125874.ack <at> debbugs.gnu.org> References: <d8c65cdcdbb550a50d99441a5903a59abea52e91.1711702678.git.csantosb@HIDDEN> X-Gnu-PR-Message: ack 70067 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 70067 <at> debbugs.gnu.org Date: Fri, 29 Mar 2024 08:59:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): guix-patches@HIDDEN If you wish to submit further information on this problem, please send it to 70067 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 70067: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D70067 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.