yamllint: 1.17.0 bump

This commit is contained in:
Yury Martynov 2019-08-15 12:25:05 +03:00
parent 9178724cb8
commit a6affe0e5b
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 22 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST yamllint-1.16.0.tar.gz 116004 BLAKE2B 3bae5fcb138f27e2c865231cdcd1de128c91d7fcf1e0e88fa1ad95f035d265d3da161fe27bc52660ac2399ace5f3dc94cdbbab681d728170a3f74916440c9a1f SHA512 57a7a0c5e2681bab9225bffc37e44d1498aa591895c836dfab787b09b86eb67ff5cd89ba4bc8840ebedaf83d5114bb0f5a76a60a6aedb385f3e7e4386f18ea0d
DIST yamllint-1.17.0.tar.gz 116287 BLAKE2B 80885441682cdda5e96d3c8b9f8b9ae9e039da392cca52860cb44c5b68b0f626a826091de262ead318db2675a08ae17efa5a43411af3d9887f289a1d90ce6136 SHA512 6541d86e7d0b1405b1d8a5ce3a4f35bb16c809295a037fcd21b1bd0ea0d109755e2dae6610a0c9f5144c921e683d4a6a9077d79f44187d1b245d5a248a10fe36

View file

@ -0,0 +1,21 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="A linter for YAML files"
HOMEPAGE="https://github.com/adrienverge/yamllint"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT=0
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
IUSE=""
RDEPEND="${PYTHON_DEPS}
dev-python/pathspec[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"