All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools
@ 2023-08-05 21:52 Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 2/4] package/fail2ban: " Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-08-05 21:52 UTC (permalink / raw)
  To: buildroot
  Cc: Joseph Kogut, Christophe Vu-Brugier, Thijs Vermeir, Asaf Kahlon,
	Angelo Compagnucci

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/ranger/ranger.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ranger/ranger.mk b/package/ranger/ranger.mk
index 91b30f216e..1c948db848 100644
--- a/package/ranger/ranger.mk
+++ b/package/ranger/ranger.mk
@@ -6,7 +6,7 @@
 
 RANGER_VERSION = 1.7.2
 RANGER_SITE = http://ranger.nongnu.org
-RANGER_SETUP_TYPE = distutils
+RANGER_SETUP_TYPE = setuptools
 RANGER_LICENSE = GPL-3.0
 RANGER_LICENSE_FILES = AUTHORS
 
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/4] package/fail2ban: switch from distutils to setuptools
  2023-08-05 21:52 [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools Bernd Kuhls
@ 2023-08-05 21:52 ` Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 3/4] package/iotop: " Bernd Kuhls
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-08-05 21:52 UTC (permalink / raw)
  To: buildroot
  Cc: Joseph Kogut, Christophe Vu-Brugier, Thijs Vermeir, Asaf Kahlon,
	Angelo Compagnucci

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/fail2ban/fail2ban.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fail2ban/fail2ban.mk b/package/fail2ban/fail2ban.mk
index 7ad22d02d1..828dfdd6e1 100644
--- a/package/fail2ban/fail2ban.mk
+++ b/package/fail2ban/fail2ban.mk
@@ -10,7 +10,7 @@ FAIL2BAN_LICENSE = GPL-2.0+
 FAIL2BAN_LICENSE_FILES = COPYING
 FAIL2BAN_CPE_ID_VENDOR = fail2ban
 FAIL2BAN_SELINUX_MODULES = fail2ban
-FAIL2BAN_SETUP_TYPE = distutils
+FAIL2BAN_SETUP_TYPE = setuptools
 
 # 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch
 FAIL2BAN_IGNORE_CVES += CVE-2021-32749
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/4] package/iotop: switch from distutils to setuptools
  2023-08-05 21:52 [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 2/4] package/fail2ban: " Bernd Kuhls
@ 2023-08-05 21:52 ` Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 4/4] package/python-pycups: " Bernd Kuhls
  2023-08-06 21:58 ` [Buildroot] [PATCH 1/4] package/ranger: " Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-08-05 21:52 UTC (permalink / raw)
  To: buildroot
  Cc: Joseph Kogut, Christophe Vu-Brugier, Thijs Vermeir, Asaf Kahlon,
	Angelo Compagnucci

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/iotop/iotop.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iotop/iotop.mk b/package/iotop/iotop.mk
index 8b5564974e..e9ef9edc10 100644
--- a/package/iotop/iotop.mk
+++ b/package/iotop/iotop.mk
@@ -8,6 +8,6 @@ IOTOP_VERSION = 0.6
 IOTOP_SITE = http://guichaz.free.fr/iotop/files
 IOTOP_LICENSE = GPL-2.0+
 IOTOP_LICENSE_FILES = COPYING
-IOTOP_SETUP_TYPE = distutils
+IOTOP_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/4] package/python-pycups: switch from distutils to setuptools
  2023-08-05 21:52 [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 2/4] package/fail2ban: " Bernd Kuhls
  2023-08-05 21:52 ` [Buildroot] [PATCH 3/4] package/iotop: " Bernd Kuhls
@ 2023-08-05 21:52 ` Bernd Kuhls
  2023-08-06 21:58 ` [Buildroot] [PATCH 1/4] package/ranger: " Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-08-05 21:52 UTC (permalink / raw)
  To: buildroot
  Cc: Joseph Kogut, Christophe Vu-Brugier, Thijs Vermeir, Asaf Kahlon,
	Angelo Compagnucci

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/python-pycups/python-pycups.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pycups/python-pycups.mk b/package/python-pycups/python-pycups.mk
index 41da3641a0..bf61400afe 100644
--- a/package/python-pycups/python-pycups.mk
+++ b/package/python-pycups/python-pycups.mk
@@ -7,7 +7,7 @@
 PYTHON_PYCUPS_VERSION = 2.0.1
 PYTHON_PYCUPS_SOURCE = pycups-$(PYTHON_PYCUPS_VERSION).tar.gz
 PYTHON_PYCUPS_SITE = https://files.pythonhosted.org/packages/0c/bb/82546806a86dc16f5eeb76f62ffdc42cce3d43aacd4e25a8b5300eec0263
-PYTHON_PYCUPS_SETUP_TYPE = distutils
+PYTHON_PYCUPS_SETUP_TYPE = setuptools
 PYTHON_PYCUPS_LICENSE = GPL-2.0+
 PYTHON_PYCUPS_LICENSE_FILES = COPYING
 PYTHON_PYCUPS_DEPENDENCIES = cups
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools
  2023-08-05 21:52 [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools Bernd Kuhls
                   ` (2 preceding siblings ...)
  2023-08-05 21:52 ` [Buildroot] [PATCH 4/4] package/python-pycups: " Bernd Kuhls
@ 2023-08-06 21:58 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-06 21:58 UTC (permalink / raw)
  To: Bernd Kuhls
  Cc: Joseph Kogut, Christophe Vu-Brugier, Thijs Vermeir, Asaf Kahlon,
	Angelo Compagnucci, buildroot

On Sat,  5 Aug 2023 23:52:09 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> distutils will be dropped with python 3.12.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/ranger/ranger.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Series applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-06 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 21:52 [Buildroot] [PATCH 1/4] package/ranger: switch from distutils to setuptools Bernd Kuhls
2023-08-05 21:52 ` [Buildroot] [PATCH 2/4] package/fail2ban: " Bernd Kuhls
2023-08-05 21:52 ` [Buildroot] [PATCH 3/4] package/iotop: " Bernd Kuhls
2023-08-05 21:52 ` [Buildroot] [PATCH 4/4] package/python-pycups: " Bernd Kuhls
2023-08-06 21:58 ` [Buildroot] [PATCH 1/4] package/ranger: " Thomas Petazzoni via buildroot

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.