emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58206: closed ([PATCH] gnu: Add python-crossenv.)


From: GNU bug Tracking System
Subject: bug#58206: closed ([PATCH] gnu: Add python-crossenv.)
Date: Fri, 14 Oct 2022 22:37:02 +0000

Your message dated Sat, 15 Oct 2022 00:36:02 +0200
with message-id <8735bqjanh.fsf@gnu.org>
and subject line Re: bug#58206: [PATCH] gnu: Add python-crossenv.
has caused the debbugs.gnu.org bug report #58206,
regarding [PATCH] gnu: Add python-crossenv.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58206: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58206
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-crossenv. Date: Fri, 30 Sep 2022 15:22:00 -0700
* 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





--- End Message ---
--- Begin Message --- Subject: Re: bug#58206: [PATCH] gnu: Add python-crossenv. Date: Sat, 15 Oct 2022 00:36:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Brian Kubisiak <brian@kubisiak.com> skribis:

> * gnu/packages/python-xyz.scm (python-crossenv): New variable.

I tweaked the description (‘guix lint’ was complaining) and applied it.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]