atenpdu-0.3.2-r1: fix Typo
This commit is contained in:
parent
32cd7538aa
commit
b3d80ba4b7
@ -506,12 +506,12 @@ 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 1707 Ebuilds in total, 1700 of them have in total 1704 (35 different) licenses assigned.
|
||||
There are 1704 Ebuilds in total, 1697 of them have in total 1701 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1039|
|
||||
|Apache-2.0|306|
|
||||
|Apache-2.0|303|
|
||||
|GPL-3|106|
|
||||
|BSD|90|
|
||||
|LGPL-3|28|
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
DIST atenpdu-0.3.0.tar.gz 5152 BLAKE2B 4941e650355b59e1cd00fe44de4ba4d5264151412d8390c9e033c0de5e1b5a3a483f60d07f0c186afdd2c78964fd5c855c9111501247024e9f089238ac993ae4 SHA512 213dd46c0dd13029900ae24f7a100595374c3cb0ec9e4247dc3b841962e1eca7e285df8316d27cc6344294aac0488a9701c2b0d073bd0ee7bed5f3981826efb6
|
||||
DIST atenpdu-0.3.2.tar.gz 5615 BLAKE2B a4a0e994b40c4de8ebec844c03276d7dc310f4babe871e156b553f77eb7070a153e65868fd15d7c3118c08dd0f79f0def38b61cf2285bd72e9326bcb221e0013 SHA512 d1fac0d2167d1557d55ef17df7eae441a497ffba8f0222ddb7ed50c00bf0861e5474b6a58cb5a76f5fb095e394cc9afa07b528f4118dc3cda047baad47408ec3
|
||||
EBUILD atenpdu-0.3.0.ebuild 743 BLAKE2B 3e7fbf00181a7fdf5fbc44b7801b2ef2474e73a059683172ccd805557e2c4b030644354947daddc7ccc5c6ab27a69bd9887f79ecd1399db4efa8fd0434496a21 SHA512 507b85917967b18053913f9cc1a01765177fd58be135b871a5c864a92f8230877441df234ed3f211332ad6184a508afc6d439a044f21498e873ebf0a3073b23c
|
||||
EBUILD atenpdu-0.3.2-r1.ebuild 782 BLAKE2B d5a770286050579b287e0b3ea52fa8c44ee00a639932b5f9043804c5826ff16c84437e32d7aa9c29e53b5f3d3d9140ee795aae21ba0d1ff9074f5944c3dfc4ad SHA512 a8702a6b9e6628b66deacf7ef166ce44d76d8ba6b4af9e50d53c2708144f036302a820ddd38356e2f82de0e94ae16bbdf9fff631af2e090f85d9b7a4df9feb63
|
||||
EBUILD atenpdu-0.3.2-r1.ebuild 783 BLAKE2B 08b420e0b3e442e246ff7548fc64c16885564bd93610204348a95e4cd264992d42b7d21b58d7c45d7819ecad3a8b0530d242e20f85791ca33ff6e03378d1e278 SHA512 85b928737fe3e17bbe356f475616537ebdc8fe9268b08a4d6debbd2dae11d191a375d2b879b3fbc50607d3e2a9f9b885a9424a4517b3244d515cf24e4566fd69
|
||||
EBUILD atenpdu-0.3.2.ebuild 737 BLAKE2B c015acdde84e79285386ed5e126bf4ef53b77c6e37a1dd1d6d911dc51daeecceff3deef674de9ee124e36dbe50bdde1efdaefc014d656987b88680581b898ecf SHA512 e1dc5299e6a7fec460ccbd1a98d543705ecbb69c54bb067af910b8c338109fe2d684eab3e2735664581cba995122a7ae8b67a0b3337cbe402314098a30a93cad
|
||||
MISC metadata.xml 453 BLAKE2B 1ebcf2a143b4716772be62fb3a2c2252044228eee43bbcd8acc656bbe43db9931cbb309892dcbb9fbcf46b4ca5a6f939606374bc9727f1b660eed1b60774ea2e SHA512 b485d0e29f4de7156d182cb76c774e6b8a3ef004ac0d3531b9508d43a001d6583104a45b527a9430239518fcf048f4693e3f3444a7ff679b088f332d0eec1bf6
|
||||
|
||||
@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="|| ( >=dev-python/pysnmp-4.3.2[${PYTHON_USEDEP}] dev-python/pysnmplib${PYTHON_USEDEP}] )"
|
||||
RDEPEND="|| ( >=dev-python/pysnmp-4.3.2[${PYTHON_USEDEP}] dev-python/pysnmplib[${PYTHON_USEDEP}] )"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user