mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] python3-configshell: new package
Date: Tue, 06 Oct 2020 10:18:36 +0200	[thread overview]
Message-ID: <E1kPiBA-0004z6-Tf@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200921083057.4074995-1-l.stach@pengutronix.de>

Thanks, applied as 623c1c6127ce501e628649facb24160fd6eea3da.

Michael

[sent from post-receive hook]

On Tue, 06 Oct 2020 10:18:36 +0200, Lucas Stach <l.stach@pengutronix.de> wrote:
> A framework to implement simple but nice CLIs.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20200921083057.4074995-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-configshell.in b/rules/python3-configshell.in
> new file mode 100644
> index 000000000000..e83bd2d6f6fe
> --- /dev/null
> +++ b/rules/python3-configshell.in
> @@ -0,0 +1,11 @@
> +## SECTION=python3
> +
> +config PYTHON3_CONFIGSHELL
> +	tristate
> +	select PYTHON3
> +	select PYTHON3_SIX
> +	select PYTHON3_READLINE
> +	select PYTHON3_PYPARSING
> +	prompt "python3-configshell"
> +	help
> +	  A framework to implement simple but nice CLIs.
> diff --git a/rules/python3-configshell.make b/rules/python3-configshell.make
> new file mode 100644
> index 000000000000..60642b987e9b
> --- /dev/null
> +++ b/rules/python3-configshell.make
> @@ -0,0 +1,55 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2020 by Lucas Stach <l.stach@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_PYTHON3_CONFIGSHELL) += python3-configshell
> +
> +#
> +# Paths and names
> +#
> +PYTHON3_CONFIGSHELL_VERSION	:= 1.1.28
> +PYTHON3_CONFIGSHELL_MD5		:= effc6c44784e5cd77e2eacd07bef494d
> +PYTHON3_CONFIGSHELL		:= configshell-fb-$(PYTHON3_CONFIGSHELL_VERSION)
> +PYTHON3_CONFIGSHELL_SUFFIX	:= tar.gz
> +PYTHON3_CONFIGSHELL_URL		:= https://pypi.io/packages/source/c/configshell-fb/$(PYTHON3_CONFIGSHELL).$(PYTHON3_CONFIGSHELL_SUFFIX)
> +PYTHON3_CONFIGSHELL_SOURCE	:= $(SRCDIR)/$(PYTHON3_CONFIGSHELL).$(PYTHON3_CONFIGSHELL_SUFFIX)
> +PYTHON3_CONFIGSHELL_DIR		:= $(BUILDDIR)/$(PYTHON3_CONFIGSHELL)
> +PYTHON3_CONFIGSHELL_LICENSE	:= Apache-2.0
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +#
> +# python3
> +#
> +PYTHON3_CONFIGSHELL_CONF_TOOL	:= python3
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/python3-configshell.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, python3-configshell)
> +	@$(call install_fixup, python3-configshell,PRIORITY,optional)
> +	@$(call install_fixup, python3-configshell,SECTION,base)
> +	@$(call install_fixup, python3-configshell,AUTHOR,"Lucas Stach <l.stach@pengutronix.de>")
> +	@$(call install_fixup, python3-configshell,DESCRIPTION,missing)
> +
> +	@$(call install_glob, python3-configshell, 0, 0, -, \
> +		$(PYTHON3_SITEPACKAGES)/configshell_fb,, *.py)
> +
> +	@$(call install_finish, python3-configshell)
> +
> +	@$(call touch)
> +
> +# vim: syntax=make

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      parent reply	other threads:[~2020-10-06  8:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21  8:30 [ptxdist] [PATCH v2 1/2] " Lucas Stach
2020-09-21  8:30 ` [ptxdist] [PATCH v2 2/2] nvmetcli: " Lucas Stach
2020-10-06  8:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06  8:18 ` Michael Olbrich [this message]

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=E1kPiBA-0004z6-Tf@dude02.hi.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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