bump pyhaversion-22.4.0
This commit is contained in:
@@ -497,11 +497,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 1697 Ebuilds in total, 1690 of them have in total 1698 (35 different) licenses assigned.
|
||||
There are 1700 Ebuilds in total, 1693 of them have in total 1701 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1034|
|
||||
|MIT|1037|
|
||||
|Apache-2.0|313|
|
||||
|GPL-3|102|
|
||||
|BSD|90|
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST pyhaversion-21.11.1.tar.gz 6940 BLAKE2B 8e5ff0fb3b09f6d283ce9a3d6a4220d11a92b046c35c808ee02aefbbb59fa81f56f67ceaefe04983ef8e3de0161c7afc95d2a8c942796e83deae00668a0edb19 SHA512 901f4d2cf14ed444a91638e1f00cebe98efb15e4e21fb45b74eea08466a495e1558f312922ae52fc3edd8719d986d3168eced0845ce022eeefff76e166f4d959
|
||||
DIST pyhaversion-22.2.0.tar.gz 7239 BLAKE2B f8cf9531eb64c22461f09e76c18963df3d485ad5dd213e350ef85ba3460ed1e50b24a3ab3219727da613da5aa2afddaa1fbeb5e9cb05c4dabc1ace78eeb1f115 SHA512 f40d1dcb4054f4f2b4bb82dca65116f68740ad6ba3262701fe7ec60824363237b2ef346954dcfcaf32a2196c64016bdd175f1b611de06312705ca287b8d22f46
|
||||
DIST pyhaversion-22.4.0.tar.gz 7319 BLAKE2B 84fcb3d70d28427a2862ce9e27ef930f0f47ba3300da192c6a1f423881d7e3ea26279cd7f5d1e616c5d49e202f37cd3a76bf960e89022209777a5c036ae28f47 SHA512 9e6230583f88612d03715ab607c330a07c91c001d16f33b1aed8f1e39b245a80c1afb39e8acd7759066df1629ac04249c768fba85a8a582a578bedc2b3e9d8e4
|
||||
EBUILD pyhaversion-21.11.1.ebuild 835 BLAKE2B 9954f6e8e1b82c8e8ef77fd6b85d16902b5c72407b4f866fad9ba181f37b0d616ad8e1bcd1c931078cb1c2be087e082cf526a0aa0d360fd03cf75f26057c3592 SHA512 4f65d90c448ef2d0f81cba71c14618f8748fa0a8606c3e9ff0238dcc13f927286653ba506c909ec90e3ee9844d16ab70608a79505285aa591ff7b6f9639c9066
|
||||
EBUILD pyhaversion-22.2.0.ebuild 835 BLAKE2B 4012ca4228050ceccc42d8d9450aa08757ece0fbb97972b383d73ea1a7407cc28d37f040f4668fac3b053640fe9f05447acb6de73379b88aa9c4e443ff986a50 SHA512 b39ce3a82284b943fd6b6c2e4661d31e5e28fed889cd133a5d2a7576223077b426e1aca91be0495deea4630cf71a72384004c5d694b17a43d0fb07a79408df51
|
||||
EBUILD pyhaversion-22.4.0.ebuild 835 BLAKE2B 4012ca4228050ceccc42d8d9450aa08757ece0fbb97972b383d73ea1a7407cc28d37f040f4668fac3b053640fe9f05447acb6de73379b88aa9c4e443ff986a50 SHA512 b39ce3a82284b943fd6b6c2e4661d31e5e28fed889cd133a5d2a7576223077b426e1aca91be0495deea4630cf71a72384004c5d694b17a43d0fb07a79408df51
|
||||
MISC metadata.xml 453 BLAKE2B 4967f37ac4a7a5118ba3756b15d1904916407158d0c858ff10e8010ea76f4072e80e857b1b2aae14286f4382ca2d7c1b5d99ce51bdef03e69fea829699308a83 SHA512 49d26d7bd924b2174363c8f859e7e05101546a8fe873702598905b429e929bfdc55e5bab1b5ae64e46212f45969d3d65bd6d7fab64d1183b968a3babf1110911
|
||||
|
||||
34
dev-python/pyhaversion/pyhaversion-22.4.0.ebuild
Normal file
34
dev-python/pyhaversion/pyhaversion-22.4.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Get the latest Home Assistant version from various sources."
|
||||
HOMEPAGE="https://github.com/ludeeus/pyhaversion https://pypi.org/project/pyhaversion/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-21.8.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user