From unknown Sun Jun 15 01:07:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58206] [PATCH] gnu: Add python-crossenv. Resent-From: Brian Kubisiak Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Sep 2022 22:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58206 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58206@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166457653126087 (code B ref -1); Fri, 30 Sep 2022 22:23:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Sep 2022 22:22:11 +0000 Received: from localhost ([127.0.0.1]:43131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOOZ-0006mh-10 for submit@debbugs.gnu.org; Fri, 30 Sep 2022 18:22:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:44504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOOV-0006mY-Qk for submit@debbugs.gnu.org; Fri, 30 Sep 2022 18:22:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeOOV-0006dZ-Ku for guix-patches@gnu.org; Fri, 30 Sep 2022 18:22:07 -0400 Received: from [75.171.8.149] (port=2166 helo=mail.kubisiak.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oeOOT-0005Lv-VJ for guix-patches@gnu.org; Fri, 30 Sep 2022 18:22:07 -0400 Received: from peregrine (108-237-41-25.lightspeed.sntcca.sbcglobal.net [108.237.41.25]) by mail.kubisiak.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Fri, 30 Sep 2022 17:21:50 -0500 Date: Fri, 30 Sep 2022 15:22:00 -0700 From: Brian Kubisiak Message-ID: <20220930222200.7uhwoxsw3r2zvzha@peregrine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Host-Lookup-Failed: Reverse DNS lookup failed for 75.171.8.149 (failed) Received-SPF: pass client-ip=75.171.8.149; envelope-from=brian@kubisiak.com; helo=mail.kubisiak.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no 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-crossenv): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5fd7dad8e3..73f027dde4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3980,6 +3980,28 @@ (define-public python-virtualenv "Virtualenv is a tool to create isolated Python environments.") (license license:expat))) +(define-public python-crossenv + (package + (name "python-crossenv") + (version "1.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "crossenv" version)) + (sha256 + (base32 + "07rv4650n19740ixmnsf4qbxyqlgi7f5m1cy8cq0gl01q3r6hps4")))) + (build-system python-build-system) + (arguments + (list #:tests? #f)) ; tests not distributed on pypi + (home-page "https://github.com/benfogle/virtualenv") + (synopsis "Cross-compiling virtualenv for Python") + (description "This package is a tool for cross-compiling extension +modules. It creates a special virtual environment such that pip or setup.py +will cross compile packages for you, usually with no further work on your +part.") + (license license:expat))) + (define-public python-markupsafe (package (name "python-markupsafe") -- 2.37.3 From unknown Sun Jun 15 01:07:47 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: Brian Kubisiak Subject: bug#58206: closed (Re: bug#58206: [PATCH] gnu: Add python-crossenv.) Message-ID: References: <8735bqjanh.fsf@gnu.org> <20220930222200.7uhwoxsw3r2zvzha@peregrine> X-Gnu-PR-Message: they-closed 58206 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58206@debbugs.gnu.org Date: Fri, 14 Oct 2022 22:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665787022-17150-1" This is a multi-part message in MIME format... ------------=_1665787022-17150-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58206: [PATCH] gnu: Add python-crossenv. 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 58206@debbugs.gnu.org. --=20 58206: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58206 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665787022-17150-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58206-done) by debbugs.gnu.org; 14 Oct 2022 22:36:12 +0000 Received: from localhost ([127.0.0.1]:38922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTHo-0004RP-4A for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:36:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTHl-0004RB-NS for 58206-done@debbugs.gnu.org; Fri, 14 Oct 2022 18:36:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33788) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTHg-000829-C5; Fri, 14 Oct 2022 18:36:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9wo7SjSdjlBOXzCdHCBbZqszsYVkEUSsjc3yh+BPwn8=; b=eJ7X+0TAVJ/Mgn6xguDE AAfjb9z+DAnRo9wR44SqNZs4mCkRuDPHc680p6jVtbqS0d2gmKW/ZK+PVit2MoJR3G2ZzHGX3TLWm FpgQ59x+QvbI2QoSg44+Pzpu34tKrF+6UvOFabr6om1PI06bT2Lh9vEOWOa9d2urov3E6qaChhfCi v1GJYsLoOQRUpJLQXGZwInd8LIkPkPSE8jgWflzUzCQ0xrGroGgBdXBbhPWTXnUNF29gPNSqtx0z/ SykOrgrpNc/LEdF4KpFfjfiYMJveZyATLzZI12nQVWgHTUD56FJpAFP1PY7wUD/GUlzNilSWYbefa NZEjZYInU663BQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60490 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTHf-0001al-KQ; Fri, 14 Oct 2022 18:36:03 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brian Kubisiak Subject: Re: bug#58206: [PATCH] gnu: Add python-crossenv. References: <20220930222200.7uhwoxsw3r2zvzha@peregrine> Date: Sat, 15 Oct 2022 00:36:02 +0200 In-Reply-To: <20220930222200.7uhwoxsw3r2zvzha@peregrine> (Brian Kubisiak's message of "Fri, 30 Sep 2022 15:22:00 -0700") Message-ID: <8735bqjanh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58206-done Cc: 58206-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 (---) Hi, Brian Kubisiak skribis: > * gnu/packages/python-xyz.scm (python-crossenv): New variable. I tweaked the description (=E2=80=98guix lint=E2=80=99 was complaining) and= applied it. Thanks, Ludo=E2=80=99. ------------=_1665787022-17150-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Sep 2022 22:22:11 +0000 Received: from localhost ([127.0.0.1]:43131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOOZ-0006mh-10 for submit@debbugs.gnu.org; Fri, 30 Sep 2022 18:22:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:44504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeOOV-0006mY-Qk for submit@debbugs.gnu.org; Fri, 30 Sep 2022 18:22:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeOOV-0006dZ-Ku for guix-patches@gnu.org; Fri, 30 Sep 2022 18:22:07 -0400 Received: from [75.171.8.149] (port=2166 helo=mail.kubisiak.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oeOOT-0005Lv-VJ for guix-patches@gnu.org; Fri, 30 Sep 2022 18:22:07 -0400 Received: from peregrine (108-237-41-25.lightspeed.sntcca.sbcglobal.net [108.237.41.25]) by mail.kubisiak.com with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Fri, 30 Sep 2022 17:21:50 -0500 Date: Fri, 30 Sep 2022 15:22:00 -0700 From: Brian Kubisiak To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-crossenv. Message-ID: <20220930222200.7uhwoxsw3r2zvzha@peregrine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Host-Lookup-Failed: Reverse DNS lookup failed for 75.171.8.149 (failed) Received-SPF: pass client-ip=75.171.8.149; envelope-from=brian@kubisiak.com; helo=mail.kubisiak.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/python-xyz.scm (python-crossenv): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5fd7dad8e3..73f027dde4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3980,6 +3980,28 @@ (define-public python-virtualenv "Virtualenv is a tool to create isolated Python environments.") (license license:expat))) +(define-public python-crossenv + (package + (name "python-crossenv") + (version "1.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "crossenv" version)) + (sha256 + (base32 + "07rv4650n19740ixmnsf4qbxyqlgi7f5m1cy8cq0gl01q3r6hps4")))) + (build-system python-build-system) + (arguments + (list #:tests? #f)) ; tests not distributed on pypi + (home-page "https://github.com/benfogle/virtualenv") + (synopsis "Cross-compiling virtualenv for Python") + (description "This package is a tool for cross-compiling extension +modules. It creates a special virtual environment such that pip or setup.py +will cross compile packages for you, usually with no further work on your +part.") + (license license:expat))) + (define-public python-markupsafe (package (name "python-markupsafe") -- 2.37.3 ------------=_1665787022-17150-1--