public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [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

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