[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package.
From: |
zimoun |
Subject: |
[bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package. |
Date: |
Wed, 23 Jun 2021 17:52:26 +0200 |
* 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
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages, zimoun, 2021/06/23
- [bug#49189] [PATCH 1/9] gnu: python2-larch: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 5/9] gnu: python2-rpython: Remove package.,
zimoun <=
- [bug#49189] [PATCH 2/9] gnu: python2-libadalang: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 4/9] gnu: python2-roca-detect: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 8/9] gnu: python2-sqlparse: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 9/9] gnu: python2-wsgiproxy2: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 7/9] gnu: python2-scripttest: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 6/9] gnu: python2-plotly: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 3/9] gnu: python2-mapnik: Remove package., zimoun, 2021/06/23
- [bug#49189] [PATCH 0/9] Remove broken Python 2 packages, Ludovic Courtès, 2021/06/24
- bug#49189: [PATCH 0/9] Remove broken Python 2 packages, Ludovic Courtès, 2021/06/29