dev-python/aprslib: add 0.7.2

Closes: #3238
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-11 19:12:42 +02:00
parent 7272f44786
commit 39ac328995
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 5 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 1778 Ebuilds in total, 1767 of them have in total 1787 (42 different) licenses assigned.
There are 1779 Ebuilds in total, 1768 of them have in total 1788 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -626,7 +626,7 @@ There are 1778 Ebuilds in total, 1767 of them have in total 1787 (42 different)
|GPL-3|106|
|BSD|105|
|LGPL-3|25|
|GPL-2|21|
|GPL-2|22|
|LGPL-3+|14|
|BSD-2|13|
|all-rights-reserved|13|

View File

@ -1,3 +1,5 @@
DIST aprslib-0.7.0.tar.gz 25595 BLAKE2B 2b406182e3283e2a4793382992b8ce0ded06abe84790f9a5a0266b13f60a5cfcd40218e6b708b6394881f61bb04a95d16d1354cd1b25546e469c1db0871a81a2 SHA512 f7552de79bfcb36ca9ab9aaa5a87bcc91e6da95bb66bcd251139ea2eb5d7deba70de214b6e0a2edba9db04641695952d30f759893951cd1e23f3d4e56ea24eb4
EBUILD aprslib-0.7.0.ebuild 614 BLAKE2B 7c83c09c11e8f034f40b6bc90d899e11b9c5abc7bd8326853cba863b2ec586544d80c52768fefa37bfb6ebc1bcfbc6e8754bb489e1e990f035fd9cfaa0a80a67 SHA512 85c541c21cf4686782d7f93b5c2510f92133f93b4fd3816306bbecf9437d187047aae9477bd6020ca9d828ce2c2b8850252fb0398e0c75f6b6c1b952fc8bd781
DIST aprslib-0.7.2.tar.gz 25826 BLAKE2B fc631ff198f677e57fdf0736821f358fd3608b282b02b24072ee2b6c97760e6c66628d6f33a9d6b2378c6b147028d63fd975190bbc47438db70fa4804501d571 SHA512 6a0b980f93e7b03e2f4c451869aed8d210182204e50f50e52f115c7494d6b192b42d17e93ce7f621a629a267f276f7b40d25749f013e25e4b21d07045124db81
EBUILD aprslib-0.7.0.ebuild 614 BLAKE2B b8be6c8a811fea5b42689c947754a0dc2c41f9cdd5a5ac702cb913e05353946e5712916b5ae9b83255e83fcdd068757a1c82f60b35bfdbfb6dbebe80dfbed375 SHA512 7969b2247a927785c29088ca89b902fe73d98bab80bb4b3f0b55231ad2e2b6cd87fed7cdd4e36210714cd33f568406ab75b38e8e7054db3ee6ce3bfc20c27266
EBUILD aprslib-0.7.2.ebuild 511 BLAKE2B 5cea209f59a684800b17a982208b277dd8cf719b8c30142befb3415f8c1c48fc4cdeda6bdf97df4bf82e620ff143558d5a20b5eab3c77e138578bbab13f76399 SHA512 ee0366ebffdf05dacfad5e91340e72f54fb70a11ffe635e45863c8dbdd2e8a525b29b6716da45115a82cc8950ade664986a7cfe7c888ac261fc02d9aafa57797
MISC metadata.xml 515 BLAKE2B 8cdcee0a8bd32e2ee3d6a39aa3cc276c902c78fc6bca9827c90f8e54462be607fe792ed52439104eeb0149bb24e13b6016d33dbac08d8591caccba9284e3fdd5 SHA512 7bf61f707f678ad0c218c4f27aafea9a70722c166007229ab0dca72c1653bdce6bc907c45fb78e86ed7a0300fe5a1f7648768711a1eccc69b030e7519dfec805

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Module for accessing APRS-IS and parsing APRS packets"

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Module for accessing APRS-IS and parsing APRS packets"
HOMEPAGE="https://github.com/rossengeorgiev/aprs-python https://pypi.org/project/aprslib/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_tests pytest