dev-python/getmac: add 0.9.4

Closes: #2595
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 18:37:15 +01:00
parent d816484c31
commit b99a7d6d90
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 23 additions and 2 deletions

View File

@ -612,11 +612,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 1590 Ebuilds in total, 1579 of them have in total 1594 (42 different) licenses assigned.
There are 1591 Ebuilds in total, 1580 of them have in total 1595 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|913|
|MIT|914|
|Apache-2.0|336|
|GPL-3|102|
|BSD|88|

View File

@ -1,5 +1,7 @@
DIST getmac-0.8.2.tar.gz 47639 BLAKE2B 3b4c5c460d56a6483cfc672ccbb15e888d55182aac4c165c87461572e42d1d798925a0538e1d26468b6c4be4b8baec9cdc9b2d9e8420379df45e5b6e82f86cd9 SHA512 92ef648e99cf5d23dd91fe2303d5e2524a5efccbeeeaa2715e56f483e4abac1471cfe4af0c66beac77aecc7bec1ba6c24bc7afd3f2c6d48325d5a2203350f768
DIST getmac-0.8.3.tar.gz 50633 BLAKE2B 0ace1de7c9c0f80e2ffc12173a3c37ac34d6b2f88be55961524df8d36a50fd69cf24f85f56e1594d8cef2f826b6ac00dc7f6b0715e490324a95d47cedbccf50c SHA512 c30ad48092f51aff6dfd73ed914ada26098d2a7a4b44270183f0d3e9bece486feb54b09f8ca7085e0a965ef197c17facd2111748882656b3e621d28ac8c0b860
DIST getmac-0.9.4.tar.gz 94019 BLAKE2B 5fade46d8a0a2a12965233206dd2ac66a3f5e9b30e457b39ec7dfe26095b60d0f7376d8dcba36a1391edf287634bf1b2ab4a29e9075e46ff29350ba0b9f61c6d SHA512 89300aeae79ae285994ca278f9abd334a86b21822ac6a9bb57fbd5228bb51521ec896c267e1a32378474b7644936e5cfeaaaa280173f7fecc7fdd35ee4c6e0d7
EBUILD getmac-0.8.2.ebuild 604 BLAKE2B b010f21490d8a4f947689c2255b81a838bb20548c9526cdbeb217fd3e991d24080afbf40c47b098ace04c3c4ad2404a8ba50c5faae7ba29ec4a7bf0781c5f99c SHA512 c76b8180c7fa32c84619f88c16ea4b79879ee2f707313cf8990cff73a7346bee49ed3adce1a23c97e2143eca9766940076af56d7db523dc0a3bd0919d4fb9c45
EBUILD getmac-0.8.3.ebuild 604 BLAKE2B b010f21490d8a4f947689c2255b81a838bb20548c9526cdbeb217fd3e991d24080afbf40c47b098ace04c3c4ad2404a8ba50c5faae7ba29ec4a7bf0781c5f99c SHA512 c76b8180c7fa32c84619f88c16ea4b79879ee2f707313cf8990cff73a7346bee49ed3adce1a23c97e2143eca9766940076af56d7db523dc0a3bd0919d4fb9c45
EBUILD getmac-0.9.4.ebuild 470 BLAKE2B c0f9d32e6fadd3fa865f57bb962a97e7c51dbe069dcee25bc920104bf8a3c610b3d01fe7b25fb4e667aedc7fd861c4c82691ffb444f57354fdf3a05c51dec69d SHA512 cb97fa9d250d565d302c82c744b86f363d04e1291ff04401b692246ddb46dc4d83a7814abca9365f92fb60a653d87032abdfed10bba8e770bd0646bbfa36521d
MISC metadata.xml 516 BLAKE2B 4ead68ef2d65ae933ebec4a8aeae6d9c66d856c6e7e426ab7c4a0e5f5980f96d38bdae8912fc4eb3bca5d28cb371660cfe4482021893d848e6d0624480274796 SHA512 5f94702bc8f2eaff6bf4f7d3e41587ed93d758364c64c49efcf0aa432a31e045040a9cfc1bb46cb13a39f3977dd6f020a982dee73b0a7d0618978707078126ee

View File

@ -0,0 +1,19 @@
# Copyright 1999-2023 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="Get MAC addresses of remote hosts and local interfaces"
HOMEPAGE="https://github.com/GhostofGoes/getmac https://pypi.org/project/getmac/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"