dev-python/pysmartapp: drop 0.3.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:57:09 +01:00 committed by Andreas Billmeier
parent ee9ebc93b7
commit 00cf963751
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 1626 Ebuilds in total, 1615 of them have in total 1633 (42 different) licenses assigned.
There are 1625 Ebuilds in total, 1614 of them have in total 1632 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|939|
|MIT|938|
|Apache-2.0|343|
|GPL-3|104|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pysmartapp-0.3.3.tar.gz 8602 BLAKE2B ea982bb3e443fa69ebc832124f1e8da85e4548d0fb35fba25810702d1a59b706d27fef6f7cbef8e8f4f66e801307f932fc0ab248034a1e706d5b8e7fa5bb7f38 SHA512 9d473451aae949adbba905b3f1c050962a492c43d12abb9ac7266c51c1c540063ca52f5d66a4065bb27e3ba137b7963c0124df044d51d65dd22f394822b4fa70
DIST pysmartapp-0.3.5.tar.gz 14142 BLAKE2B 3c81f981fadeb6260d888bac89ecbaf31f1505f7e7023fb9c42d57e557ed53e2b6074e7f929f48ba590b9f541c4227aa25f1108dae905be4aa4965376fdb0604 SHA512 0f4a1eabaf390a69ada6e8759a18a448921c41551287d8fb2aafd4ac616468e6ec9c03860b9ed0c5c23a939f0b514c599be7d3a0f208bf55b82794779cde5253
EBUILD pysmartapp-0.3.3.ebuild 664 BLAKE2B 13f37a9c32b5f6ba329217c6290d22cfcd3c57356a5c89703bac41f2a33e1df348bcc28ec788a9ed6042b18a4c1a2d62d0dc4dfe9c8d86306df436fce31e21db SHA512 831418dcd05f222d7136a4c2c74d25514bcae3526c581533905707d6b4dd473a0520e3aa6b8feed23c2131899039b811f6df10825c924c95f1b68ac1795c70ce
EBUILD pysmartapp-0.3.5.ebuild 664 BLAKE2B 13f37a9c32b5f6ba329217c6290d22cfcd3c57356a5c89703bac41f2a33e1df348bcc28ec788a9ed6042b18a4c1a2d62d0dc4dfe9c8d86306df436fce31e21db SHA512 831418dcd05f222d7136a4c2c74d25514bcae3526c581533905707d6b4dd473a0520e3aa6b8feed23c2131899039b811f6df10825c924c95f1b68ac1795c70ce
MISC metadata.xml 515 BLAKE2B 72343273ca0d902d504725b671f7b830fd4594c93a3b9dc7369b29e3782c205d8c84d04d66232b3d1fa2f9034b51580b46cb84a0ea4830d75914f8c24522e3f1 SHA512 f892704c08a4af78022b534f0ff9df63b06a7c8f308953922f3c3fb1376136d4b5d36c67ef4f318ba505fbb5f211f7bba6beda42618fe1208b2b1db9821849ed

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="A python library for building a SmartThings SmartApp"
HOMEPAGE="https://github.com/andrewsayre/pysmartapp https://pypi.org/project/pysmartapp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpsig-1.3.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest