diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-09-10 17:49:51 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-10 06:54:01 -0700 |
commit | bf872bebc41ad38d45f413459cea75135d0cf325 (patch) | |
tree | 1ece6b6d5f725b94e85176579c85617094f0747b | |
parent | c31468e37aec1ae4902228a07b11a70c0580d550 (diff) | |
download | meta-openembedded-bf872bebc41ad38d45f413459cea75135d0cf325.tar.gz |
python-atomicwrites: new recipe
Add new recipe python-atomicwrites as it is RDEPEND of python-pytest.
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-atomicwrites.inc b/meta-python/recipes-devtools/python/python-atomicwrites.inc new file mode 100644 index 0000000000..773e9dd770 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-atomicwrites.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | DESCRIPTION = "Powerful Python library for atomic file writes" | ||
2 | HOMEPAGE = "https://github.com/untitaker/python-atomicwrites" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" | ||
5 | |||
6 | SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178" | ||
7 | SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" | ||
diff --git a/meta-python/recipes-devtools/python/python-atomicwrites_1.3.0.bb b/meta-python/recipes-devtools/python/python-atomicwrites_1.3.0.bb new file mode 100644 index 0000000000..c7b41d603c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-atomicwrites_1.3.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-atomicwrites.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb b/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb new file mode 100644 index 0000000000..9f306e60d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-atomicwrites_1.3.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-atomicwrites.inc | ||