dev-python/ProgettiHWSW: drop 0.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:54:27 +01:00 committed by Andreas Billmeier
parent 46167e45e7
commit ecb7c40cb3
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 1771 Ebuilds in total, 1760 of them have in total 1784 (43 different) licenses assigned.
There are 1770 Ebuilds in total, 1759 of them have in total 1783 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1032|
|MIT|1031|
|Apache-2.0|375|
|GPL-3|110|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST ProgettiHWSW-0.1.1.tar.gz 3345 BLAKE2B eefd74229f80ce4ba1b1f63292e7e67d424774ae17c9479443481f7d0bcbf73e9b3921ac8e74dca6492054449d75817b6451e2f5bd16d11c73d57fef50ea15aa SHA512 f34a5a36a3d2e4adc1223ae975f35979d6cff923cf02b90439739d95e8ade098bfdf9611f344dc9469c0cecf5854ab1fb78357ebc1b143cec3352daac91c152f
DIST ProgettiHWSW-0.1.3.tar.gz 4037 BLAKE2B dabc4fbd0ce232e6fd551e9830696472bc32be3fc0f1cf90319363c412a4bac61ef3591c5d73e4786455e0c2f85f31de801b06d0c51e464cc802ed3d197b593d SHA512 1fd86a5bdaebd4f44386d65abdf950f172a2baefa2e6c84322e3eae153b750c934b67fd6c0ccdc7e8183f32967a80e067e54f749d5930f886a9b764adbd0f809
EBUILD ProgettiHWSW-0.1.1.ebuild 680 BLAKE2B 6f658549855c8422e674199cf656a8c67645363fd5ca60cc03d7d3531fd66ec1843d53776ea749bc3da5260d41b8d1d389dae34577b8fe9694160fe3fd91cde6 SHA512 d6e7780f5d3797f82975b3327682e389f9229823bc0c31aabf2ac1d4c81b36f28e565bd187d0dcaa6ddc78c44e5bccd5bcdf64f760d997fa6c3dc21515e44b8a
EBUILD ProgettiHWSW-0.1.3.ebuild 680 BLAKE2B 6f658549855c8422e674199cf656a8c67645363fd5ca60cc03d7d3531fd66ec1843d53776ea749bc3da5260d41b8d1d389dae34577b8fe9694160fe3fd91cde6 SHA512 d6e7780f5d3797f82975b3327682e389f9229823bc0c31aabf2ac1d4c81b36f28e565bd187d0dcaa6ddc78c44e5bccd5bcdf64f760d997fa6c3dc21515e44b8a
MISC metadata.xml 526 BLAKE2B fda6c4e68e36e9ab8a11d3a82f38b9c1fe87f186fe51b790da0887fb29a70b31b12a86aea2af8a502a37ed5c1a2c92586977fd5a537fcdf37f96f58e0c75659f SHA512 231d9f74905e2db3eba9c300c63858f248ead22cd30f8f20f7892c9ad19a991ec23a4687f854ead165239e4af7d4ab01058bd5c4395590d46c972b8019538722

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Controls ProgettiHWSW relay boards."
HOMEPAGE="https://github.com/ardaseremet/progettihwsw https://pypi.org/project/ProgettiHWSW/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest