From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by mail.openembedded.org (Postfix) with ESMTP id 4011B745BC for ; Tue, 31 Jul 2018 03:10:26 +0000 (UTC) X-Originating-IP: 50.37.87.235 Received: from xps13.localdomain (50-37-87-235.mscw.id.frontiernet.net [50.37.87.235]) (Authenticated sender: robert.joslyn@redrectangle.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 4B4791BF208; Tue, 31 Jul 2018 03:10:25 +0000 (UTC) From: Robert Joslyn To: openembedded-devel@lists.openembedded.org Date: Mon, 30 Jul 2018 20:09:32 -0700 Message-Id: <20180731030937.3685-1-robert.joslyn@redrectangle.org> X-Mailer: git-send-email 2.16.4 X-Spam-Level: Subject: [meta-python][PATCH v2 0/5] Add python3-behave Recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 03:10:27 -0000 Add Python 3 version of python-behave and its dependencies. Fix missing dependencies for the Python 2 recipe as well. Changes in v2: * Clarify license of python-parse-type from BSD to BSD-3-Clause * Add HOMEPAGE to python-parse-type.inc Robert Joslyn (5): python-linecache2: Add recipe python-traceback2: Add recipe python-parse: Update to 1.8.4 and add Python 3 version python-parse-type: Add Python 3 recipe python-behave: Add Python 3 recipe meta-python/recipes-devtools/python/python-behave.inc | 15 +++++++++++++++ .../recipes-devtools/python/python-behave_1.2.6.bb | 16 +++++++--------- .../recipes-devtools/python/python-linecache2_1.0.0.bb | 13 +++++++++++++ .../recipes-devtools/python/python-parse-type.inc | 12 ++++++++++++ .../recipes-devtools/python/python-parse-type_0.4.2.bb | 13 ++----------- meta-python/recipes-devtools/python/python-parse.inc | 13 +++++++++++++ .../recipes-devtools/python/python-parse_1.8.2.bb | 13 ------------- .../recipes-devtools/python/python-parse_1.8.4.bb | 2 ++ .../recipes-devtools/python/python-traceback2_1.4.0.bb | 15 +++++++++++++++ .../recipes-devtools/python/python3-behave_1.2.6.bb | 2 ++ .../recipes-devtools/python/python3-parse-type_0.4.2.bb | 2 ++ .../recipes-devtools/python/python3-parse_1.8.4.bb | 2 ++ 12 files changed, 85 insertions(+), 33 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-behave.inc create mode 100644 meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python-parse-type.inc create mode 100644 meta-python/recipes-devtools/python/python-parse.inc delete mode 100644 meta-python/recipes-devtools/python/python-parse_1.8.2.bb create mode 100644 meta-python/recipes-devtools/python/python-parse_1.8.4.bb create mode 100644 meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-behave_1.2.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse_1.8.4.bb -- 2.16.4