All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Ming Liu <liu.ming50@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	stefan.agner@toradex.com, simon.bueler@toradex.com
Subject: Re: [meta-virtualization][PATCH 1/2] python3-fastentrypoints: add recipe
Date: Mon, 3 Feb 2020 17:11:56 -0500	[thread overview]
Message-ID: <20200203221155.GB58444@gmail.com> (raw)
In-Reply-To: <1580579240-12882-1-git-send-email-liu.ming50@gmail.com>

both patches are merged.

Bruce


In message: [meta-virtualization][PATCH 1/2] python3-fastentrypoints: add recipe
on 01/02/2020 Ming Liu wrote:

> From: Ming Liu <liu.ming50@gmail.com>
> 
> python3-fastentrypoints is a python module that make entry_points
> specified in setup.py load more quickly.
> 
> Signed-off-by: Ming Liu <liu.ming50@gmail.com>
> ---
>  .../python/python3-fastentrypoints_0.12.bb             | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 recipes-devtools/python/python3-fastentrypoints_0.12.bb
> 
> diff --git a/recipes-devtools/python/python3-fastentrypoints_0.12.bb b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
> new file mode 100644
> index 0000000..7bd1651
> --- /dev/null
> +++ b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Make entry_points specified in setup.py load more quickly"
> +DESCRIPTION = "Using entry_points in your setup.py makes scripts that start \
> +really slowly because it imports pkg_resources, which is a horrible \
> +thing to do if you want your trivial script to execute more or less \
> +instantly. fastentrypoints aims to fix that bypassing pkg_resources, \
> +making scripts load a lot faster."
> +HOMEPAGE = "https://github.com/ninjaaron/fast-entry_points"
> +SECTION = "devel/python"
> +
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
> +SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"
> +
> +BBCLASSEXTEND = "native nativesdk"
> -- 
> 2.7.4
> 

> 


      parent reply	other threads:[~2020-02-03 22:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-01 17:47 [meta-virtualization][PATCH 1/2] python3-fastentrypoints: add recipe Ming Liu
2020-02-01 17:47 ` [meta-virtualization][PATCH 2/2] python3-docker-compose: import fastentrypoints Ming Liu
2020-02-01 18:32 ` [meta-virtualization][PATCH 1/2] python3-fastentrypoints: add recipe Tim Orling
2020-02-01 18:40   ` Bruce Ashfield
2020-02-03 22:11 ` Bruce Ashfield [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=20200203221155.GB58444@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=liu.ming50@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=simon.bueler@toradex.com \
    --cc=stefan.agner@toradex.com \
    /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.