DRAFT Add python3-pydocstyle_2.0.0.bb

This commit is contained in:
Herb Kuta 2019-04-25 11:54:28 -07:00
parent b47c285717
commit cb00dea588
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Copyright (c) 2019 LG Electronics, Inc.
DESCRIPTION = "pydocstyle is a static analysis tool for checking compliance with Python docstring conventions"
HOMEPAGE = "https://github.com/PyCQA/pydocstyle"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI[md5sum] = "2be57712e2743d23949bafed957d8c86"
SRC_URI[sha256sum] = "49680b7ea8c18e911135167e9f6986a3829031b55f2c737e6d2c398df38aafb5"
# It's the default tar.gz for v3.0.0
PYPI_PACKAGE_EXT = "zip"
inherit pypi
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,5 @@
# Copyright (c) 2019 LG Electronics, Inc.
require python-pydocstyle.inc
inherit setuptools3