All of lore.kernel.org
 help / color / mirror / Atom feed
From: cp0613@linux.alibaba.com
To: openembedded-core@lists.openembedded.org
Cc: cp0613 <cp0613@linux.alibaba.com>
Subject: [OE-core] [PATCH v2 5/5] update meta/recipes-devtools/python/python3-brotli_1.0.9.bb
Date: Sat,  5 Nov 2022 16:25:35 +0800	[thread overview]
Message-ID: <20221105082535.554-5-cp0613@linux.alibaba.com> (raw)
In-Reply-To: <20221105082535.554-1-cp0613@linux.alibaba.com>

From: cp0613 <cp0613@linux.alibaba.com>

Signed-off-by: cp0613 <cp0613@linux.alibaba.com>
---
 meta/conf/distro/include/maintainers.inc            |  1 +
 .../recipes-devtools/python/python3-brotli_1.0.9.bb | 13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 57319cd8f5..ac708239b4 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -593,6 +593,7 @@ RECIPE_MAINTAINER:pn-python3-atomicwrites = "Tim Orling <tim.orling@konsulko.com
 RECIPE_MAINTAINER:pn-python3-attrs = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-babel = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-bcrypt = "Tim Orling <tim.orling@konsulko.com>"
+RECIPE_MAINTAINER:pn-python3-brotli = "Chen Pei <cp0613@linux.alibaba.com>"
 RECIPE_MAINTAINER:pn-python3-certifi = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-cffi = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-chardet = "Tim Orling <tim.orling@konsulko.com>"
diff --git a/meta/recipes-devtools/python/python3-brotli_1.0.9.bb b/meta/recipes-devtools/python/python3-brotli_1.0.9.bb
index db2b217aef..cd0dff9c4b 100644
--- a/meta/recipes-devtools/python/python3-brotli_1.0.9.bb
+++ b/meta/recipes-devtools/python/python3-brotli_1.0.9.bb
@@ -1,16 +1,15 @@
 SUMMARY = "Brotli compression format"
+HOMEPAGE = "https://pypi.org/project/Brotli/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
 
-# there is no valid file in pypi, so download from github
-SRC_URI = "http://codeload.github.com/google/brotli/tar.gz/v${PV};downloadfilename=brotli-${PV}.tar.gz"
+PYPI_PACKAGE = "Brotli"
+PYPI_PACKAGE_EXT = "zip"
 
-SRC_URI[sha256sum] = "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
+SRC_URI[sha256sum] = "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438"
 
-S = "${WORKDIR}/brotli-${PV}"
-
-inherit setuptools3
+inherit pypi setuptools3
 
 RDEPENDS:${PN} = "\
   ${PYTHON_PN}-cffi \
-- 
2.25.1



      parent reply	other threads:[~2022-11-05  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05  8:25 [OE-core] [PATCH v2 1/5] add python3-brotli_1.0.9 in meta/recipes-devtools/python cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 2/5] update meta/recipes-devtools/python/python3-brotli_1.0.9.bb cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 3/5] " cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 4/5] " cp0613
2022-11-05  8:25 ` cp0613 [this message]

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=20221105082535.554-5-cp0613@linux.alibaba.com \
    --to=cp0613@linux.alibaba.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.