dev-python/swagger-spec-validator: treeclean
This commit is contained in:
parent
56e279425a
commit
02b6c83988
|
@ -1 +0,0 @@
|
|||
DIST swagger-spec-validator-2.1.0.tar.gz 15729 BLAKE2B 2288b3a954753b6c2f6fcdbc6f7404876508e1ae1648fb9b3b01dbe071dd19ddb99d27d31c9bab38692b639c5f355307baec3b777616bb4ad08cd0a041f7d2a8 SHA512 db09cf7f8ad3e073c904c66c5e8d4b2b29794ba48ba07853660105edc980c40f443170e0714d3c17b92c634066b5877b8f7042cb68ba201f24c0f7700a7e4360
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Validation of Swagger specifications"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/swagger-spec-validator/
|
||||
https://github.com/Yelp/swagger_spec_validator
|
||||
"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
Loading…
Reference in a new issue