All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
To: <meta-virtualization@yoctoproject.org>
Subject: [PATCH] python-vine: Add python3 version
Date: Fri, 16 Aug 2019 18:28:13 +0800	[thread overview]
Message-ID: <1565951293-24335-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> (raw)

Providing a python3 version of python-vine.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-vine.inc        | 13 +++++++++++++
 .../recipes-devtools/python/python-vine_1.1.4.bb   | 14 ++------------
 .../recipes-devtools/python/python3-vine_1.1.4.bb  |  3 +++
 3 files changed, 18 insertions(+), 12 deletions(-)
 create mode 100644 meta-openstack/recipes-devtools/python/python-vine.inc
 create mode 100644 meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-vine.inc b/meta-openstack/recipes-devtools/python/python-vine.inc
new file mode 100644
index 0000000..f098a9d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-vine.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python promises"
+HOMEPAGE = "https://pypi.python.org/pypi/vine"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
+
+SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
+SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
+
+inherit pypi
+
+RDEPENDS_${PN} += " \
+        "
diff --git a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
index 268675d..01c2a95 100644
--- a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
@@ -1,13 +1,3 @@
-DESCRIPTION = "Python promises"
-HOMEPAGE = "https://pypi.python.org/pypi/vine"
-SECTION = "devel/python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
+inherit setuptools
+require python-vine.inc
 
-SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
-SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
-
-inherit setuptools pypi
-
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
new file mode 100644
index 0000000..5926702
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
@@ -0,0 +1,3 @@
+inherit setuptools3
+require python-vine.inc
+
-- 
2.17.1





             reply	other threads:[~2019-08-16 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 10:28 Zheng Ruoqin [this message]
2019-08-19  2:30 ` [PATCH] python-vine: Add python3 version Bruce Ashfield

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=1565951293-24335-1-git-send-email-zhengrq.fnst@cn.fujitsu.com \
    --to=zhengrq.fnst@cn.fujitsu.com \
    --cc=meta-virtualization@yoctoproject.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.