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:
Derek Straka
2017-12-19 12:14:11 -05:00
committed by Armin Kuster
parent 9c6dbaba82
commit 58e5a63e03
3 changed files with 13 additions and 0 deletions

View 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

View File

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

View File

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