diff --git a/README.md b/README.md index d50630baa..f80092758 100644 --- a/README.md +++ b/README.md @@ -573,12 +573,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 1775 Ebuilds in total, 1764 of them have in total 1768 (34 different) licenses assigned. +There are 1776 Ebuilds in total, 1765 of them have in total 1769 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1035| -|Apache-2.0|384| +|Apache-2.0|385| |GPL-3|109| |BSD|93| |LGPL-3|24| diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest new file mode 100644 index 000000000..384c1eea9 --- /dev/null +++ b/dev-python/pyroute2/Manifest @@ -0,0 +1,3 @@ +DIST pyroute2-0.7.5.gh.tar.gz 493330 BLAKE2B 081115d03caf85bfa102fcf241878154cf43086c61316ac4028dcfecadef32a1a743ee0225574b506adaf9cf4dc81bc8a3b1a7749baab16f676cf56cfa2c561b SHA512 7d381fe341ad756fa7c8a8d236f2f50858289387915b329d587aeccf201056483972b99e6c689aec86f095fc57e0966f7f4071d650eeb9b82c418741f8c4c799 +EBUILD pyroute2-0.7.5.ebuild 493 BLAKE2B e8f0f474576f0127214a2ec5bf6111de6bcc8e79d2bd3966f803b0cc0f3c04422385dfbe880987eccd11078e48f5985d7b2d057f507d62141efa6030fd6bcca9 SHA512 ff8214605ee5adc3f671e67974c091708889fd556ad7e80720eabd45081d93e118c381002842496adf6c3088fea83ceb47a50de997c5213e3c6afd93b0110e99 +MISC metadata.xml 509 BLAKE2B 99bc04183eb1a64d7b6a439d47c8bee8a0de9f6ebcd55386fc1e16e59a90492d418574723c8d8e8f3d630f1fdf2301fcd041d64ad1055942ae45bee36ba02718 SHA512 79c2022a65fce0890d19a1f85c58487f566b86f39d8db07b642d4efdfd3383e36151abafb5afea53c38e4ab2d588425d788c15bbc1af44b57982a9edf78b1b04 diff --git a/dev-python/pyroute2/metadata.xml b/dev-python/pyroute2/metadata.xml new file mode 100644 index 000000000..be07cb220 --- /dev/null +++ b/dev-python/pyroute2/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + pyroute2 + svinota/pyroute2 + + peter@svinota.eu + Peter Saveliev + + + diff --git a/dev-python/pyroute2/pyroute2-0.7.5.ebuild b/dev-python/pyroute2/pyroute2-0.7.5.ebuild new file mode 100644 index 000000000..c987fe409 --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.7.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="A pure Python netlink and Linux network configuration library" +HOMEPAGE="https://github.com/svinota/pyroute2" + +SRC_URI="https://github.com/svinota/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86"