dev-python/bellows: drop 0.35.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6a78c9eb2b
commit
6a545c3aa0
@ -612,13 +612,13 @@ 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 1773 Ebuilds in total, 1762 of them have in total 1776 (40 different) licenses assigned.
|
||||
There are 1772 Ebuilds in total, 1761 of them have in total 1775 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1021|
|
||||
|Apache-2.0|376|
|
||||
|GPL-3|107|
|
||||
|GPL-3|106|
|
||||
|BSD|100|
|
||||
|GPL-2|27|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,8 +1,6 @@
|
||||
DIST bellows-0.35.1.tar.gz 198065 BLAKE2B f8bb59df3a21d48135e80b0fe477c43749d72ec3319bcb0b357c573bee215886a7319d795e40b7d8b61a6baa1716b4a0b0b4977684fab90723b97db3bec43768 SHA512 327376b0c1f2967f4f0c3207f2a78a577c1fb4929e3134f96a915a777cf8403aa34ad73c6982ba4575c284495fc49b963fc31dd171e9bed57849273f9247e5e9
|
||||
DIST bellows-0.36.5.tar.gz 247645 BLAKE2B 7ac33b20e322a6524137e7007ee3e77c757f3d7454a38427f1348ca8aad2fa890007bdf0fbec2078b77b2c86103c9337d32ea278100278bf97bf875390e3189a SHA512 ff486d671d66e1e79029049df5f1db5123daa3bdc026966ffb3fabfcfb73f9e508e28f3f71336c832532b7ba737005ace500b7276f757df9a959c641ba13511d
|
||||
DIST bellows-0.36.7.tar.gz 248069 BLAKE2B f18a2a14249742f7b7de9da68c05044f5af24f3854b714f5ecc4a9c4d8b9cc97c63dca786672a04a905fbabc50cd51cb52235feab976a9ad5da366081fbeaf91 SHA512 95bd7a8cba4ee0abf46a705ef60b5b3ff5527ae9de456da448d2ea8385ed5a5ec261f60b2f1d2d4da7f7617fac4de8579703e85a3db3b7319722c239a55490dc
|
||||
DIST bellows-0.36.8.tar.gz 247710 BLAKE2B 1bd6f6ff7afc569541e0c783873444892e44b96fdb85c08ac4638ee9121c89171b78549733a360dcd3281985744b18d7f719c8237071f742ab6139cfc2d6a8ac SHA512 ba8a54f69548f3ce2cf1a41445f0e0a88170d50c01351b023a2a57610c40e3d9ba4fee704ada2f52a949a1ca112e921986d29b024b247265f99a5f42e5178045
|
||||
EBUILD bellows-0.35.1.ebuild 869 BLAKE2B 9f5d84b00462c5bf60446b3e1ebbd68ae5a00f0e5272c4e111e55b58ec74719efa8948d92a46daee4ba1051e99b9196885ba23499b17a1c17abfc0a127b00641 SHA512 26a596d3e48b2c94d67c3495a45a99f3bd50951660c21b1b4ee3a26aa92d8de5893911da621543b10cabbb445c88b9aa8e01d29ba40e740a5c3d26990dfc29a0
|
||||
EBUILD bellows-0.36.5-r1.ebuild 1080 BLAKE2B 07e1dadfe8240d68e31ebdded67211bafc3912535add7c74a871ee7628e41301f38aad513216925d37734873caa4f3c3418261d545c7044d2e3c6d0879dde5b6 SHA512 97e7572b8f5f7465507ad447575984fc26f529ae38dfc875ddf185beb3c474a1208bc0da5f6392567032ff9cc5fd5a108f9a3b731b0fe2f5e2681013d4b7e368
|
||||
EBUILD bellows-0.36.7-r1.ebuild 1160 BLAKE2B 7e05ec5d1382eb8fdee82343982fb44cb21e690fa6bd7c4dd637a829a90d73be512e6c81d44167400f64f1c72f90bb25eec9c6e436b2db47bb0513a67c4d0809 SHA512 03d7fae197704ecd904db4be2d803474a27d5ce25e259c4918e389e4a49a03cf95a074a24fd4d88c25702d04502701cdaa1ce87b8afad8eb4b40c64b767ab4df
|
||||
EBUILD bellows-0.36.8.ebuild 1160 BLAKE2B 7e05ec5d1382eb8fdee82343982fb44cb21e690fa6bd7c4dd637a829a90d73be512e6c81d44167400f64f1c72f90bb25eec9c6e436b2db47bb0513a67c4d0809 SHA512 03d7fae197704ecd904db4be2d803474a27d5ce25e259c4918e389e4a49a03cf95a074a24fd4d88c25702d04502701cdaa1ce87b8afad8eb4b40c64b767ab4df
|
||||
|
@ -1,34 +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="Library implementing EZSP"
|
||||
HOMEPAGE="https://github.com/zigpy/bellows https://pypi.org/project/bellows/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-log-0.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pure-pcapy3-1.0.1[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
>=dev-python/zigpy-0.54.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/asynctest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user