dev-python/py-aosmith: drop 1.0.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 2271 Ebuilds in total, 2257 of them have in total 2296 (43 different) licenses assigned.
|
||||
There are 2270 Ebuilds in total, 2256 of them have in total 2295 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1287|
|
||||
|MIT|1286|
|
||||
|Apache-2.0|528|
|
||||
|GPL-3|144|
|
||||
|BSD|124|
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST py_aosmith-1.0.1.tar.gz 5501 BLAKE2B 8efeea448f5892a845f6d4cf82775dc0446041c44de2de4ff269bc50da131397b814718235cc59189ab67f502ffb5e16801f886af9e76e71ea36bd8dc55259aa SHA512 d9161a3a2757adc23b941dcc112f1b12337550de06e876a2015bf6d904aa9f7f569cfc7a2d15480a3019322869597a5d933596565f662f3ae07ccbe8a598d235
|
||||
DIST py_aosmith-1.0.10.tar.gz 11147 BLAKE2B d743c219e5077e9ad2e13431cfa183754e460952752ebeea689b737b37197a300e8f87bb4798e2da542c852cfa3b389727258f976957e9ffa3f49bd2d59e5c6d SHA512 47332bbbd1f6cfe5819d78cf81559414b6c6afba1a79aef297980f1ac3416b41e484a586459f85acd053217949e4d3f19d939681122cb2dbee7e8b1ed2a15595
|
||||
DIST py_aosmith-1.0.8.tar.gz 11105 BLAKE2B d1fdfe8255a0b469dcb219fd521288d11a72dff533e8c6cf880b0bf0480a7b4bbe96bc4f8e8679a32ff9bb6a797c5e281ac84e2b740134046ec547baa9430df3 SHA512 a7246d7ea102224290653fa5596c6f306667172c175f1de991a4ce5e57928fc86cf011d32057716d5023ac7193c5ecb34b89599c99d9bb45bb93af1038320f8f
|
||||
EBUILD py-aosmith-1.0.1.ebuild 545 BLAKE2B ab7d3e16cfb30a680c566c07e6040e9cf6bb413836a99882e607e6a85081eddf509daeceaa8ae8549910739591e6f0088da86f3c7bdad27ea5164f90fe9511a5 SHA512 f37b2939ffcc121958be6d301f4fc09c3f2781e66577902833fbfa4f9dd655837c7a894edf80112456de58b8c30dc1077f6ac977cddc3a099858423476e53edc
|
||||
EBUILD py-aosmith-1.0.10.ebuild 601 BLAKE2B ca5428eb6cd2f4c31bafcebd7d5a5a9d96217c9df26e8cf7273ba087b743e5f3e4f97de9e518730810712561c0dfbd830e85b3a187226a578d104f4d9bcbb4ee SHA512 1b3b9d2292fa5a91f3bf60671695c642d41b911bf652d48dba7b9b0428909eff4bfb7b65fadb80455c42b7a880a8adc698d97b6b4da957729985f5afb4cad469
|
||||
EBUILD py-aosmith-1.0.8.ebuild 601 BLAKE2B ca5428eb6cd2f4c31bafcebd7d5a5a9d96217c9df26e8cf7273ba087b743e5f3e4f97de9e518730810712561c0dfbd830e85b3a187226a578d104f4d9bcbb4ee SHA512 1b3b9d2292fa5a91f3bf60671695c642d41b911bf652d48dba7b9b0428909eff4bfb7b65fadb80455c42b7a880a8adc698d97b6b4da957729985f5afb4cad469
|
||||
MISC metadata.xml 526 BLAKE2B d23fb053423d222655986fc131246941d3fb72db21c3ac719a29f317f24655b0b1feaaeb69b762c972da209b480dede78d0ee39e922ab5615858cbe030d10f3c SHA512 19b0a9308f50a4861f458ac8fbba15df30fbf867ee5ceb93f9402eaf3168a850bae78f71499912ff1062df5b891f13302ffccc357e15fed229edb8fe173ea958
|
||||
|
||||
@@ -1,22 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python client library for A. O. Smith water heaters"
|
||||
HOMEPAGE="https://github.com/bdr99/py-aosmith https://pypi.org/project/py-aosmith/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user