all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58206] [PATCH] gnu: Add python-crossenv.
@ 2022-09-30 22:22 Brian Kubisiak
  2022-10-14 22:36 ` bug#58206: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Kubisiak @ 2022-09-30 22:22 UTC (permalink / raw)
  To: 58206

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58206: [PATCH] gnu: Add python-crossenv.
  2022-09-30 22:22 [bug#58206] [PATCH] gnu: Add python-crossenv Brian Kubisiak
@ 2022-10-14 22:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:36 UTC (permalink / raw)
  To: Brian Kubisiak; +Cc: 58206-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-14 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 22:22 [bug#58206] [PATCH] gnu: Add python-crossenv Brian Kubisiak
2022-10-14 22:36 ` bug#58206: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.