dev-python/pyElectra: add 1.2.4

Closes: #3612
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-09-22 09:35:22 +02:00
parent 20768bf7d2
commit 01084428de
3 changed files with 24 additions and 2 deletions

View File

@@ -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 1992 Ebuilds in total, 1981 of them have in total 2006 (42 different) licenses assigned.
There are 1993 Ebuilds in total, 1982 of them have in total 2007 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1153|
|Apache-2.0|443|
|Apache-2.0|444|
|GPL-3|117|
|BSD|112|
|LGPL-3|25|

View File

@@ -1,5 +1,7 @@
DIST pyElectra-1.2.0.tar.gz 6949 BLAKE2B 6bd869de169b63de9220da918c560e2948e90c68198e465d8059ee6b33e9fef636a51929aa95195d64e752a3c1ad5db8113fa498f2712a311ad9db4799e493f3 SHA512 ce8b0dbeca743ce260200e546ba88d52d42dea15c72a8c78e2bdfb048560a018e540d92b35f820c6deb2a359063108c487af16585dc7c96cacfded3cedd8aa17
DIST pyElectra-1.2.1.gh.tar.gz 5736 BLAKE2B 507549b5dadae2bfe03fe811a1366ea4c372bb110d90d89e14e1cfceb5a84f02c7c18606b6dce3eaebaae014cadef4a0bccd3f62abf5181bf7fada2469bdbe37 SHA512 ce2e160b29b6675e60ef6ce4f46b37ccddd73ac8f4b485b4cad7bbd63b4240f9a7a2b7b91497b3f4ea4b90f4f5f23d28ba5521d9f133f09a8043d1230484ae15
DIST pyElectra-1.2.4.gh.tar.gz 9664 BLAKE2B 1522743912789be17964ba3d8ec6645207090ac1b7b37d7cff441cf67e57f14af41647fafc9bbdb7417c1808d6e21cb14fa07b0be166a0315e34a7095a14e5e9 SHA512 6d71fe0c2b07ece4776547701e4297b49f5cacdb2bbfb6464022fd00c8c6ddabd685d872b9169e1333e2c7de927f45f2643a5f0d4f70b0008daa92ae9c0d7113
EBUILD pyElectra-1.2.0.ebuild 680 BLAKE2B 9a012d69e3423d4350083f1ea32c5f505dc9a1686f048d93f4f2a14d4edae2920a6775453a1ee6b14095b250613d9853203806fce84e2d3cbe9a298bd4af25cb SHA512 cc5374483976b72c56809223f33cf71f07a388acf3e8c967bde925e6aa1ec167e9849985097d6e594a0af562f905ab7d9af49e4343d1e35ae959d7ec9fb4eff4
EBUILD pyElectra-1.2.1.ebuild 741 BLAKE2B 0b81dea6672de7f2841b4e559810093c2e2444e1ef2dd558bbd11eb8dae0059f49786d442a985ad2fc9afa6a34b933184e70b9785cd7ea02025081e9b42d8766 SHA512 c2d99204f48424bf6547eb987ef6d2ae3effbf9a978dc34208b07e551758c7316e85d3dd52fc60dec69073e5f05f72736b648e8a324f9696eacad2d6bccbcb3f
EBUILD pyElectra-1.2.4.ebuild 629 BLAKE2B 616e66650ed5ed2bb5addb0cd115ceb92eae31a5fef88225ddcff589a4cf3d39e24af39fe71324f920841dd1e04a19f3fc846fd8892a0da5bbebf58210752185 SHA512 fe402d1881e6d784e7fe1f42a393eb9240f9f54a3878da7bb75ed28e6ae58cf21cafe80dfd8191cf758403f1aaa647c3d634a6e5a988fc98f749a00aae20982c
MISC metadata.xml 516 BLAKE2B 20640c6d89cb67f67751a74d1eeadfc68ff984202d62d94a798e2e03fafd6ab40255967b03be6a3974bbc6b194d19365f206406deb54424f57c0ec4a28ad3af7 SHA512 e6e93169a5c96ed5e599d2cb3bcc051a6f9b65064bbe82562251de2f80770360fe1ffa9208ba03f32c2ab939b3f12514b5e04272ac79b5d2902811c408642d41

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..13} )
DISTUTILS_USE_PEP517=setuptools
DESCRIPTION="Electra Smart Python Integration."
HOMEPAGE="https://github.com/jafar-atili/pyelectra/ https://pypi.org/project/pyElectra/"
inherit distutils-r1
SRC_URI="https://github.com/jafar-atili/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest