mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
python-pluggy: add initial recipe for version 0.6.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
9c6dbaba82
commit
58e5a63e03
9
meta-python/recipes-devtools/python/python-pluggy.inc
Normal file
9
meta-python/recipes-devtools/python/python-pluggy.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Plugin and hook calling mechanisms for python"
|
||||
HOMEPAGE = "https://github.com/pytest-dev/pluggy"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=338dad807ed9337bfaeb9979c3bfe20f"
|
||||
|
||||
SRC_URI[md5sum] = "ffdde7c3a5ba9a440404570366ffb6d5"
|
||||
SRC_URI[sha256sum] = "7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff"
|
||||
|
||||
inherit pypi
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit setuptools
|
||||
require python-pluggy.inc
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-pluggy.inc
|
||||
Reference in New Issue
Block a user