From: "Nathan Hartman" <nathan.hartman@windriver.com>
To: <meta-virtualization@lists.yoctoproject.org>
Cc: Nathan Hartman <hnathan918@gmail.com>,
Nathan Hartman <nathan.hartman@windriver.com>
Subject: [meta-virtualization][m-c-s][PATCH 2/3] pep8: Add python3 version
Date: Thu, 13 Feb 2020 14:48:15 -0500 [thread overview]
Message-ID: <20200213194816.31473-2-nathan.hartman@windriver.com> (raw)
In-Reply-To: <20200213194816.31473-1-nathan.hartman@windriver.com>
From: Nathan Hartman <hnathan918@gmail.com>
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com>
---
.../python/{python-pep8_1.6.2.bb => python-pep8.inc} | 10 +++++-----
.../recipes-devtools/python/python3-pep8_1.7.1.bb | 5 +++++
2 files changed, 10 insertions(+), 5 deletions(-)
rename meta-openstack/recipes-devtools/python/{python-pep8_1.6.2.bb => python-pep8.inc} (58%)
create mode 100644 meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
diff --git a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb b/meta-openstack/recipes-devtools/python/python-pep8.inc
similarity index 58%
rename from meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb
rename to meta-openstack/recipes-devtools/python/python-pep8.inc
index 7a131d7..959c3d1 100644
--- a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-pep8.inc
@@ -2,13 +2,13 @@ DESCRIPTION = "Python style guide checker"
HOMEPAGE = "https://github.com/dreamhost/cliff"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331"
+LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
-inherit setuptools3 pypi
+inherit pypi
-RDEPENDS_${PN} += "python-prettytable \
- python-cmd2 \
- python-pyparsing"
\ No newline at end of file
+RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
+ ${PYTHON_PN}-cmd2 \
+ ${PYTHON_PN}-pyparsing"
\ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
new file mode 100644
index 0000000..64fd154
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-pep8.inc
+
+SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
+SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"
\ No newline at end of file
--
2.20.1
next prev parent reply other threads:[~2020-02-13 19:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-13 19:48 [meta-virtualization][m-c-s][PATCH 1/3] tox: Add python3 version nathan.hartman
2020-02-13 19:48 ` Nathan Hartman [this message]
2020-02-13 19:48 ` [meta-virtualization][m-c-s][PATCH 3/3] mock: " Nathan Hartman
2020-02-27 22:20 ` [meta-virtualization][m-c-s][PATCH 1/3] tox: " 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=20200213194816.31473-2-nathan.hartman@windriver.com \
--to=nathan.hartman@windriver.com \
--cc=hnathan918@gmail.com \
--cc=meta-virtualization@lists.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.