Skip to content

Commit 7792490

Browse files
committed
dev-python/pymicro-vad: update LICENSE, SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 99fd8e9 commit 7792490

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2138 Ebuilds in total, 2124 of them have in total 2164 (42 different) licenses assigned.
609+
There are 2138 Ebuilds in total, 2124 of them have in total 2165 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1228|
614-
|Apache-2.0|492|
614+
|Apache-2.0|493|
615615
|GPL-3|133|
616616
|BSD|112|
617617
|LGPL-3|24|

dev-python/pymicro-vad/Manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DIST 1.0.1.tar.gz 756636 BLAKE2B c473efafe5baaa45ef4d34f5643eaf9bde99a87a41863dbce6e5a3ad0b06819688d3269d6bcb69e5069acec3fc38699a6cd36251639ed07c7fa1df06bbb89e4e SHA512 432602c6b5f592563214400799ac897b3ee393b42bd973e7d7fe0d0c9abbc67258034a36b4a3c5a973223f04c43ded73c0ff8f730dc5cae65e898c8b1fa6d832
2-
EBUILD pymicro-vad-1.0.1.ebuild 570 BLAKE2B 020282eff698bfaeb4812e060f754783b1610ded021113b05c2a6e406f06a10ab19e1ed36f3424528e0f5a3f29aceae698ae2afc2fd822eef805e7f01156dcca SHA512 bd0b41bf7c0969e31ab69eb41fc0e8d4192f35e45881ba00d90d7bebdadb7c79393afe27b1fe7bec9e9b4ff4e0a7b7d3492f24cd73bfe62e5fcc1b91152da110
1+
DIST pymicro-vad-1.0.1.gh.tar.gz 756636 BLAKE2B c473efafe5baaa45ef4d34f5643eaf9bde99a87a41863dbce6e5a3ad0b06819688d3269d6bcb69e5069acec3fc38699a6cd36251639ed07c7fa1df06bbb89e4e SHA512 432602c6b5f592563214400799ac897b3ee393b42bd973e7d7fe0d0c9abbc67258034a36b4a3c5a973223f04c43ded73c0ff8f730dc5cae65e898c8b1fa6d832
2+
EBUILD pymicro-vad-1.0.1.ebuild 568 BLAKE2B f232830445c52d981c0cd6271df3e87b270e0a94d172a20863c398cefaece13ad6441f7d9a92d53e093e16694bd6e646bcf87dc909c08d82cdbd34082cf0803e SHA512 0f54f32fc5f09657f5adae89bb0a98e1d7cb1b8c79ee801dd8a26cba31640ef8812c48bd5ed8b34f28d617d1738c4ab82674e3e421c28e4764e4b01c521afa81
33
MISC metadata.xml 515 BLAKE2B d557f276b9101d58fe06e023d995f00761880012ab2222b8c55d8b5bb41ca09ad4f384fedb3c697b60e6683a5fbe52b294021d19146318ec188406cb8a23fa9b SHA512 371cb04beca031a1b71cab06b3c7fd8a314fc75aeda6d1f4cf7a56b8aeb9d7c0df45fff6d58748a6c290ad5a5193c237a051e89ce92d053f0f797097bd101cdf

dev-python/pymicro-vad/pymicro-vad-1.0.1.ebuild

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ inherit distutils-r1 pypi
99

1010
DESCRIPTION="Self-contained voice activity detector"
1111
HOMEPAGE="https://github.com/rhasspy/pymicro-vad"
12+
SRC_URI="https://github.com/rhasspy/pymicro-vad/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
1213

13-
LICENSE="Apache"
14+
LICENSE="Apache-2.0"
1415
SLOT="0"
1516
KEYWORDS="amd64 arm arm64 x86"
1617
IUSE="test"
1718
RESTRICT="!test? ( test )"
1819

19-
20-
SRC_URI="https://github.com/rhasspy/pymicro-vad/archive/${PV}.tar.gz"
21-
RDEPEND=""
22-
BDEPEND=""
23-
2420
src_unpack() {
2521
unpack ${A}
2622
echo ${P}

0 commit comments

Comments
 (0)