mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/openapi3: new package, add 1.8.1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
1
dev-python/openapi3/Manifest
Normal file
1
dev-python/openapi3/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST openapi3-1.8.1.tar.gz 23192 BLAKE2B 0eb53cdc7c9da8be53eb4d5c9904616757d7845983018f866834e31184252d576d01aa44425383ba97f4a2434d419cf1c319b30697aeb2e2f7c0109074f1cf34 SHA512 de111c56c9f8b3c6539f8ae5498b2d42ae127ec3d3746cf2c3b7d7e0945157039c17d393ee5bb16add1e4a1948cc7a521fa7de08161cfa9e4816ab5fe7890900
|
||||
11
dev-python/openapi3/metadata.xml
Normal file
11
dev-python/openapi3/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ceamac@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">openapi3</remote-id>
|
||||
<remote-id type="github">Dorthu/openapi3</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
24
dev-python/openapi3/openapi3-1.8.1.ebuild
Normal file
24
dev-python/openapi3/openapi3-1.8.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python OpenAPI 3 Specification client and validator"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/openapi3/
|
||||
https://github.com/Dorthu/openapi3
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user