dev-python/openapi3: treeclean

Moved to ::gentoo.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-12-01 17:23:59 +02:00
parent 8d135ff021
commit 8de36c3ac2
3 changed files with 0 additions and 36 deletions

View File

@@ -1 +0,0 @@
DIST openapi3-1.8.2.tar.gz 23237 BLAKE2B 63a520f1ba5ab0074240b90f9ad308d2bcd76b465cb138ccd71e8e510266831f3fb112eed31e85e3ff1c94c56d1ebd30e97a40c2f9599eb049907ce3374b758d SHA512 d69d527a57c5d0192c646fa4d9ff4cca887af7a35b247e2d7d5d8a2ac74931285160591ecee1989917345247b57396595186fe81987b5bdefa9aa4fc88ef8725

View File

@@ -1,11 +0,0 @@
<?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>

View File

@@ -1,24 +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_{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}]
"