unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48922] [PATCH 00/10] some Python 2 removals.
@ 2021-06-08 14:35 zimoun
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
  2021-06-08 17:12 ` bug#48922: [PATCH 00/10] some Python 2 removals Leo Famulari
  0 siblings, 2 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:35 UTC (permalink / raw)
  To: 48922; +Cc: zimoun, maxim.cournoyer

Hi,

Because Python 2 is EOL and these packages fail to build, there are removed.
Well, "guix refresh -l" is checked to ensure they are leaf packages

At the end of the series, "make as-derivation" successes, so everything seems
fine.

Cheers,
simon


zimoun (10):
  gnu: python2-bigfloat: Remove package.
  gnu: python2-fastimport: Remove package.
  gnu: python2-gridmap: Remove package.
  gnu: python2-hdf4: Remove package.
  gnu: python2-libvirt: Remove package.
  gnu: python2-mechanicalsoup: Remove package.
  gnu: python2-numpy-documentation: Remove package.
  gnu: python2-orator: Remove package.
  gnu: python2-partd: Remove package.
  gnu: python2-pendulum: Remove package.

 gnu/packages/databases.scm      |  6 +-----
 gnu/packages/python-web.scm     |  3 ---
 gnu/packages/python-xyz.scm     | 22 ----------------------
 gnu/packages/time.scm           |  3 ---
 gnu/packages/virtualization.scm |  3 ---
 5 files changed, 1 insertion(+), 36 deletions(-)


base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f
-- 
2.30.1





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

* [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package.
  2021-06-08 14:35 [bug#48922] [PATCH 00/10] some Python 2 removals zimoun
@ 2021-06-08 14:37 ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 02/10] gnu: python2-fastimport: " zimoun
                     ` (8 more replies)
  2021-06-08 17:12 ` bug#48922: [PATCH 00/10] some Python 2 removals Leo Famulari
  1 sibling, 9 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-bigfloat): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd4cd037c2..e7a9a9f16a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8893,9 +8893,6 @@ more advanced mathematics.")
 multiprecision arithmetic.")
     (license license:lgpl3+)))
 
-(define-public python2-bigfloat
-  (package-with-python2 python-bigfloat))
-
 (define-public python-sympy
   (package
     (name "python-sympy")
-- 
2.30.1





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

* [bug#48922] [PATCH 02/10] gnu: python2-fastimport: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 03/10] gnu: python2-gridmap: " zimoun
                     ` (7 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-fastimport): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e7a9a9f16a..4b16dba994 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14402,9 +14402,6 @@ graphviz.")
 format.")
     (license license:gpl2+)))
 
