mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pytest-tempdir: add recipe
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
f60b850edd
commit
2b5fb4f817
@@ -0,0 +1,10 @@
|
|||||||
|
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"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
|
||||||
|
SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
|
||||||
|
|
||||||
|
inherit pypi
|
||||||
@@ -1,13 +1,6 @@
|
|||||||
DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
|
require python-pytest-tempdir.inc
|
||||||
HOMEPAGE = "https://github.com/saltstack/pytest-tempdir"
|
|
||||||
SECTION = "devel/python"
|
|
||||||
LICENSE = "Apache-2.0"
|
|
||||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
|
inherit setuptools
|
||||||
SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
|
|
||||||
|
|
||||||
inherit pypi setuptools
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
python-pytest \
|
python-pytest \
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
require python-pytest-tempdir.inc
|
||||||
|
|
||||||
|
inherit setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
python3-pytest \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user