dev-python/pymodbus: drop 3.1.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:41:39 +01:00 committed by Andreas Billmeier
parent 70d38078f9
commit e9a8c1edac
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 48 deletions

View File

@ -612,14 +612,14 @@ 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 1713 Ebuilds in total, 1702 of them have in total 1716 (40 different) licenses assigned.
There are 1712 Ebuilds in total, 1701 of them have in total 1715 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|985|
|Apache-2.0|367|
|GPL-3|100|
|BSD|100|
|BSD|99|
|GPL-2|27|
|LGPL-3|24|
|all-rights-reserved|15|

View File

@ -1,7 +1,5 @@
DIST pymodbus-3.1.3.tar.gz 185481 BLAKE2B 9c7bb8c79cb099eb1e6b4e68bf58dfcc75e5c3bd01ddbd7dad1b3ed8261100b91994874bb928bfb26343d52378422694d52a1b54ea488b9d7991f5a017725547 SHA512 c26a769dab5151de5756b7c2bf31e20b8846187b8d494aba3ead916295766d94f4c6a99882417f22c0a1c31baec1863bd5029a864f15db6cbaf65ecc3aa83af7
DIST pymodbus-3.5.2.tar.gz 201233 BLAKE2B aa96151f8b6548a15fc80c611b61b525724d1d8e3e482cde0206d241dbc5b8245851b543b91bfa327cf8dbd0417ea1d0a60209cac9f45d750886fe6cdaa48202 SHA512 d82afadd09136f5730900f39806282abe39e2517ed03e74d2d7d74344204dd66c56258e4ac51ed67484f1bc36fafeb62237f305c968d41d9d266c006688c74f8
DIST pymodbus-3.5.4.tar.gz 201724 BLAKE2B 8a37eea10fe8a4716b04106ad74ebab6669a7b9ac7b61c551ab187a5e39af3243e75d2e614ea4c1d1195c1e66b12b1100ab8da1cbab5dfa7f6b2b229a6ee29fa SHA512 cd4b611f9b2790e6ab1325f5f0a293c059ab75871c2043dc92fd723a16f46f368c7c907391972a1fe7abb9c414164dd17e2415d6ebf25510cb872504d9e47e7f
EBUILD pymodbus-3.1.3.ebuild 1198 BLAKE2B 91b2e1108a2a04f1c0584b144f0f1fec6855cdbddf75425f10efe38a5546c33db4b3f8505090dc79b0b4fbf710a506107d690b4ff42aadb2652b7c780395e6c6 SHA512 4bc86d900dd652e5ab654d6e5b0e6330450ed3c42d8ac783aec9f4887c853e6f1e3f41f7c66eb01c91b84f50ec96922ab357a48dc0ef4804ec3c2d144b22d3dd
EBUILD pymodbus-3.5.2.ebuild 1185 BLAKE2B 69c9d77c82101bc8a1f8c5886e00efc1c3fd2f8dac5b1bff424970a1296431a28a75246bb8850c9d50844aaf4a7b38f7f2eddaa702789a7874de1159c521b726 SHA512 7a6046c53ade36c12638fc4a0d78b831dc67f004a2089125d791a44a99c4d74f203a0a298869050602730dbe893c81b7b5f67101705af4e2663fd373e07d3b4f
EBUILD pymodbus-3.5.4.ebuild 1290 BLAKE2B 9d0276e1ebf2586a98c30ea21881c11610ad3b1e5171d585aca676b25ff135d3334e168fd20c2745cd57da925df7efa1abfcd27eb4a0d1f866bc4d7c498d4cb9 SHA512 ca8353703209756d9769f7f128028f0b5b310d04f6a030c477f58545bc17e0da88d96c6a52535b65d146f8299fd88f1daa213c35470601f5ceefab6f65c84501
MISC metadata.xml 440 BLAKE2B bd8e0d1dbbe81b78c6f922a1791c495828ebd3e2b1d376eca6742bc3a05dd39ef7442caac210c3e68bfde5595dade63d16cd4fb681ffe7991eebc713e74fe058 SHA512 5bf125550828afd7eb7d378653cd86f7e548bf6f8eeca7f107ea2159412dd2275e63501bc684c85f55970b7cd9b613f824a174e5def5f8561bd173b269bb1e43

View File

@ -1,44 +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 fully featured modbus protocol stack in python"
HOMEPAGE="https://github.com/riptideio/pymodbus/ https://pypi.org/project/pymodbus/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="datastore serial test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/typer-0.7.0[${PYTHON_USEDEP}]
>=dev-python/prompt-toolkit-3.0.36[${PYTHON_USEDEP}]
datastore? (
>=dev-python/redis-2.0.16[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.1.15[${PYTHON_USEDEP}]
)
serial? (
>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
)"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
src_prepare() {
sed "/prompt-toolkit==/c\prompt-toolkit" -i requirements.txt || die
eapply_user
}
distutils_enable_tests pytest