All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title.
@ 2018-11-02  8:53 Asaf Kahlon
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Asaf Kahlon @ 2018-11-02  8:53 UTC (permalink / raw)
  To: buildroot

Renamed 'cython' to 'python-cython'.

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

diff --git a/package/python-cython/python-cython.mk b/package/python-cython/python-cython.mk
index 624fe2fb75..f4cff975f1 100644
--- a/package/python-cython/python-cython.mk
+++ b/package/python-cython/python-cython.mk
@@ -1,6 +1,6 @@
 ################################################################################
 #
-# cython
+# python-cython
 #
 ################################################################################
 
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS
  2018-11-02  8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
@ 2018-11-02  8:53 ` Asaf Kahlon
  2018-11-02  8:55   ` Yegor Yefremov
  2018-11-02 18:20   ` Thomas Petazzoni
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Asaf Kahlon @ 2018-11-02  8:53 UTC (permalink / raw)
  To: buildroot

The django-admin cli tool is loaded as entry point with
pkg_resources, which is included in setuptools.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-django/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-django/Config.in b/package/python-django/Config.in
index 89dec8e17a..0a2e308d31 100644
--- a/package/python-django/Config.in
+++ b/package/python-django/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_DJANGO
 	select BR2_PACKAGE_PYTHON3_UNICODEDATA
 	select BR2_PACKAGE_PYTHON3_PYEXPAT
 	select BR2_PACKAGE_PYTHON_PYTZ # runtime
+	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
 	help
 	  Django is a high-level Python Web framework that encourages
 	  rapid development and clean, pragmatic design. It takes your
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1
  2018-11-02  8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
@ 2018-11-02  8:53 ` Asaf Kahlon
  2018-11-02  8:55   ` Yegor Yefremov
  2018-11-02 18:21   ` Thomas Petazzoni
  2018-11-02  8:55 ` [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Yegor Yefremov
  2018-11-02 18:19 ` Thomas Petazzoni
  3 siblings, 2 replies; 9+ messages in thread
From: Asaf Kahlon @ 2018-11-02  8:53 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-pip/python-pip.hash | 4 ++--
 package/python-pip/python-pip.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pip/python-pip.hash b/package/python-pip/python-pip.hash
index c9b574a6dd..1a70f0f7c2 100644
--- a/package/python-pip/python-pip.hash
+++ b/package/python-pip/python-pip.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pip/json
-md5	52f75ceb21e96c258f289859a2996b60  pip-18.0.tar.gz
-sha256	a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76  pip-18.0.tar.gz
+md5	75cad449ad62c88b22de317a26781714  pip-18.1.tar.gz
+sha256	c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1  pip-18.1.tar.gz
 # Locally computed sha256 checksums
 sha256	391a8784e319dae5431477d4cc9bc504fc5d71fd9e89e1c80f1cd3855f5d7cfa  LICENSE.txt
diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
index 0a0dce5bca..9ae7e7324f 100644
--- a/package/python-pip/python-pip.mk
+++ b/package/python-pip/python-pip.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PIP_VERSION = 18.0
+PYTHON_PIP_VERSION = 18.1
 PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
-PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579
+PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7
 PYTHON_PIP_SETUP_TYPE = setuptools
 PYTHON_PIP_LICENSE = MIT
 PYTHON_PIP_LICENSE_FILES = LICENSE.txt
-- 
2.19.1

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

