All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file
Date: Thu,  4 Jun 2020 15:12:22 +0300	[thread overview]
Message-ID: <20200604121223.3818-5-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20200604121223.3818-1-leon.anavi@konsulko.com>

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python-greenlet.inc       |  9 ---------
 .../python/python3-greenlet_0.4.15.bb                 | 11 +++++++++--
 2 files changed, 9 insertions(+), 11 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-greenlet.inc

diff --git a/meta-python/recipes-devtools/python/python-greenlet.inc b/meta-python/recipes-devtools/python/python-greenlet.inc
deleted file mode 100644
index c7c656c84..000000000
--- a/meta-python/recipes-devtools/python/python-greenlet.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Python lightweight in-process concurrent programming"
-LICENSE = "MIT & PSF"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
-                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
-
-SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
-SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
-
-inherit pypi
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
index 1aedf7fa8..f9c862118 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
@@ -1,2 +1,9 @@
-inherit distutils3
-require python-greenlet.inc
+SUMMARY = "Python lightweight in-process concurrent programming"
+LICENSE = "MIT & PSF"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
+                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
+
+SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
+SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
+
+inherit pypi distutils3
-- 
2.17.1


  parent reply	other threads:[~2020-06-04 12:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 3/6] python3-future: " Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` Leon Anavi [this message]
2020-06-05 17:26   ` [oe] [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16 Leon Anavi
2020-06-05 18:15   ` [oe] " Trevor Gamblin
2020-06-05 17:25 ` [oe] [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Trevor Gamblin

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=20200604121223.3818-5-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.com \
    --cc=openembedded-devel@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 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.