dev-python/aiolifx-themes: add 0.5.5, drop 0.4.10
Closes: #3681 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7a65c1c72f
commit
8f0bc760d4
@ -606,11 +606,11 @@ 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 2041 Ebuilds in total, 2030 of them have in total 2058 (42 different) licenses assigned.
|
||||
There are 2040 Ebuilds in total, 2029 of them have in total 2057 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1180|
|
||||
|MIT|1179|
|
||||
|Apache-2.0|457|
|
||||
|GPL-3|121|
|
||||
|BSD|113|
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST aiolifx_themes-0.4.10.tar.gz 13081 BLAKE2B b9ffa64bdc1a44f15310b4eee32ae428d666c327d70620f4cb722237e4f2a065df08f45556cdabce1d9f3ef459406fd7a181e20214e503f2139551b2354eb835 SHA512 3785f60072a8f4f68a97d5207d1650439e959a124d230b7c98457d1a7b4ca9be29d5d4793e8779b7e7172575aba4343cb72051ca7d2d41c32428d20fa144486d
|
||||
DIST aiolifx_themes-0.4.15.tar.gz 12966 BLAKE2B b8902c54bff553c969c6655012cb071dc4aadc875422609a2aa3079ad5f86956a67bfa43d3352309354c7f668641316a1326be9f36d5da48587ac223daad55c3 SHA512 ca038ad4f1c006c9b04a6e0f024ede197fc41daa153d989a4cd4e58266d80fc8e78a66d7d53eded5e013b633bbff6e29026fdf2b6f4823093a9a518557c37647
|
||||
EBUILD aiolifx-themes-0.4.10.ebuild 670 BLAKE2B 07d73a4fb7e5a002a2b20e8104b2ec2a2003bd09fc21cc8017e4b58cac5c8bf2aedcdb931344f8c2628007835dc9c3735154b27232d60c7d11a9454551f6af03 SHA512 4609e624e89598f25f54beab05a8ad307109f9ba8148fce6d2a9931882968e4feea7c5a6dd203e4c8f9ad0959971f907878da7c6db9fff70a2e6eeda739d7484
|
||||
DIST aiolifx_themes-0.5.5.tar.gz 16878 BLAKE2B efd2ee2aa5a1583d19f12b32da928883b91563d9f5e4ef02d76f45188501c3463bec3ad31073c586e68b5d9cfade292dbcb721c9c2fb66e0e82f07d401cebcc8 SHA512 f6bbeb0ae36a444fcfd3b7d7626d1fcd85957604e74a387c351e4538dbcefca7f66e310ef8e1cdab75506a7bf0ab920cde5dd02f867f47eda7628f47500573f8
|
||||
EBUILD aiolifx-themes-0.4.15.ebuild 637 BLAKE2B ae965193bf8ad7f765e92b13640728ca3614e47411f3759a6a2335672d4290b215fb1fd3f0bcb44aef8413c6a3b87cb7d60042a7a76111d2158f32971370f00b SHA512 642c570c6814e6b155d4bc1bab20cae7c729a8a5680c4ef3c3608ba6aa6242e0edd62bf9997d5fab5413464f6e64ee4a072fd271e26737ea87650309ac5bc68b
|
||||
EBUILD aiolifx-themes-0.5.5.ebuild 637 BLAKE2B 4af491cc7b0ad4ec6c5ce64e5f989c0ac358aa60c15b329af596e41798e7af0633f94ed86bd74ba19257527752b810b9c72a965e873e664c30d4bc833d601d11 SHA512 4e61280fff38caa81d168babcd2a7b7a5e65d9fa5d79fcafbb062662ffd00533389c313b477b29baac9b7c2db3040d06baeb7c45245771b2daa75436b74dd2f6
|
||||
MISC metadata.xml 513 BLAKE2B 4961599829aeaed7db9440112142564e7af35ac90c5c9fb4126cd7ff7cf19fea7aa965b765d9d7e7472128ac1cf591bc0eb9b69535b2b12927141ffdfb12bd10 SHA512 cba1b8cf2ac0c9ff1ce3efa14c2e0a87af6f9b5b23e26b80f5ff54c020a215d4687a1bc3a1ea26b92f6d0b3156a6ad411034e6395a4074bbec7c3ab34cd3e29e
|
||||
|
@ -18,14 +18,10 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiolifx-1.0.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND=">=dev-python/aiolifx-1.1.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user