All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-termcolor: new package
@ 2019-07-26 19:10 Asaf Kahlon
  2019-07-26 19:10 ` [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0 Asaf Kahlon
  2019-07-27  1:59 ` [Buildroot] [PATCH 1/2] python-termcolor: new package Carlos Santos
  0 siblings, 2 replies; 6+ messages in thread
From: Asaf Kahlon @ 2019-07-26 19:10 UTC (permalink / raw)
  To: buildroot

ANSII Color formatting for output in terminal.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/Config.in                              |  1 +
 package/python-termcolor/Config.in             |  6 ++++++
 package/python-termcolor/python-termcolor.hash |  5 +++++
 package/python-termcolor/python-termcolor.mk   | 14 ++++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 package/python-termcolor/Config.in
 create mode 100644 package/python-termcolor/python-termcolor.hash
 create mode 100644 package/python-termcolor/python-termcolor.mk

diff --git a/package/Config.in b/package/Config.in
index 90dddfd346..9b2cc7522d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1075,6 +1075,7 @@ menu "External python modules"
 	source "package/python-systemd/Config.in"
 	source "package/python-tabledata/Config.in"
 	source "package/python-tempora/Config.in"
+	source "package/python-termcolor/Config.in"
 	source "package/python-terminaltables/Config.in"
 	source "package/python-texttable/Config.in"
 	source "package/python-thrift/Config.in"
diff --git a/package/python-termcolor/Config.in b/package/python-termcolor/Config.in
new file mode 100644
index 0000000000..e89da9b965
--- /dev/null
+++ b/package/python-termcolor/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_TERMCOLOR
+	bool "python-termcolor"
+	help
+	  ANSII Color formatting for output in terminal.
+
+	  http://pypi.python.org/pypi/termcolor
diff --git a/package/python-termcolor/python-termcolor.hash b/package/python-termcolor/python-termcolor.hash
new file mode 100644
index 0000000000..7cccc3ec97
--- /dev/null
+++ b/package/python-termcolor/python-termcolor.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/termcolor/json
+md5	043e89644f8909d462fbbfa511c768df  termcolor-1.1.0.tar.gz
+sha256	1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b  termcolor-1.1.0.tar.gz
+# Locally computed sha256 checksums
+sha256	497b3272b67b94a7aa58fa3748d21b62b29ccb783b1cda816f594e3932590bbf  COPYING.txt
diff --git a/package/python-termcolor/python-termcolor.mk b/package/python-termcolor/python-termcolor.mk
new file mode 100644
index 0000000000..ccdff4c0d7
--- /dev/null
+++ b/package/python-termcolor/python-termcolor.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-termcolor
+#
+################################################################################
+
+PYTHON_TERMCOLOR_VERSION = 1.1.0
+PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
+PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981
+PYTHON_TERMCOLOR_SETUP_TYPE = distutils
+PYTHON_TERMCOLOR_LICENSE = MIT
+PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
+
+$(eval $(python-package))
-- 
2.20.1

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

