From: Esben Haabendal <esben@geanix.com>
To: "Kasper" <kasper@krinvent.dk>
Cc: openembedded-devel@lists.openembedded.org,
Kasper Revsbech <kasper.revsbech.ext@siemensgamesa.com>
Subject: Re: [oe] [meta-python][PATCH] python3-dacite: Add recipe
Date: Mon, 17 Jan 2022 13:52:13 +0100 [thread overview]
Message-ID: <87a6fu1q4i.fsf@geanix.com> (raw)
In-Reply-To: <20211221093822.10169-1-kasper@krinvent.dk> (kasper@krinvent.dk's message of "Tue, 21 Dec 2021 10:38:22 +0100")
"Kasper" <kasper@krinvent.dk> writes:
> From: Kasper Revsbech <kasper.revsbech.ext@siemensgamesa.com>
>
> Signed-off-by: Kasper Revsbech <kasper.revsbech.ext@siemensgamesa.com>
> ---
> .../python/python3-dacite_1.6.0.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-dacite_1.6.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-dacite_1.6.0.bb b/meta-python/recipes-devtools/python/python3-dacite_1.6.0.bb
> new file mode 100644
> index 000000000..8161370e1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-dacite_1.6.0.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "Simple creation of data classes from dictionaries."
> +HOMEPAGE = "https://github.com/konradhalas/dacite"
> +AUTHOR = "Konrad Hałas <halas.konrad@gmail.com>"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://setup.py;md5=04d9af9bd5749a02eff535dac0b254d3"
> +
> +SRC_URI = "https://files.pythonhosted.org/packages/f9/bf/3f0912b4cfd861cd0fb7278c2b8d5bfb0c613ec1b7922e25e4115287b73a/dacite-1.6.0.tar.gz"
> +SRC_URI[md5sum] = "0a471b3df66e3923ce0ce544dc4ac66c"
> +SRC_URI[sha256sum] = "d48125ed0a0352d3de9f493bf980038088f45f3f9d7498f090b50a847daaa6df"
> +
> +S = "${WORKDIR}/dacite-1.6.0"
> +
> +RDEPENDS_${PN} = ""
> +
> +inherit setuptools3
Did you try using pypi.bbclass instead of manually setting SRC_URI, S
and HOMEPAGE variables?
/Esben
prev parent reply other threads:[~2022-01-17 12:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20211221093822.10169-1-kasper@krinvent.dk>
2022-01-17 10:11 ` [oe] [meta-python][PATCH] python3-dacite: Add recipe Sean Nyekjaer
2022-01-17 12:52 ` Esben Haabendal [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=87a6fu1q4i.fsf@geanix.com \
--to=esben@geanix.com \
--cc=kasper.revsbech.ext@siemensgamesa.com \
--cc=kasper@krinvent.dk \
--cc=openembedded-devel@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.