From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/6] package/python-wsgiref: new package
Date: Thu, 20 Jun 2019 22:25:25 +0200 [thread overview]
Message-ID: <20190620222525.0f8f96dd@windsurf> (raw)
In-Reply-To: <20190531171654.17906-6-matthew.weber@rockwellcollins.com>
On Fri, 31 May 2019 12:16:54 -0500
Matt Weber <matthew.weber@rockwellcollins.com> wrote:
> The Web Server Gateway Interface (WSGI) package defines a
> standard interface between web server software and web
> applications.
>
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
This module doesn't seem to be Python 3.x ready:
Traceback (most recent call last):
File "setup.py", line 5, in <module>
import ez_setup
File "/home/thomas/projets/buildroot/output/build/python-wsgiref-0.1.2/ez_setup/__init__.py", line 170
print "Setuptools version",version,"or greater has been installed."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Setuptools version",version,"or greater has been installed.")?
make[1]: *** [package/pkg-generic.mk:241: /home/thomas/projets/buildroot/output/build/python-wsgiref-0.1.2/.stamp_built] Error 1
> +PYTHON_WSGIREF_LICENSE = PSF or ZPL
Neither of these are valid SPDX license codes according to
https://spdx.org/licenses/.
Could you have a look at those two issues ?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-06-20 20:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-31 17:16 [Buildroot] [PATCH 1/6] package/python-colorama: new package Matt Weber
2019-05-31 17:16 ` [Buildroot] [PATCH 2/6] package/python-iptables: " Matt Weber
2019-06-20 20:03 ` Thomas Petazzoni
2019-05-31 17:16 ` [Buildroot] [PATCH 3/6] package/python-pycairo: " Matt Weber
2019-06-20 20:17 ` Thomas Petazzoni
2019-05-31 17:16 ` [Buildroot] [PATCH 4/6] package/python-tinyrpc: " Matt Weber
2019-06-20 20:19 ` Thomas Petazzoni
2019-05-31 17:16 ` [Buildroot] [PATCH 5/6] package/python-txdbus: " Matt Weber
2019-06-20 20:23 ` Thomas Petazzoni
2019-05-31 17:16 ` [Buildroot] [PATCH 6/6] package/python-wsgiref: " Matt Weber
2019-06-20 20:25 ` Thomas Petazzoni [this message]
2019-06-25 9:47 ` Matthew Weber
2019-06-20 20:02 ` [Buildroot] [PATCH 1/6] package/python-colorama: " Thomas Petazzoni
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=20190620222525.0f8f96dd@windsurf \
--to=thomas.petazzoni@bootlin.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 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.