* [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title.
  2018-11-02  8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
@ 2018-11-02  8:55 ` Yegor Yefremov
  2018-11-02 18:19 ` Thomas Petazzoni
  3 siblings, 0 replies; 9+ messages in thread
From: Yegor Yefremov @ 2018-11-02  8:55 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 2, 2018 at 9:53 AM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> Renamed 'cython' to 'python-cython'.
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

> ---
>  package/python-cython/python-cython.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-cython/python-cython.mk b/package/python-cython/python-cython.mk
> index 624fe2fb75..f4cff975f1 100644
> --- a/package/python-cython/python-cython.mk
> +++ b/package/python-cython/python-cython.mk
> @@ -1,6 +1,6 @@
>  ################################################################################
>  #
> -# cython
> +# python-cython
>  #
>  ################################################################################
>
> --
> 2.19.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
@ 2018-11-02  8:55   ` Yegor Yefremov
  2018-11-02 18:20   ` Thomas Petazzoni
  1 sibling, 0 replies; 9+ messages in thread
From: Yegor Yefremov @ 2018-11-02  8:55 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 2, 2018 at 9:53 AM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> The django-admin cli tool is loaded as entry point with
> pkg_resources, which is included in setuptools.
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

> ---
>  package/python-django/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/python-django/Config.in b/package/python-django/Config.in
> index 89dec8e17a..0a2e308d31 100644
> --- a/package/python-django/Config.in
> +++ b/package/python-django/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_DJANGO
>         select BR2_PACKAGE_PYTHON3_UNICODEDATA
>         select BR2_PACKAGE_PYTHON3_PYEXPAT
>         select BR2_PACKAGE_PYTHON_PYTZ # runtime
> +       select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
>         help
>           Django is a high-level Python Web framework that encourages
>           rapid development and clean, pragmatic design. It takes your
> --
> 2.19.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
@ 2018-11-02  8:55   ` Yegor Yefremov
  2018-11-02 18:21   ` Thomas Petazzoni
  1 sibling, 0 replies; 9+ messages in thread
From: Yegor Yefremov @ 2018-11-02  8:55 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 2, 2018 at 9:53 AM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

> ---
>  package/python-pip/python-pip.hash | 4 ++--
>  package/python-pip/python-pip.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pip/python-pip.hash b/package/python-pip/python-pip.hash
> index c9b574a6dd..1a70f0f7c2 100644
> --- a/package/python-pip/python-pip.hash
> +++ b/package/python-pip/python-pip.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/pip/json
> -md5    52f75ceb21e96c258f289859a2996b60  pip-18.0.tar.gz
> -sha256 a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76  pip-18.0.tar.gz
> +md5    75cad449ad62c88b22de317a26781714  pip-18.1.tar.gz
> +sha256 c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1  pip-18.1.tar.gz
>  # Locally computed sha256 checksums
>  sha256 391a8784e319dae5431477d4cc9bc504fc5d71fd9e89e1c80f1cd3855f5d7cfa  LICENSE.txt
> diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
> index 0a0dce5bca..9ae7e7324f 100644
> --- a/package/python-pip/python-pip.mk
> +++ b/package/python-pip/python-pip.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_PIP_VERSION = 18.0
> +PYTHON_PIP_VERSION = 18.1
>  PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
> -PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579
> +PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7
>  PYTHON_PIP_SETUP_TYPE = setuptools
>  PYTHON_PIP_LICENSE = MIT
>  PYTHON_PIP_LICENSE_FILES = LICENSE.txt
> --
> 2.19.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title.
  2018-11-02  8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
                   ` (2 preceding siblings ...)
  2018-11-02  8:55 ` [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Yegor Yefremov
@ 2018-11-02 18:19 ` Thomas Petazzoni
  3 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2018-11-02 18:19 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  2 Nov 2018 10:53:39 +0200, Asaf Kahlon wrote:
> Renamed 'cython' to 'python-cython'.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-cython/python-cython.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master with a slightly tweaked commit title. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
  2018-11-02  8:55   ` Yegor Yefremov
@ 2018-11-02 18:20   ` Thomas Petazzoni
  1 sibling, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2018-11-02 18:20 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  2 Nov 2018 10:53:40 +0200, Asaf Kahlon wrote:
> The django-admin cli tool is loaded as entry point with
> pkg_resources, which is included in setuptools.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-django/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1
  2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
  2018-11-02  8:55   ` Yegor Yefremov
@ 2018-11-02 18:21   ` Thomas Petazzoni
  1 sibling, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2018-11-02 18:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  2 Nov 2018 10:53:41 +0200, Asaf Kahlon wrote:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-pip/python-pip.hash | 4 ++--
>  package/python-pip/python-pip.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-11-02 18:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02  8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Asaf Kahlon
2018-11-02  8:55   ` Yegor Yefremov
2018-11-02 18:20   ` Thomas Petazzoni
2018-11-02  8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
2018-11-02  8:55   ` Yegor Yefremov
2018-11-02 18:21   ` Thomas Petazzoni
2018-11-02  8:55 ` [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Yegor Yefremov
2018-11-02 18:19 ` Thomas Petazzoni

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.