Skip to content

Commit 496f6c6

Browse files
committed
dev-python/voluptuous-openapi: new package, add 0.0.4
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3491 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 795fb99 commit 496f6c6

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1885 Ebuilds in total, 1874 of them have in total 1896 (42 different) licenses assigned.
609+
There are 1885 Ebuilds in total, 1874 of them have in total 1897 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1078|
614-
|Apache-2.0|423|
614+
|Apache-2.0|424|
615615
|GPL-3|110|
616616
|BSD|109|
617617
|LGPL-3|25|
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST voluptuous_openapi-0.0.4.tar.gz 9285 BLAKE2B 27cf890d6aa01ff4629a28664ab7c504d522cdaf23ae7b8e71c54b0a5e12a11348e37ed3fa27355cc861fcb51d209306b5e6e28425ae6cdaecd3c4e44511fba9 SHA512 aca42cc0d6c60e605cb0d2efa06c4ab0b08f7974190423fb4b9c7ac17b2d01021525d38c2b8bcfff4d022ba4f4e91974d3a193803ba38d3fd2c0723a9f6ce4d4
2+
EBUILD voluptuous-openapi-0.0.4.ebuild 545 BLAKE2B 418443a6dfa530b4f34f739f080e533635eef3b3b1f61e7f8cee0804d45ce1eef8c21ff3cb7241e79618b72f5727b4b9ec9e6203ebeef4eed2b5b016de952ce3 SHA512 a006719e6f4e5eb582808eac90f095a30917d0a30b1071eb1c368dc20e140db1d662afddec8b5d8b7ed18045d94a318b0a18fc1a45c465f5b4b18d3700e33208
3+
MISC metadata.xml 532 BLAKE2B 45ccbe971969e791bc6dbb7fb62db3b09f877256b810cbf57587ea7ed659084fd3c5f67df1f1d03b544e63832fe4c330f7367cf1fd3c93cdc4c1eedab8542d58 SHA512 1a4cdd850f688b905c8a012388f7c8db74d2abbc6c3875e000d39ac6ca1c93cac5617668e6e72b726374dd8e8e9fb4b75580e6db2347a01e0c36c7398fd18f37
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">voluptuous-openapi</remote-id>
10+
<remote-id type="github">Shulyaka/voluptuous-openapi</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Denis Shulyaka</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Convert voluptuous schemas to OpenAPI Schema object"
11+
HOMEPAGE="http://github.com/Shulyaka/voluptuous-openapi https://pypi.org/project/voluptuous-openapi/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/voluptuous[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)