bump awesomeversion-22.9.0

This commit is contained in:
Andreas Billmeier 2022-10-02 11:40:20 +02:00 committed by Andreas Billmeier
parent 1d7e59a218
commit 0488b4a2b3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 42 additions and 3 deletions

View File

@ -538,12 +538,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 1913 Ebuilds in total, 1906 of them have in total 1918 (35 different) licenses assigned.
There are 1915 Ebuilds in total, 1908 of them have in total 1920 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1152|
|Apache-2.0|365|
|MIT|1153|
|Apache-2.0|366|
|GPL-3|119|
|BSD|104|
|LGPL-3|29|

View File

@ -1,5 +1,7 @@
DIST awesomeversion-22.6.0.tar.gz 9392 BLAKE2B 210eb1bf63d1558d9e6f3ade396c5fe7b4bf8d94019cacf2e1d9da1778011560fc331f96d83ab26d3bf9d3467171b05736a5b695200eb8bd4972c308ef81c77d SHA512 5725e76e03a1f1255e8d3c762787eada47b83a22621d67c6bc99dc10af83a58c3cc5329ce68d1d93f4edb51ecf0d096bfd92d3fde99df28a5f4480380c96e358
DIST awesomeversion-22.8.0.tar.gz 9601 BLAKE2B d26e0eb847aea755db40c80ae28b93b0823234d2caf2d2517e8dc94c1097a1354539f3ba42967f18997856fbef91a2c6519687056beeef903eec11d410e2bb8a SHA512 a6d90650caa980c6a54c370d86155cea89be911da207a6d82dd327962c7fd5b65a1ea4b0db54660618db081e9640cb950a0cf189f16c5cf3b631d96d6d85097e
DIST awesomeversion-22.9.0.tar.gz 10016 BLAKE2B 29100daf5ab4958e1f27beafd45bacb0b72fd4207049abf720b6a6e1370ade991c41b6d40918ee9c8afc771e0b8179b247d69479905a032bcefda6fea877883f SHA512 07ba021beea71afb575b472ae8f7f71e0f426dc2a3dfd7a81dc19a3d9532be2a025963f9e457e56203f44a7b94349502a5fea9e248aad404928432c225094204
EBUILD awesomeversion-22.6.0.ebuild 903 BLAKE2B ca51cb2a273dfc9541ae3b5309e46eb207cba0dba898c3fb11bd3d6ad9172378d2f9ecb822c1bbd2b0e01f9c326f35fb2e659a6bc1dc32ce84e238787dd580a1 SHA512 a5610dace92c556e1d720735890fc53fde3eecfbba1e87ac3f46dbdab72daa903f9e0865e6cdffd759563355a4b87ba7a1341c76c90e5aeae7ade6ab04924abe
EBUILD awesomeversion-22.8.0.ebuild 903 BLAKE2B ca51cb2a273dfc9541ae3b5309e46eb207cba0dba898c3fb11bd3d6ad9172378d2f9ecb822c1bbd2b0e01f9c326f35fb2e659a6bc1dc32ce84e238787dd580a1 SHA512 a5610dace92c556e1d720735890fc53fde3eecfbba1e87ac3f46dbdab72daa903f9e0865e6cdffd759563355a4b87ba7a1341c76c90e5aeae7ade6ab04924abe
EBUILD awesomeversion-22.9.0.ebuild 903 BLAKE2B ca51cb2a273dfc9541ae3b5309e46eb207cba0dba898c3fb11bd3d6ad9172378d2f9ecb822c1bbd2b0e01f9c326f35fb2e659a6bc1dc32ce84e238787dd580a1 SHA512 a5610dace92c556e1d720735890fc53fde3eecfbba1e87ac3f46dbdab72daa903f9e0865e6cdffd759563355a4b87ba7a1341c76c90e5aeae7ade6ab04924abe
MISC metadata.xml 453 BLAKE2B d96a40378a1c8c1cec8f4097ca07d283618e22a7981b8e869937b59e77d3953e64f505b4d8f60b79ac62e19d109ca2ae42b072b5f875b1b09b3ad147d787b220 SHA512 b618432337bc9957fe60147aa18a14f96d91de742f358cf69c74547a03a013ac5f48c760b5ef03e08df9715015a46aacbb2946f54e7f88e60a4d39684907c657

View File

@ -0,0 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
HOMEPAGE="https://github.com/ludeeus/awesomeversion https://pypi.org/project/awesomeversion/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
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}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest