public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: mm.karthik@gmail.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/
Date: Wed, 06 May 2020 08:52:57 -0700	[thread overview]
Message-ID: <A51m.1588780377074409811.H3E3@lists.openembedded.org> (raw)


[-- 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

             reply	other threads:[~2020-05-06 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06 15:52 mm.karthik [this message]
2020-05-07  0:10 ` [OE-core] [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/ Alejandro Hernandez

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=A51m.1588780377074409811.H3E3@lists.openembedded.org \
    --to=mm.karthik@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox