dev-python/pysmartthings: drop 0.7.6

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:57:26 +01:00 committed by Andreas Billmeier
parent 00cf963751
commit 64d3994e47
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,12 +612,12 @@ 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 1625 Ebuilds in total, 1614 of them have in total 1632 (42 different) licenses assigned.
There are 1624 Ebuilds in total, 1613 of them have in total 1631 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|938|
|Apache-2.0|343|
|Apache-2.0|342|
|GPL-3|104|
|BSD|88|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST pysmartthings-0.7.6.tar.gz 27709 BLAKE2B f0834089630e2dad9ae49f6788af4e05470e078eeb6bf5225dd24a20297c04a5c7b3ff20180ee8f6b838b731b24bed91839ae718600753ec27b2c92c108b298b SHA512 eef08e8a9876e2ca630e0f762364530f30688f01214c08af4d3001217f43d77f7196134fd6a98470bbc2be328a747e6541b371daa54a6aae8b05c10ef3948ebe
DIST pysmartthings-0.7.8.tar.gz 42590 BLAKE2B c4f62a75cbcca3352e0ab0d098fc4a847a1b216674d762122807726c819e722370854fec7cceedafc5a116e5f98f4c4d6f9e79a876a4dd5d6af5f631dbbdd9d7 SHA512 ddde76a1181244f30aadb342b642ac8f1af081cc150adad13332ef40682e49992ca64c465ba220a23f621cb6c3c1ee042d1d6ce55b59b7f5ac8190f843997ace
EBUILD pysmartthings-0.7.6.ebuild 721 BLAKE2B 36662ef284c5669240bcbcb67c16feaab17a23680acb58fe766c7cd67cd3398c98bae214d1cc35d3fff03be1d0d1471aeb1a6afcd72441e83b60d959648854cd SHA512 7f0774adb995bc1953f14ccd220babcf7197d89be83e9db678dc86eb6bd6e0798d08923843a75adacaa9232744012457aa63d0dc8d6fc96996c05f5e3e3a9e94
EBUILD pysmartthings-0.7.8.ebuild 721 BLAKE2B 8522d3ad4f35f41f6e2e753ecaf113c7066b2bddbf2a499e74dbf0e1cb1c07e97f684702ae56eb632c9dfb07440a5ee814814d810b796556828946745de2f576 SHA512 1cf24736ce5a013b7372a5215180a9f1e66cfbc8781d2dc236ff1585906b56731c431a74321cd4d4b4a27f1d546b4a1d1ab2098e56a75cbbfc66bf64aacabcb7
MISC metadata.xml 521 BLAKE2B 0ace8419cf165860569a41a7379485be09520cc00485b9c1efca7894bfb5cc90f5e625db2180ec99662d89d41f59c2634cabe230eb385116031340fa8b5694be SHA512 4d51a9beef764adcbd9a40306d4c6308066b293036c3b9efc5246ce57b67051726a8e511b95770aa29965c574751d279b37397fd194810dacc1a83669336af13

View File

@ -1,31 +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="A python library for interacting with the SmartThings cloud API build with asyncio and aiohttp."
HOMEPAGE="https://github.com/andrewsayre/pysmartthings https://pypi.org/project/pysmartthings/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.5.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest