dev-python/swagger-spec-validator: new pkg
This commit is contained in:
parent
27bb5dae12
commit
464c79683f
|
@ -28,9 +28,4 @@ RDEPEND="
|
|||
>=dev-python/djangorestframework-3.10.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-2.2.16[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
BDEPEND=""
|
||||
|
|
1
dev-python/swagger-spec-validator/Manifest
Normal file
1
dev-python/swagger-spec-validator/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST swagger-spec-validator-2.1.0.tar.gz 15729 BLAKE2B 2288b3a954753b6c2f6fcdbc6f7404876508e1ae1648fb9b3b01dbe071dd19ddb99d27d31c9bab38692b639c5f355307baec3b777616bb4ad08cd0a041f7d2a8 SHA512 db09cf7f8ad3e073c904c66c5e8d4b2b29794ba48ba07853660105edc980c40f443170e0714d3c17b92c634066b5877b8f7042cb68ba201f24c0f7700a7e4360
|
|
@ -0,0 +1,25 @@
|
|||
# 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