From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 4/6] python-configshell-fb: bump version
Date: Fri, 4 Sep 2015 14:20:30 +0100 [thread overview]
Message-ID: <55E99A9E.7040302@imgtec.com> (raw)
In-Reply-To: <1441266926-2942-4-git-send-email-cvubrugier@fastmail.fm>
Dear Christophe Vu-Brugier,
On 09/03/2015 08:55 AM, Christophe Vu-Brugier wrote:
> Also add new dependency to python-six.
>
> Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
>
> ---
> Changes since v1:
> * Select BR2_PACKAGE_PYTHON_SIX in Config.in
>
> ---
> package/python-configshell-fb/Config.in | 1 +
> package/python-configshell-fb/python-configshell-fb.mk | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-configshell-fb/Config.in b/package/python-configshell-fb/Config.in
> index 85f47a8..a680ce0 100644
> --- a/package/python-configshell-fb/Config.in
> +++ b/package/python-configshell-fb/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
> select BR2_PACKAGE_PYTHON_PYPARSING
> select BR2_PACKAGE_PYTHON3_READLINE if BR2_PACKAGE_PYTHON3
> select BR2_PACKAGE_PYTHON_READLINE if BR2_PACKAGE_PYTHON
> + select BR2_PACKAGE_PYTHON_SIX
> select BR2_PACKAGE_PYTHON_URWID
> help
> configshell-fb is a Python library that provides a framework
> diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk
> index 76ef48d..d0671d5 100644
> --- a/package/python-configshell-fb/python-configshell-fb.mk
> +++ b/package/python-configshell-fb/python-configshell-fb.mk
> @@ -4,11 +4,11 @@
> #
> ################################################################################
>
> -PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb15
> +PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
> PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
> PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
> PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
> PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
> -PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-urwid
> +PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-six python-urwid
>
> $(eval $(python-package))
>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Compile test for MIPS architecture:
$ grep ^PYTHON_CONFIGSHELL_FB_VERSION
package/python-configshell-fb/python-configshell-fb.mk
PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
$ file
output/target/usr/lib/python2.7/site-packages/configshell_fb/console.pyc
output/target/usr/lib/python2.7/site-packages/configshell_fb/console.pyc: DBase
3 data file (1435076290 records)
Regards,
Vincent.
next prev parent reply other threads:[~2015-09-04 13:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-03 7:55 [Buildroot] [PATCH v2 1/6] python-urwid: bump version and add checksums Christophe Vu-Brugier
2015-09-03 7:55 ` [Buildroot] [PATCH v2 2/6] python-pyparsing: bump version Christophe Vu-Brugier
2015-09-04 13:20 ` Vicente Olivert Riera
2015-10-03 12:17 ` Peter Korsgaard
2015-09-03 7:55 ` [Buildroot] [PATCH v2 3/6] python-rtslib-fb: " Christophe Vu-Brugier
2015-09-04 13:20 ` Vicente Olivert Riera
2015-10-03 12:18 ` Peter Korsgaard
2015-09-03 7:55 ` [Buildroot] [PATCH v2 4/6] python-configshell-fb: " Christophe Vu-Brugier
2015-09-04 13:20 ` Vicente Olivert Riera [this message]
2015-10-03 12:19 ` Peter Korsgaard
2015-09-03 7:55 ` [Buildroot] [PATCH v2 5/6] targetcli-fb: " Christophe Vu-Brugier
2015-09-04 13:22 ` Vicente Olivert Riera
2015-10-03 12:20 ` Peter Korsgaard
2015-09-03 7:55 ` [Buildroot] [PATCH v2 6/6] targetcli-fb: systemd support Christophe Vu-Brugier
2015-09-04 13:20 ` Vicente Olivert Riera
2015-10-03 12:21 ` Peter Korsgaard
2015-09-04 13:20 ` [Buildroot] [PATCH v2 1/6] python-urwid: bump version and add checksums Vicente Olivert Riera
2015-10-03 12:15 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55E99A9E.7040302@imgtec.com \
--to=vincent.riera@imgtec.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox