dev-python/icmplib: rework, remove olds

This commit is contained in:
2022-10-15 10:28:07 +02:00
committed by Andreas Billmeier
parent b4a10d2a5c
commit dbd683c1d2
5 changed files with 9 additions and 77 deletions

View File

@@ -538,7 +538,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 1783 Ebuilds in total, 1776 of them have in total 1788 (35 different) licenses assigned.
There are 1781 Ebuilds in total, 1774 of them have in total 1786 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@@ -546,7 +546,7 @@ There are 1783 Ebuilds in total, 1776 of them have in total 1788 (35 different)
|Apache-2.0|344|
|GPL-3|113|
|BSD|101|
|LGPL-3|28|
|LGPL-3|26|
|GPL-2|23|
|GPL-3+|16|
|LGPL-3+|16|

View File

@@ -1,7 +1,3 @@
DIST icmplib-2.0.tar.gz 34280 BLAKE2B accdffb1e4ed11b7168230956c2b4e295195fca135b3938c7d8b03c4a3f0c3fc11fd5894fa3654b249805273aedf688e76351a45f2cb7d8ebcc55b8b734bc5ca SHA512 d99c01c595b2b79fecb282aa803b2f6436e97db90ed88e0a2b8b462cfe7814c1098a22553260b4bccbbef96793763beb3f8523568d3acce0cffc666beee0921e
DIST icmplib-2.1.1.tar.gz 35836 BLAKE2B cbd92b198e280daf96fa8d6a2e07c7258455095362caf8795cb24211e4c578c6ca2ac231230647a3cbcd29ae8c21a6f88d76632827e9ca49cf4349d865bf8a40 SHA512 6e00c588f1bf32248b362ca74ac48ae7dae0865502eaf305b641ca2cbbab656b79363fc084ea538c3c9d4ff19c9c56aded58ef2efca610ab3368067ca94ccb63
DIST icmplib-3.0.tar.gz 26575 BLAKE2B abf05d64a854e12ea985f898f1b5b3a9c2ee57016f62e549284f44b20f2dab1dda68cba6964532cc9c98aa99d58fb026cc83e9fd8e172a1005e53e10b202cde7 SHA512 7005ed2c68fc8776f3579d996ed81d5f1f5d8d9b0315704a5802e9146dcd2386aa61de23c6279918fd5d369e0a77287046b09ba2e65d283c76be1863b643d5f5
EBUILD icmplib-2.0.ebuild 750 BLAKE2B 6a28f850b67cde18261fe250e97a5c9f3009f1d51fcd2e85e80f494dea1b457105ee2bb5803e3a92ff031eaffc0b1da0ce8b87c59c3826f971f3145abd8c38b9 SHA512 2b6eb3f7251078e99c5fed170e4d0de6231607af9bc7227d4b99dcccbb726235caa92b717889a300e3288a5ce7f979b5e078971d2a212cf7f93d37d85afd76f6
EBUILD icmplib-2.1.1.ebuild 750 BLAKE2B 6a28f850b67cde18261fe250e97a5c9f3009f1d51fcd2e85e80f494dea1b457105ee2bb5803e3a92ff031eaffc0b1da0ce8b87c59c3826f971f3145abd8c38b9 SHA512 2b6eb3f7251078e99c5fed170e4d0de6231607af9bc7227d4b99dcccbb726235caa92b717889a300e3288a5ce7f979b5e078971d2a212cf7f93d37d85afd76f6
EBUILD icmplib-3.0.ebuild 747 BLAKE2B 50e34a35435a7e2e2cba54bf1317af2e0fee3d9cd5307fbc18f58069e955d86b94eee45a925a6c75cffd9da56e2b7675f25973c9260862b4aa90c8769a0239ee SHA512 7ff20bc2e538f19e1c5233f40e7d8be3a9ac612b946bb6f365fe7037fff49918f2abeefa4316e13aedd18ef4d3f6b927766d4df6c2852d1bc150ea566c7e357f
EBUILD icmplib-3.0.ebuild 751 BLAKE2B 40d6dca391f01bc2f6e4c7c5229698480dc088d370b39ab9706b8c7e99df81c3cce8807f21318132da3ff2a3832467a1265133300902a5507efdaa4bd8d1f03a SHA512 21cb9f6a7f416d48f7c51147f448360e76063edffe15fb6d6269d6e1eb574af629d4827c278d1f3c0f6a29c3e7e67da1b06b524efa02bcfd667fed3140d23cdf
MISC metadata.xml 456 BLAKE2B 1f4a173b886ccdd3f33c7a3e7098c13a24d6915438e36a5ae4cbac2bf68e9b5fd8bab2c8a163967d1258910420c22ab937a39a47bdfb8da711e2ab128a8af79d SHA512 a5360dfaf60219581e0597069b852724033eecec6ff4958a2dd029ba56aa0fe33790551dabfe2cd2dac7f64988d7f721009917bba7342b420083c642f6bd3494

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest