bump aiobafi6-0.5.0
This commit is contained in:
parent
fb36fbf5b4
commit
f9628d98d9
@ -524,12 +524,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 1764 Ebuilds in total, 1757 of them have in total 1764 (35 different) licenses assigned.
|
||||
There are 1765 Ebuilds in total, 1758 of them have in total 1765 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1074|
|
||||
|Apache-2.0|319|
|
||||
|Apache-2.0|320|
|
||||
|GPL-3|108|
|
||||
|BSD|98|
|
||||
|LGPL-3|28|
|
||||
@ -564,9 +564,9 @@ There are 1764 Ebuilds in total, 1757 of them have in total 1764 (35 different)
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|CC0-1.0|1|
|
||||
|
||||
(Last counted: 01/06/2022)
|
||||
(Last counted: 04/06/2022)
|
||||
|
||||
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
|
||||
|
||||
A big thanks goes to Iris for reviewing this README.
|
||||
Last updated: 01/06/2022
|
||||
Last updated: 04/06/2022
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
DIST aiobafi6-0.3.0.tar.gz 21266 BLAKE2B 53191cd7661af6cfb7f99bd802c0747b46ff5dc154ca4aec3ce68d0f5545d16c8fb876fa5bbd4d9d8568c0517cef5bbf822439a3f70146cc926babaa4907a34c SHA512 8b199fda337b551d9d22943fca827313147f5569a421ad5afcae54043fd06389d201b1dfb23bd578aaa0339c95808930d2c5b438e7e7a8e4a80acab403186228
|
||||
DIST aiobafi6-0.5.0.tar.gz 22447 BLAKE2B 962ae9c2f7540ad1633129c4c0720ed5d150b715f9f53d7623bb718f09167feefb521476e0d54f677320542102f73a7393af7e71b66424a5592bfe80b7097d8a SHA512 c8412b5d912f1cba0061a6e4a819b55df160cfe81ff7911dc62298dd46616d90016d6fb6664c638858b404bed63d1d185b96a3fe2663d4b7bf85bb2730c279e1
|
||||
EBUILD aiobafi6-0.3.0.ebuild 916 BLAKE2B b82961fb58482f2c775f80bf1fe855b5d473c2733c84645467eb483c983e011e51495221ba70d70077e1eaff2ff2d232cd493cbd4e1782be7af44d22f886f492 SHA512 2896946a11e757b4bac96dfe49351bbbe1f77158d5ea6a0eb182c3440610ef36e571f49f8fda4aeaa452d4af79ae48cd7773193dc1d34060adcf0215c2fb6640
|
||||
EBUILD aiobafi6-0.5.0.ebuild 912 BLAKE2B 7b37a9e63ca22e820bda67cd2e3560a72542679981441a4a23c7cebb09a92a166202fdc1b87333022bac1d7852f4c7a0e0ac1ade31b717bf8b227d95628dd54b SHA512 f2f8b6e0c62182a2cc92896f808be6259ac30b829182848bd90fe010def8e793762b07ac9d668eeeeef15c6d9048d35908177c4ff309393ff6230c0d923160b5
|
||||
MISC metadata.xml 452 BLAKE2B 755f4bb3cd547a142ab4fd958486a666f68cf868d0cd3c56d9075cf469586a227fa4cb8e8b86db534bf6c11ed07374dcbaa0b694ff4ef2f30a374627f68eba75 SHA512 a4fea8dc6559c18485d30c85129c0e3da3d3f542acc0aa5660d7a64667d70072aae5b9522f62b0bbc8bd0198b6588dc83e7fe1da9aaa7788b68ae43807fe24dc
|
||||
|
||||
37
dev-python/aiobafi6/aiobafi6-0.5.0.ebuild
Normal file
37
dev-python/aiobafi6/aiobafi6-0.5.0.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
|
||||
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user