dev-python/pyfibaro: drop 0.7.6
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d1bb79f415
commit
5dff55e8b0
@ -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 2370 Ebuilds in total, 2356 of them have in total 2398 (43 different) licenses assigned.
|
||||
There are 2369 Ebuilds in total, 2355 of them have in total 2397 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1346|
|
||||
|MIT|1345|
|
||||
|Apache-2.0|565|
|
||||
|GPL-3|144|
|
||||
|BSD|125|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST pyfibaro-0.7.6.tar.gz 15965 BLAKE2B 55c5a90d1fb9716bea053d57cf8b175598cb59fd595bcd8f730dc5af3797ae9f2d86bb76f67664b08b60cb749d71eee919f01ec6b8843f10389e4e13725eaa65 SHA512 011b5609e05bcf353446d97fff625c9c44cab784b90d9301e21ca014fe2ed4243fe65f7856c67c2539f5a19d7fc01ae1bc3454d2d04e3cfef83564939e95bb79
|
||||
DIST pyfibaro-0.7.8.tar.gz 16134 BLAKE2B 05dd6bd9357f68efdead2acd662bf664eb58b59bb9f0b66f818df3aaa9b17ade2fdc45cd98dbbc40780304cd33792f9c839e863a4af91b9cbf1c7f5a3f8ed3aa SHA512 cad09990a785abb129203b7bcd9167d81dd024c9b42d74c131c1e18271e3fd6f7b9c7267626bce16152c0c376df200c5f3085a48b320aaf83d692f0f6d397b66
|
||||
DIST pyfibaro-0.8.0.tar.gz 16410 BLAKE2B 4363a6bf8685e8b3d33e5dd9ff7649adadf86cee7732e1a7e5a1deda92ac02fbef01a1a37297369fda666a5e57fe7072961e60ed0a1299b24f355215c5f66e1d SHA512 247366c201ccd1b8b2d728b74c3425aafbb34e28b155b92a8855758a6d2d16049801cae5d590896f3f5681b5e5488533c95a310939eed885aecb75a7d83ae63e
|
||||
EBUILD pyfibaro-0.7.6.ebuild 707 BLAKE2B f13c91530ed446fe0d2e1113bc3500c1d8ce995790304681b6dcb8e51cb1783ae5b01f4a8ae8f2d9c962e19e42e0a801177fbc034c02ab0e20b6f37a5260b8c2 SHA512 daf82a0c808d5ebe58776b2a3d966c550dc59165343653ea10fa1fec57331a23d56c7093f5323a0c965fbd804f6a6d1607f14be441cd1af3049e2a9a9bb93bc8
|
||||
EBUILD pyfibaro-0.7.8.ebuild 605 BLAKE2B b1a66bd3c95ae12f6d9a03d7b4736ba1c202b3b1a11548aa288318d9529f600f1449420afee679332a620ee0d48dbe1d276e7946ef52949749b852e74c96ebcb SHA512 25b3c345931c9bda87f71ce26e591a6a2d7de57f10bc6807375016df9bc1838255b59f483c70e61ae977ac6dbeda82d2ce3050bbf607abcb7dd17dd5865c006e
|
||||
EBUILD pyfibaro-0.8.0.ebuild 605 BLAKE2B b1a66bd3c95ae12f6d9a03d7b4736ba1c202b3b1a11548aa288318d9529f600f1449420afee679332a620ee0d48dbe1d276e7946ef52949749b852e74c96ebcb SHA512 25b3c345931c9bda87f71ce26e591a6a2d7de57f10bc6807375016df9bc1838255b59f483c70e61ae977ac6dbeda82d2ce3050bbf607abcb7dd17dd5865c006e
|
||||
MISC metadata.xml 386 BLAKE2B 52b48fa6342e4ae8781f654f258fa0be9f9b1d39c0addb350670b3908958ddbb624f95878930076a6243c9cdd2ddc4d8ed6135bf3dc1a893da07a6e45e3df58e SHA512 6a6913c1fcd32da6b0ad8737b9c489863226121c6db93e17cfa94d5db73e0a517a52f3672481cb00836c254ad3d5a63018a3c21e88806fd8bd0fa7c3bde3eb80
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple API to access fibaro home center from any Python 3 script. Designed for Home Assistant (but not only)"
|
||||
HOMEPAGE="https://github.com/rappenze/pyfibaro https://pypi.org/project/pyfibaro/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user