dev-python/aioswitcher: add 3.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-30 17:55:15 +01:00 committed by Andreas Billmeier
parent d0965ac448
commit 164980c91e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 deletions

View File

@ -548,12 +548,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1498 Ebuilds in total, 1491 of them have in total 1500 (34 different) licenses assigned.
There are 1499 Ebuilds in total, 1492 of them have in total 1501 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|873|
|Apache-2.0|303|
|Apache-2.0|304|
|GPL-3|93|
|BSD|88|
|LGPL-3|23|

View File

@ -1,5 +1,7 @@
DIST aioswitcher-2.0.6.tar.gz 19034 BLAKE2B 6c82c9425f40f7446764fb63fc7cfe88008554b773af20fccf19c69427c566cc830f11f02f503e448e4f492366644f9df5f517f7f5c02f9e4ead476dbb4a061e SHA512 88c9369e68fb3a96adcbfae93f77db4c102d14d750ec1b7d926eb4f26b6928a00bae102887b43cbb10f10b55cae4f2eaf73bc6d0db12a24b26fb97c7eaf4c920
DIST aioswitcher-3.0.0.tar.gz 518552 BLAKE2B 0f05909f17f79065c5f563ddd8ec6a69daebfa0a04a79cd9a059c921b4b9f9b846fbe8bff3a4fde08008815a4ceebc1acc3dd42bf329c1b0a8713e278111de15 SHA512 abadea6ed86b46efb0c2d1a5cce510d74db6bf33562f67f48988eddcec1a127a19b5ef015fff52f76267c7185cf5e30ceb6711dc3a9c7afabc4f123f7a48e3ee
DIST aioswitcher-3.1.0.tar.gz 520124 BLAKE2B db187e659f9a753850ebb765925887cd55f70611e5fa5059fe972ed7b24ee05eef047050c291b322ad4fd99908925fa53d676bedff40bb6df7a781245872ff78 SHA512 09e656d8fb084a5777d56ea9ed0875855c05e14bba8270e0851818155e7410d90b50274ec2e1701d3d3fc5d245a465f7e4b0835fdb864917de3cc945981e60a5
EBUILD aioswitcher-2.0.6.ebuild 614 BLAKE2B b278b7339331e9e33efac5e1251272184d5227dead74ac4324cee7711edc8a993518a931fd985bfacb88b2a94060d8fbac9eaa5db90fc8acb7aeb57423db0b94 SHA512 f3268b28780b3f8fd2d3569ee7d9ac5e29dc838588a725db1876528a6d06e30b908d547447cfea6296694ea6b525d8c0a805be3547f25b40fbf1c3177696908d
EBUILD aioswitcher-3.0.0.ebuild 675 BLAKE2B 0d5eb9a28dc3649a3096e33247e7590291ac23efa5a22c0c7da96735ae2e17ffab750036bbdc88df9c30cc639dee78904030eff230117282f4c1dc5d576b8158 SHA512 229b8c7d4da52a79537e7cad28450fbb519a0927aaf9a23ca07655945b65a829c91f750e3100bb39c6c5c0275e635ef595ad22643bd5ce378f0c84d9094c79cf
MISC metadata.xml 458 BLAKE2B 1ef76f4065b472cc9de409a22d2b8599e230376cc86c460163dd76acde09478df285249da9205a07256e1f613d99425b9001ee62e1e99e01ceb7c15aac8e63a6 SHA512 7183856985b05ac01457105e85259215784f1f2d243b8485bcf61ab56360280b3ad418c857c5c1fa36b99139e0fb6a283996b14d2d5cc80c338b3d1b0a03b487
EBUILD aioswitcher-3.1.0.ebuild 675 BLAKE2B 0d5eb9a28dc3649a3096e33247e7590291ac23efa5a22c0c7da96735ae2e17ffab750036bbdc88df9c30cc639dee78904030eff230117282f4c1dc5d576b8158 SHA512 229b8c7d4da52a79537e7cad28450fbb519a0927aaf9a23ca07655945b65a829c91f750e3100bb39c6c5c0275e635ef595ad22643bd5ce378f0c84d9094c79cf
MISC metadata.xml 449 BLAKE2B fbeda59ca8592c06a5a315bb2309dde11f2bf1ef8cf57dda4f494911595625d5f46637537072d4538903c039f12dc75b689a5d3183763732c233dc694def0b24 SHA512 322040dffda73f5c761244e0a9e3fcebda33112ead1bc2a4b20fb980e6fcf94a34cd8334c8d415ba9b90bab2876925d66072407bf532a850def3781cd6a83c80

View File

@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Switcher Python Integration."
HOMEPAGE="https://github.com/tomerfi/aioswitcher/ https://pypi.org/project/aioswitcher/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -8,7 +8,7 @@
<upstream>
<remote-id type="pypi">aioswitcher</remote-id>
<maintainer status="unknown">
<email>tomer.figenblat@gmail.com</email>
<email>tomer@tomfi.info</email>
<name>Shay Levy</name>
</maintainer>
</upstream>