dev-python/ifaddr: re-add ifaddr-0.1.7

This commit is contained in:
Andreas Billmeier 2022-10-17 21:02:59 +02:00 committed by Andreas Billmeier
parent 08e068d4fb
commit 824c2b6b1f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 42 additions and 2 deletions

View File

@ -547,11 +547,11 @@ 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 1518 Ebuilds in total, 1511 of them have in total 1522 (34 different) licenses assigned.
There are 1519 Ebuilds in total, 1512 of them have in total 1523 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|889|
|MIT|890|
|Apache-2.0|307|
|GPL-3|93|
|BSD|89|

View File

@ -0,0 +1,3 @@
DIST ifaddr-0.1.7.tar.gz 9281 BLAKE2B 3f7d29b69462cbf592899f1b4035685d1e9bb4535b104e6e59b41fd51c4c2681d2502ad190dae633891aec90818bb330c1f8ea403be22d154d9e7de8a5a80dab SHA512 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300
EBUILD ifaddr-0.1.7.ebuild 523 BLAKE2B 14ebded2c3a39c433eb7fd0fd1338c6c928887ff5c8c87045725e296fcfc86ee19184eda8384ad2a9d928835ce18f4a56dfeba0505000b1008eb048a7502d8ba SHA512 5d23013d1693ac8a570daadbb20f1eba8f629aa51ab1574557773d6026e77c7ac3da6efb61772537fb748133fc0d6f6fc81552cec7ce07b21e2612558b81a9e8
MISC metadata.xml 497 BLAKE2B 4415f8c5c47e128112b1c365e9ab8f69d83df9fa4b620eb65603af4bdc8c180300d4820ba859188c336f1ebdde77a0d26e5b6e40575cbc4c076c2651a749062a SHA512 4aa55ba2e4ef437c137fa1184a0575fd11b384e86dbf1a54cb134079277d6bfd4d9350ae73c5207fbd4264bc0c336c3c9a7408269cdd1fceb6898f326dd971b7

View File

@ -0,0 +1,21 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Enumerate IP addresses on the local network adapters"
HOMEPAGE="https://github.com/pydron/ifaddr/ https://pypi.org/project/ifaddr/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
IUSE="test"
RESTRICT="!test? ( test )"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ifaddr</remote-id>
<doc>https://pythonhosted.org/ifaddr/</doc>
<maintainer status="unknown">
<email>scm@smurn.org</email>
<name>Stefan C. Mueller</name>
</maintainer>
</upstream>
</pkgmetadata>