dev-python/pymicro-vad: update LICENSE, SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
99fd8e9602
commit
7792490770
@ -606,12 +606,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 2138 Ebuilds in total, 2124 of them have in total 2164 (42 different) licenses assigned.
|
||||
There are 2138 Ebuilds in total, 2124 of them have in total 2165 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1228|
|
||||
|Apache-2.0|492|
|
||||
|Apache-2.0|493|
|
||||
|GPL-3|133|
|
||||
|BSD|112|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST 1.0.1.tar.gz 756636 BLAKE2B c473efafe5baaa45ef4d34f5643eaf9bde99a87a41863dbce6e5a3ad0b06819688d3269d6bcb69e5069acec3fc38699a6cd36251639ed07c7fa1df06bbb89e4e SHA512 432602c6b5f592563214400799ac897b3ee393b42bd973e7d7fe0d0c9abbc67258034a36b4a3c5a973223f04c43ded73c0ff8f730dc5cae65e898c8b1fa6d832
|
||||
EBUILD pymicro-vad-1.0.1.ebuild 570 BLAKE2B 020282eff698bfaeb4812e060f754783b1610ded021113b05c2a6e406f06a10ab19e1ed36f3424528e0f5a3f29aceae698ae2afc2fd822eef805e7f01156dcca SHA512 bd0b41bf7c0969e31ab69eb41fc0e8d4192f35e45881ba00d90d7bebdadb7c79393afe27b1fe7bec9e9b4ff4e0a7b7d3492f24cd73bfe62e5fcc1b91152da110
|
||||
DIST pymicro-vad-1.0.1.gh.tar.gz 756636 BLAKE2B c473efafe5baaa45ef4d34f5643eaf9bde99a87a41863dbce6e5a3ad0b06819688d3269d6bcb69e5069acec3fc38699a6cd36251639ed07c7fa1df06bbb89e4e SHA512 432602c6b5f592563214400799ac897b3ee393b42bd973e7d7fe0d0c9abbc67258034a36b4a3c5a973223f04c43ded73c0ff8f730dc5cae65e898c8b1fa6d832
|
||||
EBUILD pymicro-vad-1.0.1.ebuild 568 BLAKE2B f232830445c52d981c0cd6271df3e87b270e0a94d172a20863c398cefaece13ad6441f7d9a92d53e093e16694bd6e646bcf87dc909c08d82cdbd34082cf0803e SHA512 0f54f32fc5f09657f5adae89bb0a98e1d7cb1b8c79ee801dd8a26cba31640ef8812c48bd5ed8b34f28d617d1738c4ab82674e3e421c28e4764e4b01c521afa81
|
||||
MISC metadata.xml 515 BLAKE2B d557f276b9101d58fe06e023d995f00761880012ab2222b8c55d8b5bb41ca09ad4f384fedb3c697b60e6683a5fbe52b294021d19146318ec188406cb8a23fa9b SHA512 371cb04beca031a1b71cab06b3c7fd8a314fc75aeda6d1f4cf7a56b8aeb9d7c0df45fff6d58748a6c290ad5a5193c237a051e89ce92d053f0f797097bd101cdf
|
||||
|
@ -9,18 +9,14 @@ inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Self-contained voice activity detector"
|
||||
HOMEPAGE="https://github.com/rhasspy/pymicro-vad"
|
||||
SRC_URI="https://github.com/rhasspy/pymicro-vad/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="Apache"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
SRC_URI="https://github.com/rhasspy/pymicro-vad/archive/${PV}.tar.gz"
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
echo ${P}
|
||||
|
Loading…
x
Reference in New Issue
Block a user