* [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0
  2019-07-26 19:10 [Buildroot] [PATCH 1/2] python-termcolor: new package Asaf Kahlon
@ 2019-07-26 19:10 ` Asaf Kahlon
  2019-07-27  2:08   ` Carlos Santos
  2019-07-27  1:59 ` [Buildroot] [PATCH 1/2] python-termcolor: new package Carlos Santos
  1 sibling, 1 reply; 6+ messages in thread
From: Asaf Kahlon @ 2019-07-26 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-fire/Config.in        | 1 +
 package/python-fire/python-fire.hash | 4 ++--
 package/python-fire/python-fire.mk   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/python-fire/Config.in b/package/python-fire/Config.in
index 2c6e55ab6b..9c816b0fd0 100644
--- a/package/python-fire/Config.in
+++ b/package/python-fire/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_FIRE
 	bool "python-fire"
 	select BR2_PACKAGE_PYTHON_SIX # runtime
+	select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
 	help
 	  A library for automatically generating command line
 	  interfaces.
diff --git a/package/python-fire/python-fire.hash b/package/python-fire/python-fire.hash
index d6304369d5..6c48950b7a 100644
--- a/package/python-fire/python-fire.hash
+++ b/package/python-fire/python-fire.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/fire/json
-md5	44c51c634b61acc7ed42a413a64de38a  fire-0.1.3.tar.gz
-sha256	c299d16064ff81cbb649b65988300d4a28b71ecfb789d1fb74d99ea98ae4d2eb  fire-0.1.3.tar.gz
+md5	dccf1cbd740146d52d9896e4a5ba673e  fire-0.2.0.tar.gz
+sha256	cdae28ea728d6cad487c900d534426d2cd09ddd2993287a885ff7c8accb097c8  fire-0.2.0.tar.gz
 # Locally computed sha256 checksums
 sha256	a5de77b62266bca0bb97bf058992f0b0f308a83a8ca55ee10fbf6bd8ed8f7ed0  LICENSE
diff --git a/package/python-fire/python-fire.mk b/package/python-fire/python-fire.mk
index bdb5ee191c..2573a577db 100644
--- a/package/python-fire/python-fire.mk
+++ b/package/python-fire/python-fire.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FIRE_VERSION = 0.1.3
+PYTHON_FIRE_VERSION = 0.2.0
 PYTHON_FIRE_SOURCE = fire-$(PYTHON_FIRE_VERSION).tar.gz
-PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/5a/b7/205702f348aab198baecd1d8344a90748cb68f53bdcd1cc30cbc08e47d3e
+PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/40/6e/48cf0cffb7bf0bb58746bff99ed2d1a2769a32c4d74c06f988eb3e554f86
 PYTHON_FIRE_SETUP_TYPE = setuptools
 PYTHON_FIRE_LICENSE = Apache-2.0
 PYTHON_FIRE_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 1/2] python-termcolor: new package
  2019-07-26 19:10 [Buildroot] [PATCH 1/2] python-termcolor: new package Asaf Kahlon
  2019-07-26 19:10 ` [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0 Asaf Kahlon
@ 2019-07-27  1:59 ` Carlos Santos
  2019-07-27  2:11   ` Carlos Santos
  1 sibling, 1 reply; 6+ messages in thread
From: Carlos Santos @ 2019-07-27  1:59 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 26, 2019 at 4:10 PM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> ANSII Color formatting for output in terminal.
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/Config.in                              |  1 +
>  package/python-termcolor/Config.in             |  6 ++++++
>  package/python-termcolor/python-termcolor.hash |  5 +++++
>  package/python-termcolor/python-termcolor.mk   | 14 ++++++++++++++
>  4 files changed, 26 insertions(+)
>  create mode 100644 package/python-termcolor/Config.in
>  create mode 100644 package/python-termcolor/python-termcolor.hash
>  create mode 100644 package/python-termcolor/python-termcolor.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 90dddfd346..9b2cc7522d 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1075,6 +1075,7 @@ menu "External python modules"
>         source "package/python-systemd/Config.in"
>         source "package/python-tabledata/Config.in"
>         source "package/python-tempora/Config.in"
> +       source "package/python-termcolor/Config.in"
>         source "package/python-terminaltables/Config.in"
>         source "package/python-texttable/Config.in"
>         source "package/python-thrift/Config.in"
> diff --git a/package/python-termcolor/Config.in b/package/python-termcolor/Config.in
> new file mode 100644
> index 0000000000..e89da9b965
> --- /dev/null
> +++ b/package/python-termcolor/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PYTHON_TERMCOLOR
> +       bool "python-termcolor"
> +       help
> +         ANSII Color formatting for output in terminal.
> +
> +         http://pypi.python.org/pypi/termcolor
> diff --git a/package/python-termcolor/python-termcolor.hash b/package/python-termcolor/python-termcolor.hash
> new file mode 100644
> index 0000000000..7cccc3ec97
> --- /dev/null
> +++ b/package/python-termcolor/python-termcolor.hash
> @@ -0,0 +1,5 @@
> +# md5, sha256 from https://pypi.org/pypi/termcolor/json
> +md5    043e89644f8909d462fbbfa511c768df  termcolor-1.1.0.tar.gz
> +sha256 1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b  termcolor-1.1.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256 497b3272b67b94a7aa58fa3748d21b62b29ccb783b1cda816f594e3932590bbf  COPYING.txt
> diff --git a/package/python-termcolor/python-termcolor.mk b/package/python-termcolor/python-termcolor.mk
> new file mode 100644
> index 0000000000..ccdff4c0d7
> --- /dev/null
> +++ b/package/python-termcolor/python-termcolor.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# python-termcolor
> +#
> +################################################################################
> +
> +PYTHON_TERMCOLOR_VERSION = 1.1.0
> +PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
> +PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981
> +PYTHON_TERMCOLOR_SETUP_TYPE = distutils
> +PYTHON_TERMCOLOR_LICENSE = MIT
> +PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
> +
> +$(eval $(python-package))
> --

Must select BR2_PACKAGE_PYTHON_ENUM

# python
Python 2.7.16 (default, Jul 26 2019, 21:32:02)
[GCC 8.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import fire
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "usr/lib/python2.7/site-packages/fire/__init__.py", line 21, in <module>
  File "usr/lib/python2.7/site-packages/fire/core.py", line 65, in <module>
  File "usr/lib/python2.7/site-packages/fire/completion.py", line 25,
in <module>
  File "usr/lib/python2.7/site-packages/fire/inspectutils.py", line
22, in <module>
  File "usr/lib/python2.7/site-packages/fire/docstrings.py", line 61,
in <module>
ImportError: No module named enum

---
Carlos Santos <unixmania@gmail.com>

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

* [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0
  2019-07-26 19:10 ` [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0 Asaf Kahlon
@ 2019-07-27  2:08   ` Carlos Santos
  2019-07-27  6:33     ` Asaf Kahlon
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos Santos @ 2019-07-27  2:08 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 26, 2019 at 4:10 PM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-fire/Config.in        | 1 +
>  package/python-fire/python-fire.hash | 4 ++--
>  package/python-fire/python-fire.mk   | 4 ++--
>  3 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-fire/Config.in b/package/python-fire/Config.in
> index 2c6e55ab6b..9c816b0fd0 100644
> --- a/package/python-fire/Config.in
> +++ b/package/python-fire/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_PYTHON_FIRE
>         bool "python-fire"
>         select BR2_PACKAGE_PYTHON_SIX # runtime
> +       select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
>         help
>           A library for automatically generating command line
>           interfaces.
> diff --git a/package/python-fire/python-fire.hash b/package/python-fire/python-fire.hash
> index d6304369d5..6c48950b7a 100644
> --- a/package/python-fire/python-fire.hash
> +++ b/package/python-fire/python-fire.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/fire/json
> -md5    44c51c634b61acc7ed42a413a64de38a  fire-0.1.3.tar.gz
> -sha256 c299d16064ff81cbb649b65988300d4a28b71ecfb789d1fb74d99ea98ae4d2eb  fire-0.1.3.tar.gz
> +md5    dccf1cbd740146d52d9896e4a5ba673e  fire-0.2.0.tar.gz
> +sha256 cdae28ea728d6cad487c900d534426d2cd09ddd2993287a885ff7c8accb097c8  fire-0.2.0.tar.gz
>  # Locally computed sha256 checksums
>  sha256 a5de77b62266bca0bb97bf058992f0b0f308a83a8ca55ee10fbf6bd8ed8f7ed0  LICENSE
> diff --git a/package/python-fire/python-fire.mk b/package/python-fire/python-fire.mk
> index bdb5ee191c..2573a577db 100644
> --- a/package/python-fire/python-fire.mk
> +++ b/package/python-fire/python-fire.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_FIRE_VERSION = 0.1.3
> +PYTHON_FIRE_VERSION = 0.2.0
>  PYTHON_FIRE_SOURCE = fire-$(PYTHON_FIRE_VERSION).tar.gz
> -PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/5a/b7/205702f348aab198baecd1d8344a90748cb68f53bdcd1cc30cbc08e47d3e
> +PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/40/6e/48cf0cffb7bf0bb58746bff99ed2d1a2769a32c4d74c06f988eb3e554f86
>  PYTHON_FIRE_SETUP_TYPE = setuptools
>  PYTHON_FIRE_LICENSE = Apache-2.0
>  PYTHON_FIRE_LICENSE_FILES = LICENSE
> --
> 2.20.1

Must select BR2_PACKAGE_PYTHON_ENUM

# python
Python 2.7.16 (default, Jul 26 2019, 21:32:02)
[GCC 8.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import fire
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "usr/lib/python2.7/site-packages/fire/__init__.py", line 21, in <module>
  File "usr/lib/python2.7/site-packages/fire/core.py", line 65, in <module>
  File "usr/lib/python2.7/site-packages/fire/completion.py", line 25,
in <module>
  File "usr/lib/python2.7/site-packages/fire/inspectutils.py", line
22, in <module>
  File "usr/lib/python2.7/site-packages/fire/docstrings.py", line 61,
in <module>
ImportError: No module named enum

--
Carlos Santos <unixmania@gmail.com>

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

* [Buildroot] [PATCH 1/2] python-termcolor: new package
  2019-07-27  1:59 ` [Buildroot] [PATCH 1/2] python-termcolor: new package Carlos Santos
@ 2019-07-27  2:11   ` Carlos Santos
  0 siblings, 0 replies; 6+ messages in thread
From: Carlos Santos @ 2019-07-27  2:11 UTC (permalink / raw)
  To: buildroot

On Fri, Jul 26, 2019 at 10:59 PM Carlos Santos <unixmania@gmail.com> wrote:
>
> On Fri, Jul 26, 2019 at 4:10 PM Asaf Kahlon <asafka7@gmail.com> wrote:
> >
> > ANSII Color formatting for output in terminal.
> >
> > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> > ---
> >  package/Config.in                              |  1 +
> >  package/python-termcolor/Config.in             |  6 ++++++
> >  package/python-termcolor/python-termcolor.hash |  5 +++++
> >  package/python-termcolor/python-termcolor.mk   | 14 ++++++++++++++
> >  4 files changed, 26 insertions(+)
> >  create mode 100644 package/python-termcolor/Config.in
> >  create mode 100644 package/python-termcolor/python-termcolor.hash
> >  create mode 100644 package/python-termcolor/python-termcolor.mk
> >
> > diff --git a/package/Config.in b/package/Config.in
> > index 90dddfd346..9b2cc7522d 100644
> > --- a/package/Config.in
> > +++ b/package/Config.in
> > @@ -1075,6 +1075,7 @@ menu "External python modules"
> >         source "package/python-systemd/Config.in"
> >         source "package/python-tabledata/Config.in"
> >         source "package/python-tempora/Config.in"
> > +       source "package/python-termcolor/Config.in"
> >         source "package/python-terminaltables/Config.in"
> >         source "package/python-texttable/Config.in"
> >         source "package/python-thrift/Config.in"
> > diff --git a/package/python-termcolor/Config.in b/package/python-termcolor/Config.in
> > new file mode 100644
> > index 0000000000..e89da9b965
> > --- /dev/null
> > +++ b/package/python-termcolor/Config.in
> > @@ -0,0 +1,6 @@
> > +config BR2_PACKAGE_PYTHON_TERMCOLOR
> > +       bool "python-termcolor"
> > +       help
> > +         ANSII Color formatting for output in terminal.
> > +
> > +         http://pypi.python.org/pypi/termcolor
> > diff --git a/package/python-termcolor/python-termcolor.hash b/package/python-termcolor/python-termcolor.hash
> > new file mode 100644
> > index 0000000000..7cccc3ec97
> > --- /dev/null
> > +++ b/package/python-termcolor/python-termcolor.hash
> > @@ -0,0 +1,5 @@
> > +# md5, sha256 from https://pypi.org/pypi/termcolor/json
> > +md5    043e89644f8909d462fbbfa511c768df  termcolor-1.1.0.tar.gz
> > +sha256 1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b  termcolor-1.1.0.tar.gz
> > +# Locally computed sha256 checksums
> > +sha256 497b3272b67b94a7aa58fa3748d21b62b29ccb783b1cda816f594e3932590bbf  COPYING.txt
> > diff --git a/package/python-termcolor/python-termcolor.mk b/package/python-termcolor/python-termcolor.mk
> > new file mode 100644
> > index 0000000000..ccdff4c0d7
> > --- /dev/null
> > +++ b/package/python-termcolor/python-termcolor.mk
> > @@ -0,0 +1,14 @@
> > +################################################################################
> > +#
> > +# python-termcolor
> > +#
> > +################################################################################
> > +
> > +PYTHON_TERMCOLOR_VERSION = 1.1.0
> > +PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
> > +PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981
> > +PYTHON_TERMCOLOR_SETUP_TYPE = distutils
> > +PYTHON_TERMCOLOR_LICENSE = MIT
> > +PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
> > +
> > +$(eval $(python-package))
> > --
>
> Must select BR2_PACKAGE_PYTHON_ENUM
>
> # python
> Python 2.7.16 (default, Jul 26 2019, 21:32:02)
> [GCC 8.2.0] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import fire
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "usr/lib/python2.7/site-packages/fire/__init__.py", line 21, in <module>
>   File "usr/lib/python2.7/site-packages/fire/core.py", line 65, in <module>
>   File "usr/lib/python2.7/site-packages/fire/completion.py", line 25,
> in <module>
>   File "usr/lib/python2.7/site-packages/fire/inspectutils.py", line
> 22, in <module>
>   File "usr/lib/python2.7/site-packages/fire/docstrings.py", line 61,
> in <module>
> ImportError: No module named enum
>
> ---
> Carlos Santos <unixmania@gmail.com>

Sorry, it's python-fire that requires enum.

-- 
Carlos Santos <unixmania@gmail.com>

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

* [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0
  2019-07-27  2:08   ` Carlos Santos
@ 2019-07-27  6:33     ` Asaf Kahlon
  0 siblings, 0 replies; 6+ messages in thread
From: Asaf Kahlon @ 2019-07-27  6:33 UTC (permalink / raw)
  To: buildroot

You're right.
I tested it for Python 3 only... Anyway, I sent a v2.

On Sat, Jul 27, 2019 at 5:08 AM Carlos Santos <unixmania@gmail.com> wrote:
>
> On Fri, Jul 26, 2019 at 4:10 PM Asaf Kahlon <asafka7@gmail.com> wrote:
> >
> > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> > ---
> >  package/python-fire/Config.in        | 1 +
> >  package/python-fire/python-fire.hash | 4 ++--
> >  package/python-fire/python-fire.mk   | 4 ++--
> >  3 files changed, 5 insertions(+), 4 deletions(-)
> >
> > diff --git a/package/python-fire/Config.in b/package/python-fire/Config.in
> > index 2c6e55ab6b..9c816b0fd0 100644
> > --- a/package/python-fire/Config.in
> > +++ b/package/python-fire/Config.in
> > @@ -1,6 +1,7 @@
> >  config BR2_PACKAGE_PYTHON_FIRE
> >         bool "python-fire"
> >         select BR2_PACKAGE_PYTHON_SIX # runtime
> > +       select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
> >         help
> >           A library for automatically generating command line
> >           interfaces.
> > diff --git a/package/python-fire/python-fire.hash b/package/python-fire/python-fire.hash
> > index d6304369d5..6c48950b7a 100644
> > --- a/package/python-fire/python-fire.hash
> > +++ b/package/python-fire/python-fire.hash
> > @@ -1,5 +1,5 @@
> >  # md5, sha256 from https://pypi.org/pypi/fire/json
> > -md5    44c51c634b61acc7ed42a413a64de38a  fire-0.1.3.tar.gz
> > -sha256 c299d16064ff81cbb649b65988300d4a28b71ecfb789d1fb74d99ea98ae4d2eb  fire-0.1.3.tar.gz
> > +md5    dccf1cbd740146d52d9896e4a5ba673e  fire-0.2.0.tar.gz
> > +sha256 cdae28ea728d6cad487c900d534426d2cd09ddd2993287a885ff7c8accb097c8  fire-0.2.0.tar.gz
> >  # Locally computed sha256 checksums
> >  sha256 a5de77b62266bca0bb97bf058992f0b0f308a83a8ca55ee10fbf6bd8ed8f7ed0  LICENSE
> > diff --git a/package/python-fire/python-fire.mk b/package/python-fire/python-fire.mk
> > index bdb5ee191c..2573a577db 100644
> > --- a/package/python-fire/python-fire.mk
> > +++ b/package/python-fire/python-fire.mk
> > @@ -4,9 +4,9 @@
> >  #
> >  ################################################################################
> >
> > -PYTHON_FIRE_VERSION = 0.1.3
> > +PYTHON_FIRE_VERSION = 0.2.0
> >  PYTHON_FIRE_SOURCE = fire-$(PYTHON_FIRE_VERSION).tar.gz
> > -PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/5a/b7/205702f348aab198baecd1d8344a90748cb68f53bdcd1cc30cbc08e47d3e
> > +PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/40/6e/48cf0cffb7bf0bb58746bff99ed2d1a2769a32c4d74c06f988eb3e554f86
> >  PYTHON_FIRE_SETUP_TYPE = setuptools
> >  PYTHON_FIRE_LICENSE = Apache-2.0
> >  PYTHON_FIRE_LICENSE_FILES = LICENSE
> > --
> > 2.20.1
>
> Must select BR2_PACKAGE_PYTHON_ENUM
>
> # python
> Python 2.7.16 (default, Jul 26 2019, 21:32:02)
> [GCC 8.2.0] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import fire
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "usr/lib/python2.7/site-packages/fire/__init__.py", line 21, in <module>
>   File "usr/lib/python2.7/site-packages/fire/core.py", line 65, in <module>
>   File "usr/lib/python2.7/site-packages/fire/completion.py", line 25,
> in <module>
>   File "usr/lib/python2.7/site-packages/fire/inspectutils.py", line
> 22, in <module>
>   File "usr/lib/python2.7/site-packages/fire/docstrings.py", line 61,
> in <module>
> ImportError: No module named enum
>
> --
> Carlos Santos <unixmania@gmail.com>

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

end of thread, other threads:[~2019-07-27  6:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 19:10 [Buildroot] [PATCH 1/2] python-termcolor: new package Asaf Kahlon
2019-07-26 19:10 ` [Buildroot] [PATCH 2/2] package/python-fire: bump to version 0.2.0 Asaf Kahlon
2019-07-27  2:08   ` Carlos Santos
2019-07-27  6:33     ` Asaf Kahlon
2019-07-27  1:59 ` [Buildroot] [PATCH 1/2] python-termcolor: new package Carlos Santos
2019-07-27  2:11   ` Carlos Santos

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.