[oe-commits] [meta-openembedded] 08/11: python3-pytest-tempdir: add recipe

git at git.openembedded.org git at git.openembedded.org
Fri Aug 31 06:18:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2b5fb4f8178cc685dab6719eb02f2e43b80beec0
Author: Alejandro del Castillo <alejandro.delcastillo at ni.com>
AuthorDate: Wed Aug 29 13:14:54 2018 +0300

    python3-pytest-tempdir: add recipe
    
    Signed-off-by: Alejandro del Castillo <alejandro.delcastillo at ni.com>
    Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 ...-pytest-tempdir_2016.8.20.bb => python-pytest-tempdir.inc} |  6 +-----
 .../python/python-pytest-tempdir_2016.8.20.bb                 | 11 ++---------
 .../python/python3-pytest-tempdir_2016.8.20.bb                |  7 +++++++
 3 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc
similarity index 84%
copy from meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
copy to meta-python/recipes-devtools/python/python-pytest-tempdir.inc
index 74030dc..196f6d6 100644
--- a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
+++ b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc
@@ -7,8 +7,4 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce"
 SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
 SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
 
-inherit pypi setuptools
-
-RDEPENDS_${PN} += " \
-    python-pytest \
-    "
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
index 74030dc..8a9b83e 100644
--- a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
+++ b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
@@ -1,13 +1,6 @@
-DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
-HOMEPAGE = "https://github.com/saltstack/pytest-tempdir"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce"
+require python-pytest-tempdir.inc
 
-SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
-SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
-
-inherit pypi setuptools
+inherit setuptools
 
 RDEPENDS_${PN} += " \
     python-pytest \
diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb
new file mode 100644
index 0000000..02e8215
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb
@@ -0,0 +1,7 @@
+require python-pytest-tempdir.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} += " \
+    python3-pytest \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list