dev-python/systembridgeconnector: drop 3.4.8, 3.8.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5e46b2e162
commit
d7714195e8
@ -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 1742 Ebuilds in total, 1731 of them have in total 1745 (40 different) licenses assigned.
|
||||
There are 1740 Ebuilds in total, 1729 of them have in total 1743 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1003|
|
||||
|MIT|1001|
|
||||
|Apache-2.0|370|
|
||||
|GPL-3|103|
|
||||
|BSD|100|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST systembridgeconnector-3.4.8.tar.gz 12932 BLAKE2B fc4087ee69403a660bf6e80b8f5c274bbf51fe13ad864d67790dfa8286389cae7fbc301c1a3467ec2b5e8bfa238928fc96e69d40166f7c52d16a96aa14a98e46 SHA512 51e9cda1f7541ef8b61d107973d76dd012b45bb1b9650450c2b130f1a887dbab4273e306bcc2ccc4ae2d8c40bc05df5c8c50828b929d31166e7dc3cdbead5230
|
||||
DIST systembridgeconnector-3.8.2.tar.gz 13851 BLAKE2B e82b804cc7d0b5c0fc59dc149ca8c7c7b5a6fffc849e4b3c7dd28d57e8ee5ca8fe7674c5c2fe49858cfa30df780f4fa28a3d4c475afcad695b6c30b1c6968b58 SHA512 85917f86237a93faba1205b9ad269f3fbd331ab79384a9e4eaee551437bf9dadd1af054998ff2a9db5008df53ada75f7ccac382d43f48c25084a96d4efd83703
|
||||
DIST systembridgeconnector-3.8.4.tar.gz 13910 BLAKE2B 2a5079a747ba8cb40c602462717e4d8639676fcd012efcfe7588a7c98589dbef12bcd9deed410bb2516a0ba81b0df018617676276e806de628a6d1ed4ae91636 SHA512 d69683aed0e464ea2e228412b9969a0a64a41f6d0f0adcefb864d4873491de49624dc99742ffcb3c19e51ffaea76b667a25a3c3368405b9f0d99776e257b9dff
|
||||
EBUILD systembridgeconnector-3.4.8.ebuild 898 BLAKE2B 8a006bd413f059d2df11bc27fd437ab724c516925d54e8fea3778f82cfcd9ba02bf1575a9591cc6fc1e76430e520bd10c3b3fb5fab7b380437b4375c82f1c6b0 SHA512 696c7d3943ba00696b055e27273d8aa314004c890bf5d7003a185bc04db32063616fddb3ff1286b533ce0cee5f7128238f17c10296cf6e8f2c62479586419046
|
||||
EBUILD systembridgeconnector-3.8.2.ebuild 901 BLAKE2B 70c9df6486728ac663993e3c7e63b5ec65049192914335ddd80f73c555b8613f1f7bbf822dd970a0bb8b606928fd30f07853ac175e5c54ac0f834c853fd6c6fd SHA512 88d7a54a8a24564150e060cf1bf1720ce9492db4cfe6ff0216f160509a74b7ae2d7ef9d50d5d8407a09f802e96dfa90d1fdd646845becf394f99c51928d9dc7c
|
||||
EBUILD systembridgeconnector-3.8.4.ebuild 901 BLAKE2B 70c9df6486728ac663993e3c7e63b5ec65049192914335ddd80f73c555b8613f1f7bbf822dd970a0bb8b606928fd30f07853ac175e5c54ac0f834c853fd6c6fd SHA512 88d7a54a8a24564150e060cf1bf1720ce9492db4cfe6ff0216f160509a74b7ae2d7ef9d50d5d8407a09f802e96dfa90d1fdd646845becf394f99c51928d9dc7c
|
||||
MISC metadata.xml 535 BLAKE2B 939a731717f88ae096fccfcf8139a2a0af798d5426d1dc0ff5d7de864fcdcbedf99394fc548f0b81b7bc0af2d0f064ef330e9824de7b629669d62982bbcd913a SHA512 7aed780a74a6354b81371e84bccc87e93e64d04336cd551f5a5b36e9b1015e1b0d34c7e0f1ddf6e1e0f83da7183f1f801a7072c15815a0d294285a87c2cbb8d1
|
||||
|
@ -1,37 +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="System Bridge Connector"
|
||||
HOMEPAGE="https://github.com/timmo001/system-bridge https://pypi.org/project/systembridgeconnector/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/incremental-21.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
echo -e "aiohttp>=3.8.1\nincremental>=21.3.0\npydantic>=1.9.0" > requirements.txt
|
||||
echo -e "incremental>=21.3.0" > requirements_setup.txt
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,37 +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="System Bridge Connector"
|
||||
HOMEPAGE="https://github.com/timmo001/system-bridge https://pypi.org/project/systembridgeconnector/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
echo -e "aiohttp>=3.8.1\nincremental>=22.10.0\npydantic>=1.9.0" > requirements.txt
|
||||
echo -e "incremental>=22.10.0" > requirements_setup.txt
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user