dev-python/aioaseko: rework, remove olds

This commit is contained in:
Andreas Billmeier 2022-10-15 07:16:44 +02:00 committed by Andreas Billmeier
parent df8efc3561
commit 2e6ac6095f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 40 deletions

View File

@ -538,7 +538,7 @@ 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 1932 Ebuilds in total, 1925 of them have in total 1937 (35 different) licenses assigned.
There are 1931 Ebuilds in total, 1924 of them have in total 1936 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -549,7 +549,7 @@ There are 1932 Ebuilds in total, 1925 of them have in total 1937 (35 different)
|LGPL-3|30|
|GPL-2|24|
|GPL-3+|17|
|LGPL-3+|17|
|LGPL-3+|16|
|all-rights-reserved|15|
|BSD-2|14|
|Unlicense|7|

View File

@ -1,5 +1,3 @@
DIST aioaseko-0.0.1.tar.gz 20341 BLAKE2B 8ad5b2ddbd99bca7ea0b6ee894e2438fc1405f02351c7f8388e7ec671066286386fcb07ee4c512c386a03098dbee56f390f970cd5ec959d487b46934bd42cc56 SHA512 4f6f9f857ef5996574163181b04810a4aba7bbee24bbe8a4cfc270c4acb43a8abdc8946e52b3c177ab46e82d2781ce74cbc8d7b034ac214fb24bdc9eed21df40
DIST aioaseko-0.0.2.tar.gz 20003 BLAKE2B ad6455670a1226322dba39a743b2e123c276ddb2e02a9ab4f19cf6867713269f3309063c0193e952ac6c19652fadc2696ebc6d12cdf94abc5f5deff9ba1bfd13 SHA512 c73915611898f064de7e98941ef103bb9559c3ca933fc57d891a29a4321eb85712487d6ba10a36052dd73c2755879287d89ed84bba2a27beecf41ab756f4b04c
EBUILD aioaseko-0.0.1.ebuild 766 BLAKE2B 5be29e91a2cc70ca0e921f620d7bb81eda7a90d6c5da3dd855f5eac58a1570b0b6a67b29075ad40a5fd9e656c748e68ea28a3eb1a254a7ff3c05b04c37d089af SHA512 8e768acb716ddbf7806513d80eaa62501c6dcaf2c2a650a9df0907c5a93d4d88af53c4d733678cf2a5a655985a47f0f8a9703ee30d67814d03830dcf632797fc
EBUILD aioaseko-0.0.2.ebuild 766 BLAKE2B 5be29e91a2cc70ca0e921f620d7bb81eda7a90d6c5da3dd855f5eac58a1570b0b6a67b29075ad40a5fd9e656c748e68ea28a3eb1a254a7ff3c05b04c37d089af SHA512 8e768acb716ddbf7806513d80eaa62501c6dcaf2c2a650a9df0907c5a93d4d88af53c4d733678cf2a5a655985a47f0f8a9703ee30d67814d03830dcf632797fc
EBUILD aioaseko-0.0.2.ebuild 769 BLAKE2B e14017a1ca4ac57c55ea705f9b308504ab1011a391173092c96b2524eb8c41943c7193ccb84faa1caf52c87d2b9d793fb366641e570c34bbc06c0eee7ee1eb9e SHA512 62d530963c776c72bf9eae5cd4a985c3568cc49ff4b1d079cdbbc167d227a6b5762794e7b7fcd3241b7eff5b1434273d0c6e8ddac97670e196d1dc17a1455c2f
MISC metadata.xml 459 BLAKE2B cdfe0f37e629f3e27409554c71bb85c64023a6a4c599ebb22944805d4bde0f29745a75b8dd0f7912261bfdceaa02ead8a9f425379e6a5d200ddcaa1f6dd1105b SHA512 42d1f7f7e9033843b87a92cc971ca3ad5817476e05320a66d7035ce6c436ae0eff006914efffcc747eecc494621505e95414e1b54134b22834c9f2a15f46f09a

View File

@ -1,33 +0,0 @@
# 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="Async Python package for the Aseko Pool Live API"
HOMEPAGE="https://github.com/milanmeu/aioaseko https://pypi.org/project/aioaseko/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest