From patchwork Fri Sep 16 10:37:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12897 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4F5AECAAD8 for ; Fri, 16 Sep 2022 10:38:18 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web08.4516.1663324696350009795 for ; Fri, 16 Sep 2022 03:38:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=ksnvIm+P; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zc/JLuUZ80C7kUktQOXgqf2hHuH82dgonc3tGNfp818=; b=ksnvIm+Pjc6f+SY+u9rGRa/bUE IhXamU/+8brMHFl6gbf86YY1V+j1+d9/MksLB6cJuuxRSxdIQp0bFh5MBA9P/7Rx5D5n8kBbsi17C rMPC5qP41JynTvmBPGVyU7LqVzQtD8j1YkZmFdPt4mpjF7oQCpcMc3ymTGiQ06cVlt1Jis15eSFun xorerbC9JvJrS3J7G1E3asplOKs265YG8TIeGqfAa6IoaKzCnL5r3ONBbYLQukpvXXqXzgMPy7omI Bk8VAMmYW2Jp4Q0zzJMcxHcEK9Og/aHhq7D/iuiWI3ML98wANfTGuyqCkihC6kiy/+GAgBjswfDBP L24USm6A==; Received: from lan.nucleusys.com ([92.247.61.126]:49096 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oZ8jl-0005VH-DA; Fri, 16 Sep 2022 13:38:14 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/4] python3-ujson: Upgrade 5.4.0 -> 5.5.0 Date: Fri, 16 Sep 2022 13:37:57 +0300 Message-Id: <20220916103800.573091-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 10:38:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98831 Upgrade to release 5.5.0: - Add support for Python 3.11 and PyPy3.9 - Add separators encoding parameter - Fix encoding of infinity Signed-off-by: Leon Anavi --- .../python/{python3-ujson_5.4.0.bb => python3-ujson_5.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ujson_5.4.0.bb => python3-ujson_5.5.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.4.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.5.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-ujson_5.4.0.bb rename to meta-python/recipes-devtools/python/python3-ujson_5.5.0.bb index 15cf80e36..9f080eb27 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.5.0.bb @@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e0039a83d8a99726b5418f0b03302d0a" -SRC_URI[sha256sum] = "6b953e09441e307504130755e5bd6b15850178d591f66292bba4608c4f7f9b00" +SRC_URI[sha256sum] = "b25077a971c7da47bd6846a912a747f6963776d90720c88603b1b55d81790780" inherit pypi ptest setuptools3 From patchwork Fri Sep 16 10:37:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12900 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AC24C54EE9 for ; Fri, 16 Sep 2022 10:38:28 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web12.4386.1663324698376250396 for ; Fri, 16 Sep 2022 03:38:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=rAsuvRjy; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=eEDQWsnaX5JGogUjH5n5sQiR/6VXGR/+O/gVZrPEeKA=; b=rAsuvRjyGIvzzSd7QRufuKyYQ4 OB2snSJijNk53FvgmlO7Kv5LjR3z94Txox4bPrrE9dblh9R9PIK4+ZUddoTYPcTwYD0hoHK/cfNiT 0CamfATNlSXymABngardnT5Qni/0XnthuVaZzWKfxq+YrZo3upoMA0GCawR2q0US0MhmNny/OMl1e e547MOAUQl4bZvHqUI4srVnH5y71X8GL/FaN+kXB8jJ1AzLlRBqEiEZqTxC9y8nI8SmwMGhrSdJhm zk4N1CyVXoc8mNpwkJma6Gp3r84St6uspQSYogAcGhn6JMSdiCk+IKJFxspsxeyCE8C1ifLqqpGNZ Tp3aC7qA==; Received: from lan.nucleusys.com ([92.247.61.126]:49096 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oZ8jn-0005VH-NE; Fri, 16 Sep 2022 13:38:16 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/4] python3-traitlets: Upgrade 5.3.0 -> 5.4.0 Date: Fri, 16 Sep 2022 13:37:58 +0300 Message-Id: <20220916103800.573091-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220916103800.573091-1-leon.anavi@konsulko.com> References: <20220916103800.573091-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 10:38:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98832 Upgrade to release 5.4.0: - Fix version_info - Make generated config files more lintable - Fix union from string - Cover more Union parsing scenarios - Upgrade GitHub Actions - Fix and refactor downstream tests - Test only the server part of notebook - Add security.md, and tidelift bage Signed-off-by: Leon Anavi --- .../{python3-traitlets_5.3.0.bb => python3-traitlets_5.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-traitlets_5.3.0.bb => python3-traitlets_5.4.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.3.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.4.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-traitlets_5.3.0.bb rename to meta-python/recipes-devtools/python/python3-traitlets_5.4.0.bb index 7c8186707..84f9727dd 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.4.0.bb @@ -4,7 +4,7 @@ AUTHOR = "IPython Development Team " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.md;md5=9c125dfc5ff5364d40b5f56f02cd9de3" -SRC_URI[sha256sum] = "0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2" +SRC_URI[sha256sum] = "3f2c4e435e271592fe4390f1746ea56836e3a080f84e7833f0f801d9613fec39" inherit pypi python_hatchling From patchwork Fri Sep 16 10:37:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12898 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96120ECAAD8 for ; Fri, 16 Sep 2022 10:38:28 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.4563.1663324700575217293 for ; Fri, 16 Sep 2022 03:38:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=HpBDJ/FB; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=awNlIIdoAl6u/hgCoVSFrOgZy2lC0O/7Y0TDEka2AGA=; b=HpBDJ/FBbWgn2BbErAgJ7M0YSK cY5BJ82AAyEGMboViz6oyyi5b6GmkS3KHs39vXusPe8wOZ4DqgaqZ0u/A5KxnjAeudJFHk6tbnPFB GS2PCjHZv3qoD9fnA8GpUcGxA76WofyHAVdxkPaSBSPkqW2bigprm85r/KeWNxeF3ZrbrB2eb1aTX ZsfW5JflbCrViAWj4HJRcqKf87tZawbVn+Ozn2hG7o8tntEkP/dsC3BUleoCKUwMqfFdM8In2mccv 94xrRPgMbeN62MvCF5e5+OEXhB1x7ujXWkhg8xVkYlvF0Z+Y3iHKjN6jp/r7vClPpMKtBZ3KfV5fK //d925Ug==; Received: from lan.nucleusys.com ([92.247.61.126]:49096 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oZ8jq-0005VH-OI; Fri, 16 Sep 2022 13:38:19 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/4] python3-marshmallow: Upgrade 3.17.1 -> 3.18.0 Date: Fri, 16 Sep 2022 13:37:59 +0300 Message-Id: <20220916103800.573091-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220916103800.573091-1-leon.anavi@konsulko.com> References: <20220916103800.573091-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 10:38:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98833 Upgrade to release 3.18.0: - Add Enum field - Fix typing in Field._serialize signature Signed-off-by: Leon Anavi --- ...hon3-marshmallow_3.17.1.bb => python3-marshmallow_3.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.17.1.bb => python3-marshmallow_3.18.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb index a7f4020cf..c52ff30fd 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\ SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev" -SRCREV = "22e063270fea6ef6669425f53216e47eb8b04cc5" +SRCREV = "2805f32461fc7801a5f7b6d83facf7cbb8bca278" S = "${WORKDIR}/git" From patchwork Fri Sep 16 10:38:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 12899 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C78AC6FA90 for ; Fri, 16 Sep 2022 10:38:28 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web09.4520.1663324703239638425 for ; Fri, 16 Sep 2022 03:38:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=G07b8Dgm; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pHPgVOhybDUgMFQq4TRY7rDG9lRA71Qy98lnNDR9ZBM=; b=G07b8DgmO8xHOFIeZ3JRJOSWnQ H5nbUxGWsfdrxWUuaYn9S+/ekUN+qzm9Gsg/E2wlNNDnkooqNB1HkXHBwy07b1dF1lBPtyKO3nVAm BKKGf5l0WZs3JK2Td5TrnEInIkikr69vPi03Y+kWZWGUzOdz00xwkDGDbeG+IALOYhKQeYVyI2cNE k+op1GTfNnBxQ58LbNxNoi7nkjY6nDN7rKU6UtbinUeX1ktM/nFTy8gE/tnBatkZo/VFucnp48d2y 0oVHgZ+/qBDwDpK5sSyEjGDg6vx9Uy1lF3Dl496lk/eQLvNAz53gWDRjVIwNETmNxcJCkxlYnF/TQ f4lvS0aw==; Received: from lan.nucleusys.com ([92.247.61.126]:49096 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oZ8js-0005VH-VF; Fri, 16 Sep 2022 13:38:22 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/4] python3-elementpath: Upgrade 3.0.1 -> 3.0.2 Date: Fri, 16 Sep 2022 13:38:00 +0300 Message-Id: <20220916103800.573091-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220916103800.573091-1-leon.anavi@konsulko.com> References: <20220916103800.573091-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Sep 2022 10:38:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/98834 Upgrade to release 3.0.2: - Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) - Begin XPath 3.1 implementation adding XPathMap and XPathArray Signed-off-by: Leon Anavi --- ...n3-elementpath_3.0.1.bb => python3-elementpath_3.0.2.bb} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-elementpath_3.0.1.bb => python3-elementpath_3.0.2.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb b/meta-python/recipes-devtools/python/python3-elementpath_3.0.2.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-elementpath_3.0.2.bb index 13468ebff..661259f46 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_3.0.2.bb @@ -3,13 +3,17 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" -SRC_URI[sha256sum] = "a75eed5aad3dad92ba577b1f3a268d8c3c98ceeda91cb8abae4269e920e7c8f6" +SRC_URI[sha256sum] = "cca18742dc0f354f79874c41a906e6ce4cc15230b7858d22a861e1ec5946940f" PYPI_PACKAGE = "elementpath" inherit pypi setuptools3 RDEPENDS:${PN} += " \ ${PYTHON_PN}-xml \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-stringold \ " BBCLASSEXTEND = "native nativesdk"