All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-dialog3: switch to setuptools
@ 2021-03-27 20:35 Asaf Kahlon
  2021-03-27 22:19 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2021-03-27 20:35 UTC (permalink / raw)
  To: buildroot

The package switched to setuptools (see commit:
https://github.com/frougon/pythondialog/commit/88a3f0b45e81aaecf3a85bcf8b8d8ce907fbe29d)

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-dialog3/python-dialog3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-dialog3/python-dialog3.mk b/package/python-dialog3/python-dialog3.mk
index e2147507bf..6051985640 100644
--- a/package/python-dialog3/python-dialog3.mk
+++ b/package/python-dialog3/python-dialog3.mk
@@ -9,7 +9,7 @@ PYTHON_DIALOG3_SOURCE = pythondialog-$(PYTHON_DIALOG3_VERSION).tar.gz
 PYTHON_DIALOG3_SITE = https://files.pythonhosted.org/packages/72/3c/26ed0db035f97196704d0197d8b2254b8a6ca93a2d132430b0b0d597aa79
 PYTHON_DIALOG3_LICENSE = LGPL-2.1+
 PYTHON_DIALOG3_LICENSE_FILES = COPYING
-PYTHON_DIALOG3_SETUP_TYPE = distutils
+PYTHON_DIALOG3_SETUP_TYPE = setuptools
 PYTHON_DIALOG3_DEPENDENCIES = dialog
 
 $(eval $(python-package))
-- 
2.27.0

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

* [Buildroot] [PATCH 1/1] package/python-dialog3: switch to setuptools
  2021-03-27 20:35 [Buildroot] [PATCH 1/1] package/python-dialog3: switch to setuptools Asaf Kahlon
@ 2021-03-27 22:19 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-03-27 22:19 UTC (permalink / raw)
  To: buildroot

Asaf, All,

On 2021-03-27 23:35 +0300, Asaf Kahlon spake thusly:
> The package switched to setuptools (see commit:
> https://github.com/frougon/pythondialog/commit/88a3f0b45e81aaecf3a85bcf8b8d8ce907fbe29d)
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python-dialog3/python-dialog3.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-dialog3/python-dialog3.mk b/package/python-dialog3/python-dialog3.mk
> index e2147507bf..6051985640 100644
> --- a/package/python-dialog3/python-dialog3.mk
> +++ b/package/python-dialog3/python-dialog3.mk
> @@ -9,7 +9,7 @@ PYTHON_DIALOG3_SOURCE = pythondialog-$(PYTHON_DIALOG3_VERSION).tar.gz
>  PYTHON_DIALOG3_SITE = https://files.pythonhosted.org/packages/72/3c/26ed0db035f97196704d0197d8b2254b8a6ca93a2d132430b0b0d597aa79
>  PYTHON_DIALOG3_LICENSE = LGPL-2.1+
>  PYTHON_DIALOG3_LICENSE_FILES = COPYING
> -PYTHON_DIALOG3_SETUP_TYPE = distutils
> +PYTHON_DIALOG3_SETUP_TYPE = setuptools
>  PYTHON_DIALOG3_DEPENDENCIES = dialog
>  
>  $(eval $(python-package))
> -- 
> 2.27.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2021-03-27 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 20:35 [Buildroot] [PATCH 1/1] package/python-dialog3: switch to setuptools Asaf Kahlon
2021-03-27 22:19 ` Yann E. MORIN

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.