All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14
Date: Mon, 22 Jul 2013 17:22:25 +0200	[thread overview]
Message-ID: <878v0ypqku.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1374479727-2105-2-git-send-email-fabien.marteau@armadeus.com> (Fabien Marteau's message of "Mon, 22 Jul 2013 09:55:27 +0200")

>>>>> "F" == Fabien Marteau <fabien.marteau@armadeus.com> writes:

 F> Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com>
 F> ---
 F>  package/Config.in                  |    1 +
 F>  package/python-pyro/Config.in      |    9 +++++++++
 F>  package/python-pyro/python-pyro.mk |   18 ++++++++++++++++++
 F>  3 files changed, 28 insertions(+)
 F>  create mode 100644 package/python-pyro/Config.in
 F>  create mode 100644 package/python-pyro/python-pyro.mk

 F> diff --git a/package/Config.in b/package/Config.in
 F> index 7730317..9e1c0ae 100644
 F> --- a/package/Config.in
 F> +++ b/package/Config.in
 F> @@ -358,6 +358,7 @@ source "package/python-nfc/Config.in"
 F>  source "package/python-protobuf/Config.in"
 F>  source "package/python-pygame/Config.in"
 F>  source "package/python-pyparsing/Config.in"
 F> +source "package/python-pyro/Config.in"
 F>  source "package/python-serial/Config.in"
 F>  source "package/python-setuptools/Config.in"
 F>  source "package/python-thrift/Config.in"
 F> diff --git a/package/python-pyro/Config.in b/package/python-pyro/Config.in
 F> new file mode 100644
 F> index 0000000..60a3b22
 F> --- /dev/null
 F> +++ b/package/python-pyro/Config.in
 F> @@ -0,0 +1,9 @@
 F> +config BR2_PACKAGE_PYTHON_PYRO
 F> +	bool "python-pyro"
 F> +	depends on BR2_PACKAGE_PYTHON
 F> +	help
 F> +	  python-pyro is a Python library stands for PYthon Remote Objects.
 F> +	  It is an advanced and powerful Distributed Object Technology system
 F> +	  written entirely in Python, that is designed to be very easy to use..
 F> +
 F> +	  https://pypi.python.org/pypi/Pyro/3.14

I dropped the 3.14 here so it doesn't get out of sync when/if we ever
upgrade.

 F> +++ b/package/python-pyro/python-pyro.mk
 F> @@ -0,0 +1,18 @@
 F> +################################################################################
 F> +#
 F> +# python-pyro
 F> +#
 F> +################################################################################
 F> +
 F> +PYTHON_PYRO_VERSION = 3.14
 F> +PYTHON_PYRO_SOURCE  = Pyro-$(PYTHON_PYRO_VERSION).tar.gz
 F> +PYTHON_PYRO_SITE    = https://pypi.python.org/packages/source/P/Pyro/
 F> +PYTHON_PYRO_LICENSE = MIT
 F> +PYTHON_PYRO_LICENSE_FILE = LICENSE

The variable is called _LICENSE_FILES

Committed with these fixes, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-07-22 15:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22  7:55 [Buildroot] [PATCH 0/1] Third resend: adding python-pyro Fabien Marteau
2013-07-22  7:55 ` [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14 Fabien Marteau
2013-07-22 15:22   ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-22  7:10 [Buildroot] [PATCH 0/1] resend: adding python-pyro Fabien Marteau
2013-07-22  7:10 ` [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14 Fabien Marteau
2013-07-18  7:50 [Buildroot] [PATCH 0/1] package/python-pyro: Adding Python module " Fabien Marteau
2013-07-18  7:50 ` [Buildroot] [PATCH 1/1] package/python-pyro: adding " Fabien Marteau
2013-07-21 22:17   ` Peter Korsgaard
2013-07-22  6:48     ` Fabien Marteau

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=878v0ypqku.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 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.