-(define-public python2-fastimport
-  (package-with-python2 python-fastimport))
-
 (define-public python-twisted
   (package
     (name "python-twisted")
-- 
2.30.1





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

* [bug#48922] [PATCH 03/10] gnu: python2-gridmap: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 02/10] gnu: python2-fastimport: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 04/10] gnu: python2-hdf4: " zimoun
                     ` (6 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-gridmap): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4b16dba994..b59b7226f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7103,9 +7103,6 @@ cluster directly from Python.  You can directly map Python functions onto the
 cluster without needing to write any wrapper code yourself.")
     (license license:gpl3+)))
 
-(define-public python2-gridmap
-  (package-with-python2 python-gridmap))
-
 (define-public python-honcho
   (package
     (name "python-honcho")
-- 
2.30.1





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

* [bug#48922] [PATCH 04/10] gnu: python2-hdf4: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 02/10] gnu: python2-fastimport: " zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 03/10] gnu: python2-gridmap: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 05/10] gnu: python2-libvirt: " zimoun
                     ` (5 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-hdf4): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b59b7226f3..182fae8024 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1120,9 +1120,6 @@ NetCDF files can also be read and modified.  Python-HDF4 is a fork of
 @url{http://hdfeos.org/software/pyhdf.php,pyhdf}.")
    (license license:expat)))
 
-(define-public python2-hdf4
-  (package-with-python2 python-hdf4))
-
 (define-public python-h5py
   (package
     (name "python-h5py")
-- 
2.30.1





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

* [bug#48922] [PATCH 05/10] gnu: python2-libvirt: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (2 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 04/10] gnu: python2-hdf4: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 06/10] gnu: python2-mechanicalsoup: " zimoun
                     ` (4 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/virtualization.scm (python2-libvirt): Delete.
---
 gnu/packages/virtualization.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 5e7dd8a10a..ba105eea11 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1261,9 +1261,6 @@ three libraries:
 virtualization library.")
     (license license:lgpl2.1+)))
 
-(define-public python2-libvirt
-  (package-with-python2 python-libvirt))
-
 (define-public virt-manager
   (package
     (name "virt-manager")
-- 
2.30.1





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

* [bug#48922] [PATCH 06/10] gnu: python2-mechanicalsoup: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (3 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 05/10] gnu: python2-libvirt: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 07/10] gnu: python2-numpy-documentation: " zimoun
                     ` (3 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-web.scm (python2-mechanicalsoup): Delete.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 81cd4daea2..86a732fa1b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -826,9 +826,6 @@ websites.  It automatically stores and sends cookies, follows redirects, and can
 follow links and submit forms.  It doesn’t do JavaScript.")
     (license license:expat)))
 
-(define-public python2-mechanicalsoup
-  (package-with-python2 python-mechanicalsoup))
-
 (define-public python-hyperframe
   (package
     (name "python-hyperframe")
-- 
2.30.1





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

* [bug#48922] [PATCH 07/10] gnu: python2-numpy-documentation: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (4 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 06/10] gnu: python2-mechanicalsoup: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 08/10] gnu: python2-orator: " zimoun
                     ` (2 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-numpy-documentation): Delete.
---
 gnu/packages/python-xyz.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 182fae8024..8a8bc431d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5341,13 +5341,6 @@ color scales, and color space conversion easy.  It has support for:
     (description (package-description python-numpy))
     (license (package-license python-numpy))))
 
-(define-public python2-numpy-documentation
-  (let ((numpy-documentation (package-with-python2 python-numpy-documentation)))
-    (package
-      (inherit numpy-documentation)
-      (native-inputs `(("python2-functools32" ,python2-functools32)
-                       ,@(package-native-inputs numpy-documentation))))))
-
 (define-public python-pygit2
   (package
     (name "python-pygit2")
-- 
2.30.1





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

* [bug#48922] [PATCH 08/10] gnu: python2-orator: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (5 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 07/10] gnu: python2-numpy-documentation: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 09/10] gnu: python2-partd: " zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 10/10] gnu: python2-pendulum: " zimoun
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/database.scm (python2-orator): Delete.
(python-orator)[properties]: Remove.
---
 gnu/packages/databases.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cd760ee5ef..23e25f5a66 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2793,11 +2793,7 @@ Memory-Mapped Database} (LMDB), a high-performance key-value store.")
     (description
      "Orator provides a simple ActiveRecord-like Object Relational Mapping
 implementation for Python.")
-    (license license:expat)
-    (properties `((python2-variant . ,(delay python2-orator))))))
-
-(define-public python2-orator
-  (package-with-python2 (strip-python2-variant python-orator)))
+    (license license:expat)))
 
 (define-public virtuoso-ose
   (package
-- 
2.30.1





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

* [bug#48922] [PATCH 09/10] gnu: python2-partd: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (6 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 08/10] gnu: python2-orator: " zimoun
@ 2021-06-08 14:37   ` zimoun
  2021-06-08 14:37   ` [bug#48922] [PATCH 10/10] gnu: python2-pendulum: " zimoun
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/python-xyz.scm (python2-partd): Delete.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a8bc431d3..970942d880 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21543,9 +21543,6 @@ This Python package wraps the Blosc library.")
 append on old values.  Partd excels at shuffling operations.")
     (license license:bsd-3)))
 
-(define-public python2-partd
-  (package-with-python2 python-partd))
-
 (define-public python-fsspec
   (package
     (name "python-fsspec")
-- 
2.30.1





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

* [bug#48922] [PATCH 10/10] gnu: python2-pendulum: Remove package.
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
                     ` (7 preceding siblings ...)
  2021-06-08 14:37   ` [bug#48922] [PATCH 09/10] gnu: python2-partd: " zimoun
@ 2021-06-08 14:37   ` zimoun
  8 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-08 14:37 UTC (permalink / raw)
  To: 48922; +Cc: maxim.cournoyer, zimoun

* gnu/packages/time.scm (python2-pendulum): Delete.
---
 gnu/packages/time.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index d6ebb59a1e..651e2e3a29 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -169,9 +169,6 @@ standard @code{datetime} all @code{datetime} instances can be replaced by
 Pendulum instances.")
     (license expat)))
 
-(define-public python2-pendulum
-  (package-with-python2 python-pendulum))
-
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-- 
2.30.1





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

* bug#48922: [PATCH 00/10] some Python 2 removals.
  2021-06-08 14:35 [bug#48922] [PATCH 00/10] some Python 2 removals zimoun
  2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
@ 2021-06-08 17:12 ` Leo Famulari
  2021-06-09 14:18   ` [bug#48922] " zimoun
  1 sibling, 1 reply; 13+ messages in thread
From: Leo Famulari @ 2021-06-08 17:12 UTC (permalink / raw)
  To: zimoun; +Cc: 48922-done, maxim.cournoyer

On Tue, Jun 08, 2021 at 04:35:43PM +0200, zimoun wrote:
> Hi,
> 
> Because Python 2 is EOL and these packages fail to build, there are removed.
> Well, "guix refresh -l" is checked to ensure they are leaf packages
> 
> At the end of the series, "make as-derivation" successes, so everything seems
> fine.

Thanks for taking care of this! Pushed as
a9eb39d4eb7a2679fdf387037e2501b054fbaab3




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

* [bug#48922] [PATCH 00/10] some Python 2 removals.
  2021-06-08 17:12 ` bug#48922: [PATCH 00/10] some Python 2 removals Leo Famulari
@ 2021-06-09 14:18   ` zimoun
  0 siblings, 0 replies; 13+ messages in thread
From: zimoun @ 2021-06-09 14:18 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 48922-done, Maxim Cournoyer

Hi Leo,

On Tue, 8 Jun 2021 at 19:13, Leo Famulari <leo@famulari.name> wrote:

> Thanks for taking care of this! Pushed as
> a9eb39d4eb7a2679fdf387037e2501b054fbaab3

Thanks.  More should come. :-)

Cheers,
simon




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

end of thread, other threads:[~2021-06-09 14:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 14:35 [bug#48922] [PATCH 00/10] some Python 2 removals zimoun
2021-06-08 14:37 ` [bug#48922] [PATCH 01/10] gnu: python2-bigfloat: Remove package zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 02/10] gnu: python2-fastimport: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 03/10] gnu: python2-gridmap: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 04/10] gnu: python2-hdf4: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 05/10] gnu: python2-libvirt: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 06/10] gnu: python2-mechanicalsoup: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 07/10] gnu: python2-numpy-documentation: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 08/10] gnu: python2-orator: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 09/10] gnu: python2-partd: " zimoun
2021-06-08 14:37   ` [bug#48922] [PATCH 10/10] gnu: python2-pendulum: " zimoun
2021-06-08 17:12 ` bug#48922: [PATCH 00/10] some Python 2 removals Leo Famulari
2021-06-09 14:18   ` [bug#48922] " zimoun

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