From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-atomicwrites_1.3.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-atomicwrites_1.3.0.bb (limited to 'external/meta-python2/recipes-devtools/python/python-atomicwrites_1.3.0.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-atomicwrites_1.3.0.bb b/external/meta-python2/recipes-devtools/python/python-atomicwrites_1.3.0.bb new file mode 100644 index 00000000..6b0993a8 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-atomicwrites_1.3.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "Atomic file writes." +DESCRIPTION = "Powerful Python library for atomic file writes" +HOMEPAGE = "https://github.com/untitaker/python-atomicwrites" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" + +SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178" +SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" + +inherit pypi setuptools -- cgit 1.2.3-korg