From patchwork Wed Nov 1 12:33:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: arthur.oliveira@ossystems.com.br X-Patchwork-Id: 33265 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 6C596C4167D for ; Wed, 1 Nov 2023 12:33:30 +0000 (UTC) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mx.groups.io with SMTP id smtpd.web11.5846.1698842004890724305 for ; Wed, 01 Nov 2023 05:33:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ossystems-com-br.20230601.gappssmtp.com header.s=20230601 header.b=khGvLR6L; spf=pass (domain: ossystems.com.br, ip: 209.85.219.44, mailfrom: arthur.oliveira@ossystems.com.br) Received: by mail-qv1-f44.google.com with SMTP id 6a1803df08f44-66d0ceba445so39165866d6.0 for ; Wed, 01 Nov 2023 05:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ossystems-com-br.20230601.gappssmtp.com; s=20230601; t=1698842003; x=1699446803; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UaTRNQL1m7g2omCKTNm36xHJmAsoWfee5y3myRxUgo8=; b=khGvLR6LWIZqabLFwbD01Sv9OEq2EaxcsqZT2m5og60Wppwyuc7ZlAyWrJWFF2WcSj +QmV5uApRRNFNVYQFQYubYFQ1XoSU+rCdwWldHSz8wD+Vz+6YYIdtwdN9hgDeFZwe8W5 1OfmuAqwffxA1Ah6kF/AXsIVkZH0Yj07J/nxuK0iSxqshnW44cU5SfROB5uVgl70/hm0 Aaar6+tijw2UTy15JU+aUm2+2Hdb0X1VyuO5rVPaq7kSTCfYCbJ97ruRyoIK19MB7dlH 7foKjeQ0u50w27zYrjn1LJ0SORyjdvzOxgIP23mso69eCNAxvGgYK8wVem0660dVyYPN O+xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698842003; x=1699446803; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UaTRNQL1m7g2omCKTNm36xHJmAsoWfee5y3myRxUgo8=; b=RLz98cWC1p0cZKAMBkRKu8OESWIhRtYZ0FKet8t7xjPcrQGoqR1USZt32e6PEZ//UY LtsVlt9fpF5G0id6YTW1/9krP+WbbO6dZZYTIxbzlOp5Hq4Cmn+JwGseynbI549TMt4D OtZPUIGaOoNtGvf+cikzCHltscunvpoAe66+gDFoSCGYS2qteIGGTVQnSNPWQmfZIton SxntW77REGOCWHQDkVaB5jg3ZdzlsZMYgxtLNn9yPnkI8Ezeje9zxWSV12YTHbtLVZ82 hZ1Y1NjWjFk89rOuh45gbpyBRF/rimp0n5mSkRInlI/Bv0IITkXmGFZVZufqiOOwYBf8 5MUw== X-Gm-Message-State: AOJu0Yymkf24LUkqV2Hij3F2OON64L1j2zq0UCEn8VjIdYJzCIH0PHxo H/u2K/Yvy3BagIU7dKGN60Yoa3zGvqLL5uilDMb2Sg== X-Google-Smtp-Source: AGHT+IGz4l4/BFTTCDL50UuQraYiB6XG8EYOC7hakjVUijJQOowlS4qMNrNpbu0vCnA3ljggolzEUQ== X-Received: by 2002:a05:6214:401:b0:671:567d:b13c with SMTP id z1-20020a056214040100b00671567db13cmr13713405qvx.63.1698842003236; Wed, 01 Nov 2023 05:33:23 -0700 (PDT) Received: from hyper.lab.ossystems (189-11-177-132.user3p.brasiltelecom.net.br. [189.11.177.132]) by smtp.gmail.com with ESMTPSA id i5-20020ad44ba5000000b0065b22afe53csm1422601qvw.94.2023.11.01.05.33.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Nov 2023 05:33:22 -0700 (PDT) From: arthur.oliveira@ossystems.com.br To: openembedded-devel@lists.openembedded.org Cc: Arthur Oliveira Subject: [meta-python][PATCH 1/3] python3-flask-restx: Add Flask-RestX Python Recipe Date: Wed, 1 Nov 2023 09:33:15 -0300 Message-Id: <20231101123317.1806460-2-arthur.oliveira@ossystems.com.br> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> References: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> MIME-Version: 1.0 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 ; Wed, 01 Nov 2023 12:33:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105816 From: Arthur Oliveira This commit introduces the python3-flask-restx recipe, which brings a fully featured framework for fast, easy, and documented API development with Flask. It is released under the BSD-3-Clause license. Signed-off-by: Arthur Oliveira --- update license to BSD-3-Clause --- .../python/python3-flask-restx_1.2.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb new file mode 100644 index 000000000..cff797139 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" + +SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-isodate \ + python3-jsonschema \ + python3-pytz \ +" From patchwork Wed Nov 1 12:33:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: arthur.oliveira@ossystems.com.br X-Patchwork-Id: 33266 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 70204C41535 for ; Wed, 1 Nov 2023 12:33:30 +0000 (UTC) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mx.groups.io with SMTP id smtpd.web10.5951.1698842006228655240 for ; Wed, 01 Nov 2023 05:33:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ossystems-com-br.20230601.gappssmtp.com header.s=20230601 header.b=VPrRRypV; spf=pass (domain: ossystems.com.br, ip: 209.85.222.169, mailfrom: arthur.oliveira@ossystems.com.br) Received: by mail-qk1-f169.google.com with SMTP id af79cd13be357-778925998cbso462506685a.0 for ; Wed, 01 Nov 2023 05:33:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ossystems-com-br.20230601.gappssmtp.com; s=20230601; t=1698842005; x=1699446805; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+uiweSif1voSgbnlABYPVbzMk9k/bEjV2yYH85SjPYc=; b=VPrRRypViDvoUkWkeIHURpxxF3GeqdgndPm3Dz9bpkzEaSoBTBZlmBszUVHyRA1jSk Uqd3VAZMSiDn5AhhaUs48ELlxk6r4vSQf41DxV8gOAGEUbNUyTD+po7dIsCRmCHHun/n /4zD/iMZcgbQW5SMYc0mL3/qQ1IrUVyKiiN5ICyeY4aRMYeBNvrWcbF5w9ZgEypbZjW6 q9JrwkHI42k5Fy5v2JiV0IOkt14+fikSLyKlKNeCcmyu343YBh3fX0pI+EZfXulWfUP2 s1LO7eJtzTfa8MTKdYBSPx4sIfNHaGccPE7X2LZLpl+yKSyFsj7dkoKBtJGMkR/AvLEg mgTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698842005; x=1699446805; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+uiweSif1voSgbnlABYPVbzMk9k/bEjV2yYH85SjPYc=; b=s47b0ZuKt+sXTFXZf+xOhc6gw2iSD2Wx/h30PceOOhHAHFWaYkvvju4y1Aq+V55Tm4 YZeSnB1R1os99ohtyvOLQ3gD/SRysVNSdkBTSOIrZMvA02sSku567aIm8rjJ320cVR59 Neungeqbt8yZGd3oRey+OXlCQEkoM7h1Ohc51UULQih/coa7aahxx2i8K8b0XBP4Of6+ IeG7JBWLYai2KZRqtj7630rE35qUIDc044BmzDoiIYTcCeSAmDwQrWoWvH7Fx0HY0xtW C9LIkne2ylZEhbT+uh6dXbiiD5Rbj4G4eVlPPe852wdAUI4uImxOMdghefKGcqsTe4wr Kmow== X-Gm-Message-State: AOJu0Yxgztgsna3JBjau+myVNoidc8ip4jcjyjL+kXGl23b+Xijmek/g 5+yre/lvIxmSvpEsjvQpCU6C2pxvTPY6NN/QmOabog== X-Google-Smtp-Source: AGHT+IGTzpBMJD5f5mFMtEuUIgzx8gu/857yeCT/+NOqJxWneoalwFvMFrMJ3dLfGgd12SABsrOerg== X-Received: by 2002:ad4:5c8d:0:b0:66d:1f11:8b85 with SMTP id o13-20020ad45c8d000000b0066d1f118b85mr24304817qvh.13.1698842004916; Wed, 01 Nov 2023 05:33:24 -0700 (PDT) Received: from hyper.lab.ossystems (189-11-177-132.user3p.brasiltelecom.net.br. [189.11.177.132]) by smtp.gmail.com with ESMTPSA id i5-20020ad44ba5000000b0065b22afe53csm1422601qvw.94.2023.11.01.05.33.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Nov 2023 05:33:24 -0700 (PDT) From: arthur.oliveira@ossystems.com.br To: openembedded-devel@lists.openembedded.org Cc: Arthur Oliveira Subject: [meta-python][PATCH 2/3] python3-objectpath: Add ObjectPath Python Recipe Date: Wed, 1 Nov 2023 09:33:16 -0300 Message-Id: <20231101123317.1806460-3-arthur.oliveira@ossystems.com.br> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> References: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> MIME-Version: 1.0 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 ; Wed, 01 Nov 2023 12:33:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105817 From: Arthur Oliveira This commit includes the python3-objectpath recipe, which introduces the agile NoSQL query language for semi-structured data. It is licensed under MIT. Signed-off-by: Arthur Oliveira --- .../recipes-devtools/python/python3-objectpath_0.6.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb diff --git a/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb b/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb new file mode 100644 index 000000000..6e82dc13b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "The agile NoSQL query language for semi-structured data" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" + +DEPENDS += "dtc-native" + +SRC_URI[sha256sum] = "461263136c79292e42431fbb85cdcaac4c6a256f6b1aa5b3ae9316e4965ad819" + +inherit pypi setuptools3 From patchwork Wed Nov 1 12:33:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: arthur.oliveira@ossystems.com.br X-Patchwork-Id: 33264 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 5AF32C4332F for ; Wed, 1 Nov 2023 12:33:30 +0000 (UTC) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by mx.groups.io with SMTP id smtpd.web11.5847.1698842007673288392 for ; Wed, 01 Nov 2023 05:33:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ossystems-com-br.20230601.gappssmtp.com header.s=20230601 header.b=WB6DApBA; spf=pass (domain: ossystems.com.br, ip: 209.85.167.174, mailfrom: arthur.oliveira@ossystems.com.br) Received: by mail-oi1-f174.google.com with SMTP id 5614622812f47-3b2f507c03cso3588520b6e.2 for ; Wed, 01 Nov 2023 05:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ossystems-com-br.20230601.gappssmtp.com; s=20230601; t=1698842006; x=1699446806; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=z625Rh6v0Z1hCTe7v0G2rueBJ60MUjuVszitCEu7Og8=; b=WB6DApBASO0dOPreJatIc6GIajkzThszCqpbkc2CEuezrXMBLk2FMXNwNEfCQRiLhN M3EJv9wt9gQ7myPCRFTQMPAGZN4dAGFQWIC/c5s5Z9NZJ8DBJAx9lXOU24rpyFbEGt7C Zzo1pU+m2/0z0N0WYfycfCikRn5IURTEV3cMRx6EdkuSJPbccT/EnfojEwhadHx1xM5B 7S6X3Sjmj7zQWv1NUxKVxqaTxGFLeLkLxK5+DnlZcKlCUWV0IeQ6k1JbsczfiucIBTh4 Lo1Z2xkQ5qrFFmL7iorqiSohpKd6I2E0GtSDM2ysQhgmGanE6gQ3cjSII4U+7nxmBxp5 5vLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698842006; x=1699446806; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=z625Rh6v0Z1hCTe7v0G2rueBJ60MUjuVszitCEu7Og8=; b=UdfF2BJt4UNs37GpbuKCiVAbIp6KY4w5qlHgiXNlsXEDd3dkj8dticJ8vXbe9UeXlG lOSooM/uiP242eAOX4MWH9EEY8ao1TnGF7kFnXhzOBz5G84xnrhcivttglJmuzzudXA+ ISaIQe1JccLZEXVNX1nzXXMSqCVk7TPKkuW+SN7fWOrIOqW/dVchl+uOOqTP0IzgdL+u +e63sFT52sSYGmOdXLE5mbiL0E3vfMEnirVHrmkvI5p2/WmDli75al/ceeqUJhGa1Tmq NGGDIrt/hps2Yv4A0qllWOcrKoDq7M6ZYj/+whsg3wzNnH8jPFtdxixY8OgWOLR1P3/1 BFyg== X-Gm-Message-State: AOJu0Yx3olU6pCl1Gu1ogn/F7eA6CaZa6o1002+wfVKFZUhIQLxlo560 pnb3VLkRfTD9IU3bp772ZSjFIweqARgKJP5pCrb1/Q== X-Google-Smtp-Source: AGHT+IGHfsFMfI6r7QxyOCX5KDM0xBQZ+L58liAxb4kbCCn0algqWE9YsMOTkzOL1s80BCXLTTDP/Q== X-Received: by 2002:aca:1115:0:b0:3b5:6599:ce4c with SMTP id 21-20020aca1115000000b003b56599ce4cmr4186872oir.57.1698842006452; Wed, 01 Nov 2023 05:33:26 -0700 (PDT) Received: from hyper.lab.ossystems (189-11-177-132.user3p.brasiltelecom.net.br. [189.11.177.132]) by smtp.gmail.com with ESMTPSA id i5-20020ad44ba5000000b0065b22afe53csm1422601qvw.94.2023.11.01.05.33.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Nov 2023 05:33:26 -0700 (PDT) From: arthur.oliveira@ossystems.com.br To: openembedded-devel@lists.openembedded.org Cc: Arthur Oliveira Subject: [meta-python][PATCH 3/3] python3-zopeevent: Add Zope.Event Python Recipe Date: Wed, 1 Nov 2023 09:33:17 -0300 Message-Id: <20231101123317.1806460-4-arthur.oliveira@ossystems.com.br> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> References: <20231101123317.1806460-1-arthur.oliveira@ossystems.com.br> MIME-Version: 1.0 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 ; Wed, 01 Nov 2023 12:33:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105818 From: Arthur Oliveira This commit adds the python3-zopeevent recipe, which provides a simple event system. It is licensed under ZPL-2.1. --- .../recipes-devtools/python/python3-zopeevent_5.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb b/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb new file mode 100644 index 000000000..1955ef4bb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "The zope.event package provides a simple event system" + +LICENSE = "ZPL-2.1" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=72092419572155ddc2d4fb7631c63dd3" + +SRC_URI[sha256sum] = "bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd" + +inherit pypi setuptools3