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>
This commit is contained in:
Yuan Chao 2019-09-10 17:49:51 +09:00 committed by Khem Raj
parent c31468e37a
commit bf872bebc4
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DESCRIPTION = "Powerful Python library for atomic file writes"
HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178"
SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"

View File

@ -0,0 +1,2 @@
inherit pypi setuptools
require python-atomicwrites.inc

View File

@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-atomicwrites.inc