"Kasper" <kas...@krinvent.dk> writes:

> From: Kasper Revsbech <kasper.revsbech....@siemensgamesa.com>
>
> Signed-off-by: Kasper Revsbech <kasper.revsbech....@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.kon...@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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94900): 
https://lists.openembedded.org/g/openembedded-devel/message/94900
Mute This Topic: https://lists.openembedded.org/mt/87874353/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to