unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 49189@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package.
Date: Wed, 23 Jun 2021 17:52:26 +0200	[thread overview]
Message-ID: <20210623155230.56244-5-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20210623155230.56244-1-zimon.toutoune@gmail.com>

* gnu/packages/python-xyz.scm (python2-rpython): Remove variable.
---
 gnu/packages/python-xyz.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bcb0b0bdf4..54e9c6f2bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4910,29 +4910,6 @@ writing C extensions for Python as easy as Python itself.")
                     ""))
                  #t)))))))))
 
-;; The RPython toolchain currently does not support Python 3.
-(define-public python2-rpython
-  (package
-    (name "python2-rpython")
-    (version "0.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "rpython" version))
-       (sha256
-        (base32
-         "02z9cvxf0y41dcvwnvf2zn0albhhw1drvjjbq27m6i1piw1k6fc0"))))
-    (build-system python-build-system)
-    (arguments `(#:python ,python-2))
-    (native-inputs
-     `(("python2-pytest" ,python2-pytest))) ; needed for running tests
-    (home-page "https://rpython.readthedocs.org")
-    (synopsis "Framework for implementing interpreters and virtual machines")
-    (description "RPython is a translation and support framework for
-producing implementations of dynamic languages, emphasizing a clean separation
-between language specification and implementation aspects.")
-    (license license:expat)))
-
 ;; NOTE: when upgrading numpy please make sure that python-pandas and
 ;; python-scipy still build, as these three packages are often used together.
 (define-public python-numpy
-- 
2.32.0





  parent reply	other threads:[~2021-06-23 15:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 15:50 [bug#49189] [PATCH 0/9] Remove broken Python 2 packages zimoun
2021-06-23 15:52 ` [bug#49189] [PATCH 1/9] gnu: python2-larch: Remove package zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 2/9] gnu: python2-libadalang: " zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 3/9] gnu: python2-mapnik: " zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 4/9] gnu: python2-roca-detect: " zimoun
2021-06-23 15:52   ` zimoun [this message]
2021-06-23 15:52   ` [bug#49189] [PATCH 6/9] gnu: python2-plotly: " zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 7/9] gnu: python2-scripttest: " zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 8/9] gnu: python2-sqlparse: " zimoun
2021-06-23 15:52   ` [bug#49189] [PATCH 9/9] gnu: python2-wsgiproxy2: " zimoun
2021-06-24 21:07 ` [bug#49189] [PATCH 0/9] Remove broken Python 2 packages Ludovic Courtès
2021-06-29 10:39 ` bug#49189: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210623155230.56244-5-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=49189@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).