* [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/
@ 2020-05-06 15:52 mm.karthik
2020-05-07 0:10 ` [OE-core] " Alejandro Hernandez
0 siblings, 1 reply; 2+ messages in thread
From: mm.karthik @ 2020-05-06 15:52 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1.1: Type: text/plain, Size: 110 bytes --]
To allow python < 3.6 users to use python 3.6 style f-string formatting, fmt library needs to be integrated.
[-- Attachment #1.2: Type: text/html, Size: 125 bytes --]
[-- Attachment #2: python-fmt.inc --]
[-- Type: application/octet-stream, Size: 368 bytes --]
SUMMARY = "f-strings(Python 3.6) style literal string interpolation."
HOMEPAGE = " https://pypi.org/project/fmt/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8ff33708460078dad4ec05264999332"
SRC_URI[md5sum] = "c574f596f417e938427d74f950a9555e"
PYPI_PACKAGE = "fmt"
PYPI_PACKAGE_EXT = "tar.gz"
inherit pypi
BBCLASSEXTEND = "native nativesdk"
[-- Attachment #3: python3-fmt_0.3.1.bb --]
[-- Type: application/octet-stream, Size: 43 bytes --]
inherit setuptools3
require python-fmt.inc
[-- Attachment #4: python-fmt_0.3.1.bb --]
[-- Type: application/octet-stream, Size: 42 bytes --]
inherit setuptools
require python-fmt.inc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [OE-core] [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/
2020-05-06 15:52 [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/ mm.karthik
@ 2020-05-07 0:10 ` Alejandro Hernandez
0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Hernandez @ 2020-05-07 0:10 UTC (permalink / raw)
To: mm.karthik, openembedded-core
[-- Attachment #1: Type: text/plain, Size: 879 bytes --]
Hello,
If you could please look at the submitting patch guidelines/howto in the
following link:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
At a very high level you should make local changes to the repo, commit
them through git and create a patch from your commit that you can then
send through git send-email.
That would allow us to get the patch in the required format (vs
attachments), to be able to merge it in our repos.
I would also evaluate if python3-fmt belongs to the openembedded core
repo or the meta-python layer in the meta-openembedded repo
(http://git.openembedded.org/meta-openembedded/tree/meta-python).
Cheers,
Alejandro
On 5/6/20 8:52 AM, mm.karthik@gmail.com wrote:
> To allow python < 3.6 users to use python 3.6 style f-string
> formatting, fmt library needs to be integrated.
>
>
[-- Attachment #2: Type: text/html, Size: 1787 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-07 0:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 15:52 [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/ mm.karthik
2020-05-07 0:10 ` [OE-core] " Alejandro Hernandez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox