All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 02/13] python3-psutil: add python3 version of psutil
Date: Mon, 31 Oct 2016 23:10:38 +0100	[thread overview]
Message-ID: <1477951849-32149-2-git-send-email-schnitzeltony@googlemail.com> (raw)
In-Reply-To: <1477951849-32149-1-git-send-email-schnitzeltony@googlemail.com>

Split out common code to python-psutil.inc

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-python/recipes-devtools/python/python-psutil.inc       | 10 ++++++++++
 meta-python/recipes-devtools/python/python-psutil_4.2.0.bb  | 12 +++---------
 meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb |  6 ++++++
 3 files changed, 19 insertions(+), 9 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python-psutil.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb

diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc
new file mode 100644
index 0000000..33573fc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-psutil.inc
@@ -0,0 +1,10 @@
+SUMMARY = "A cross-platform process and system utilities module for Python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
+
+SRC_URI[md5sum] = "713f259f917a0c26acfbb7e6ae632ef7"
+SRC_URI[sha256sum] = "544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace"
+
+RDEPENDS_${PN} += " \
+    python-subprocess \
+"
diff --git a/meta-python/recipes-devtools/python/python-psutil_4.2.0.bb b/meta-python/recipes-devtools/python/python-psutil_4.2.0.bb
index a5703da..d718011 100644
--- a/meta-python/recipes-devtools/python/python-psutil_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python-psutil_4.2.0.bb
@@ -1,12 +1,6 @@
-SUMMARY = "A cross-platform process and system utilities module for Python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
-
-SRC_URI[md5sum] = "713f259f917a0c26acfbb7e6ae632ef7"
-SRC_URI[sha256sum] = "544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace"
+inherit pypi setuptools
+require python-psutil.inc
 
 RDEPENDS_${PN} += " \
     python-subprocess \
-    "
-
-inherit pypi setuptools
+"
diff --git a/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb b/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb
new file mode 100644
index 0000000..d95332c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-psutil_4.2.0.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools3
+require python-psutil.inc
+
+RDEPENDS_${PN} += " \
+    python3-subprocess \
+"
-- 
2.5.5



  reply	other threads:[~2016-10-31 22:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 22:10 [PATCH 01/13] python-distutils-extra: initial add 2.39 Andreas Müller
2016-10-31 22:10 ` Andreas Müller [this message]
2016-10-31 22:10 ` [PATCH 03/13] gnome-menus3: unblacklist and cleanup Andreas Müller
2016-10-31 22:10 ` [PATCH 04/13] menulibre: initial add 2.1.3 Andreas Müller
2016-10-31 22:10 ` [PATCH 05/13] xfce4-whiskermenu-plugin: update to 2.0.2 Andreas Müller
2016-10-31 22:10 ` [PATCH 06/13] xfce4-whiskermenu-plugin: add menulibre to RRECOMMENDS Andreas Müller
2016-10-31 22:10 ` [PATCH 07/13] ristretto: update to 0.8.1 Andreas Müller
2016-10-31 22:10 ` [PATCH 08/13] xfconf: update to 4.12.1 Andreas Müller
2016-10-31 22:10 ` [PATCH 09/13] xfce4-notifyd: update to 0.3.3 Andreas Müller
2016-10-31 22:10 ` [PATCH 10/13] poppler: update to 0.48.0 Andreas Müller
2016-10-31 22:10 ` [PATCH 11/13] xfce4-terminal: update to 0.8.1 Andreas Müller
2016-10-31 22:10 ` [PATCH 12/13] xfce4-panel: do not display desktop icon when no window is opened Andreas Müller
2016-10-31 22:10 ` [PATCH 13/13] xfce4-panel: update to 4.12.1 Andreas Müller
2016-11-21 12:08 ` [PATCH 01/13] python-distutils-extra: initial add 2.39 Andreas Müller

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=1477951849-32149-2-git-send-email-schnitzeltony@googlemail.com \
    --to=schnitzeltony@googlemail.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.