diff options
author | Derek Straka <derek@asterius.io> | 2017-12-15 15:22:00 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 14:38:11 -0700 |
commit | b5948743fa9df2312cc16cd1fd7b936f82122abc (patch) | |
tree | ab2f902aa570b8678f39b57c022b54aef7d86392 | |
parent | 60dfa8cb904b2f18167123b17e3d73c40cbaa936 (diff) | |
download | meta-openembedded-b5948743fa9df2312cc16cd1fd7b936f82122abc.tar.gz |
python-attrs: add an initial recipe for version 17.2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc new file mode 100644 index 000000000..85073e979 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-attrs.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "Classes Without Boilerplate" +HOMEPAGE = "http://www.attrs.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" + +SRC_URI[md5sum] = "3b7136a570f3ff8a4ff42e7360073f9f" +SRC_URI[sha256sum] = "5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11" + +inherit pypi diff --git a/meta-python/recipes-devtools/python/python-attrs_17.2.0.bb b/meta-python/recipes-devtools/python/python-attrs_17.2.0.bb new file mode 100644 index 000000000..a6fdf158d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-attrs_17.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-attrs.inc diff --git a/meta-python/recipes-devtools/python/python3-attrs_17.2.0.bb b/meta-python/recipes-devtools/python/python3-attrs_17.2.0.bb new file mode 100644 index 000000000..c34693f50 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-attrs_17.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-attrs.inc |