commit:     ed0c2b82d95ea7af305d3ba8ca4ba4bd3b1104a5
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 05:22:36 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 05:22:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed0c2b82

dev-python/openapi3: new package, add 1.8.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/openapi3/Manifest              |  1 +
 dev-python/openapi3/metadata.xml          | 11 +++++++++++
 dev-python/openapi3/openapi3-1.8.1.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/openapi3/Manifest b/dev-python/openapi3/Manifest
new file mode 100644
index 0000000000..a579005159
--- /dev/null
+++ b/dev-python/openapi3/Manifest
@@ -0,0 +1 @@
+DIST openapi3-1.8.1.tar.gz 23192 BLAKE2B 
0eb53cdc7c9da8be53eb4d5c9904616757d7845983018f866834e31184252d576d01aa44425383ba97f4a2434d419cf1c319b30697aeb2e2f7c0109074f1cf34
 SHA512 
de111c56c9f8b3c6539f8ae5498b2d42ae127ec3d3746cf2c3b7d7e0945157039c17d393ee5bb16add1e4a1948cc7a521fa7de08161cfa9e4816ab5fe7890900

diff --git a/dev-python/openapi3/metadata.xml b/dev-python/openapi3/metadata.xml
new file mode 100644
index 0000000000..b0af68e225
--- /dev/null
+++ b/dev-python/openapi3/metadata.xml
@@ -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>cea...@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">openapi3</remote-id>
+               <remote-id type="github">Dorthu/openapi3</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/openapi3/openapi3-1.8.1.ebuild 
b/dev-python/openapi3/openapi3-1.8.1.ebuild
new file mode 100644
index 0000000000..2c4eafab82
--- /dev/null
+++ b/dev-python/openapi3/openapi3-1.8.1.ebuild
@@ -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}]
+"

Reply via email to