All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Nathan Hartman <nathan.hartman@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	Nathan Hartman <hnathan918@gmail.com>
Subject: Re: [meta-virtualization][m-c-s][PATCH 1/3] tox: Add python3 version
Date: Thu, 27 Feb 2020 17:20:12 -0500	[thread overview]
Message-ID: <20200227222012.GB38669@gmail.com> (raw)
In-Reply-To: <20200213194816.31473-2-nathan.hartman@windriver.com> <20200213194816.31473-3-nathan.hartman@windriver.com> <20200213194816.31473-1-nathan.hartman@windriver.com>


Thanks Nathan,

These are now merged.

Bruce

In message: [meta-virtualization][m-c-s][PATCH 1/3] tox: Add python3 version
on 13/02/2020 Nathan Hartman wrote:

> From: Nathan Hartman <hnathan918@gmail.com>
> 
> Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com>
> ---
>  .../{python-tox_1.9.2.bb => python-tox.inc}     | 17 +++++++----------
>  .../python/python3-tox_3.14.3.bb                |  5 +++++
>  2 files changed, 12 insertions(+), 10 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-tox_1.9.2.bb => python-tox.inc} (56%)
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-tox_3.14.3.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb b/meta-openstack/recipes-devtools/python/python-tox.inc
> similarity index 56%
> rename from meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb
> rename to meta-openstack/recipes-devtools/python/python-tox.inc
> index 8184fb5..66b1355 100644
> --- a/meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python-tox.inc
> @@ -2,21 +2,18 @@ DESCRIPTION = "virtualenv-based automation of test activities"
>  HOMEPAGE = "http://tox.testrun.org"
>  SECTION = "devel/python"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=2d0fc2c2c954dc4d41043e67d4a8d8e7"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=f24505dfbdd8c22c61de6383f2e74bf9"
>  
> -SRC_URI[md5sum] = "f4db4d6a82d6a651e457ba55ef370258"
> -SRC_URI[sha256sum] = "3125a15da7381f59f835a25bd259a84acb7a69858c81e386c50027bd842bb91b"
> -
> -inherit setuptools3 pypi
> +inherit pypi
>  
>  DEPENDS += " \
> -        python-pip \
> +        ${PYTHON_PN}-pip \
>          "
>  
>  RDEPENDS_${PN} += " \
> -        python-virtualenv \
> -        python-py \
> -        python-pytest \
> +        ${PYTHON_PN}-virtualenv \
> +        ${PYTHON_PN}-py \
> +        ${PYTHON_PN}-pytest \
>          "
>  
>  do_install_append() {
> @@ -24,7 +21,7 @@ do_install_append() {
>      install -d ${D}/${sysconfdir}/${SRCNAME}
>      cp ${S}/tox.ini    ${D}/${sysconfdir}/${SRCNAME}
>      cp ${S}/setup.py   ${D}/${sysconfdir}/${SRCNAME}
> -    cp ${S}/README.rst ${D}/${sysconfdir}/${SRCNAME}
> +    cp ${S}/README.md ${D}/${sysconfdir}/${SRCNAME}
>  
>      ln -s ${PYTHON_SITEPACKAGES_DIR}/tox ${D}/${sysconfdir}/${SRCNAME}/tox
>  }
> diff --git a/meta-openstack/recipes-devtools/python/python3-tox_3.14.3.bb b/meta-openstack/recipes-devtools/python/python3-tox_3.14.3.bb
> new file mode 100644
> index 0000000..678413a
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-tox_3.14.3.bb
> @@ -0,0 +1,5 @@
> +inherit setuptools3
> +require python-tox.inc
> +
> +SRC_URI[md5sum] = "8b695d482786dd51643e10953bbd8c89"
> +SRC_URI[sha256sum] = "06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3"
> -- 
> 2.20.1
> 

> 



      parent reply	other threads:[~2020-02-27 22:20 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 ` [meta-virtualization][m-c-s][PATCH 2/3] pep8: " Nathan Hartman
2020-02-13 19:48 ` [meta-virtualization][m-c-s][PATCH 3/3] mock: " Nathan Hartman
2020-02-27 22:20 ` 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=20200227222012.GB38669@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=hnathan918@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=nathan.hartman@windriver.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.