dev-python/pysiaalarm: drop 3.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:56:41 +01:00 committed by Andreas Billmeier
parent 1b42328fd2
commit ee9ebc93b7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,11 +612,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 1628 Ebuilds in total, 1617 of them have in total 1635 (42 different) licenses assigned.
There are 1626 Ebuilds in total, 1615 of them have in total 1633 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|941|
|MIT|939|
|Apache-2.0|343|
|GPL-3|104|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pysiaalarm-3.0.2.tar.gz 272536 BLAKE2B 536871d21064f6234ba10cf300f3054c977e0abb3019b23591bb9725c7f5c188446ca31b88e798b8922062d6ad8a2681ad0528fa0bfc2aab6853b8639065c66e SHA512 4695b61af5ce1c03e8b6c588f27d9c846b82ccc3397fd716e0dee7a5fac8c52d0c4881a3af99f61c26b6397e44fff3b68ea3a21dc2d5908c989cfd5231d67d48
DIST pysiaalarm-3.1.1.tar.gz 273613 BLAKE2B 9d965ffd150dde845498c46c3235189ccef2a839e37bf36aea40ebcff92573ce054e45ab4075dbccdb755ed99239941609e0a9fe6bf2615020be9de26c7b320d SHA512 0e8e4aa707f9991c978c1e4bc9192eea0bec6d2d5226bb217cb19233da6e5ee5864ef80d36aac828a4fbf216a2686fa62097f1413dafbaa7051a96466e5d7708
EBUILD pysiaalarm-3.0.2.ebuild 700 BLAKE2B ff82098bade81e5d9008558c828739f996c9b990d41a3c1063cfff297e0228e52a777e7462cf54c99f2c20503c2dfc0a50486df595476f6eb47390e87af39b82 SHA512 0a6c5660f820b72ba2f7c660d184de172de2d38df97193b9a1ff34f33611b3aab0e85f1933119ca9b66c8da42deb74b87147b9df2f6dfb4592dbcca426cd6859
EBUILD pysiaalarm-3.1.1.ebuild 735 BLAKE2B 8fb289b2cfb21dd236ba44b35ceed13a1328a5f3d382425d042533e81106bde1cc158c8dbc17911d8c2dbc64bd6c5c37653cf2419075c40f15da15f3eda533c3 SHA512 f36df3696a6bfe526f4a967f529b8d88a9addd3f87bf3436e1558d471969814ee1d31ab0615979733941ff6c4c825aca938a7172935fe37f6896720bbec6f092
MISC metadata.xml 533 BLAKE2B 1a7516a1c186aa81572ad9b40d21d92d1275c1e4de02e69a505b589b61176b63066a976b5955ecb97b052695b08938dc1dc4108f64b641f533ae1025471b0092 SHA512 46d9f1ac592994bcfed14eea31055141089438ae04c959cb443a560f3004f09eab57c4905fe3b43924e8a20691ae55dded0561d297c47c4fad2b049ca6e3c257

View File

@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python package for creating a client that talks with SIA-based alarm systems."
HOMEPAGE="https://github.com/eavanvalkenburg/pysiaalarm/ https://pypi.org/project/pysiaalarm/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/pycryptodome-3.9.7[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest