dev-python/icmplib: add 3.0.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-27 15:52:25 +01:00
parent 2b765edb9d
commit f1c57f1c26
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 deletions

View File

@ -617,7 +617,7 @@ 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 1678 Ebuilds in total, 1667 of them have in total 1686 (42 different) licenses assigned.
There are 1679 Ebuilds in total, 1668 of them have in total 1687 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -625,7 +625,7 @@ There are 1678 Ebuilds in total, 1667 of them have in total 1686 (42 different)
|Apache-2.0|367|
|GPL-3|112|
|BSD|95|
|LGPL-3|23|
|LGPL-3|24|
|GPL-2|20|
|all-rights-reserved|13|
|BSD-2|11|

View File

@ -1,3 +1,5 @@
DIST icmplib-3.0.4.tar.gz 26744 BLAKE2B e804688acecaea4e3e22bec2cd46525b42716d3f4fac04cedd8cd818e157688b747d6435d6a2c80373708f1d7d577a42d01c5e37488851e0efb86cc5d097670b SHA512 a374397bad25fc34a8d83e12b2e3d4a07992c6375dd717706c727c60f462f1293f02b939aad3777e1ea1e97e3f75309661ecf26ea564661a961866b89ae626e0
DIST icmplib-3.0.tar.gz 26575 BLAKE2B abf05d64a854e12ea985f898f1b5b3a9c2ee57016f62e549284f44b20f2dab1dda68cba6964532cc9c98aa99d58fb026cc83e9fd8e172a1005e53e10b202cde7 SHA512 7005ed2c68fc8776f3579d996ed81d5f1f5d8d9b0315704a5802e9146dcd2386aa61de23c6279918fd5d369e0a77287046b09ba2e65d283c76be1863b643d5f5
EBUILD icmplib-3.0.ebuild 621 BLAKE2B a3d9814e974f9ed7a1cef8cf20bf9413b314a01ba2dc772fb271fc6a118843a74f307ce8a52edb19a0a841b2201081914e70b01c682836a07dd752b1f0c8e43e SHA512 5447738ecbf2ebf9d32fc642a98f7f3f0d379cb1217b237d35a249d53788d3eaaa6ff44db409975d1b3f0b9223ce1034a24a4e25f0b03f1d1001b65a3f1fb608
EBUILD icmplib-3.0.4.ebuild 518 BLAKE2B 10dd5c5060a08794070d83ec2def62a320a8f9994ae1d488cdaf92ef613029fcf2023512379ea35db80f8bb38935a0826bf64504d937705f275cf0621d716213 SHA512 b3835bd839e777f406d54162f102077c40110a992411caf3076d1343f72f4970941e0a9b4ccfd4144abe95dfe1b78841d73b934ab132a75622e362effa6a9ffb
EBUILD icmplib-3.0.ebuild 621 BLAKE2B 6f5c37bd8be52db0b752d9ed18f1ef5f58facc470e63e828f63b4ba71b2451dcdfea26b284907359de3c571dc73d4cd96b5b46cb17c50517ff43bc790927b72d SHA512 54bd7bb553ba3cacdf689669ed65fccfe58cb46b5b36d666d20635eaaf751c7e545acf071c7b6a97aeb546becdc5856b42f72a22ede7644d839a37ddfdd4ccb1
MISC metadata.xml 519 BLAKE2B 5aef753ffdc75900ed3b7aecd6b41d15bf8ac2ae11c07234e0126d5db06014fa865cf18ba82413bda744a943602ef56d58c5fd96a83be0edabf38a8332a1e864 SHA512 3b8ea73ccce44fdbda10d4d165480b66fefe077a988c6bc436e992fa77bf1a81a8310f1a2650f39392d36314879b578d7ca7385cb05c5b21df82f5e2ad841ab1

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 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="Easily forge ICMP packets and make your own ping and traceroute."
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8