File tree 3 files changed +34
-3
lines changed
3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
1
DIST pyElectra-1.2.0.tar.gz 6949 BLAKE2B 6bd869de169b63de9220da918c560e2948e90c68198e465d8059ee6b33e9fef636a51929aa95195d64e752a3c1ad5db8113fa498f2712a311ad9db4799e493f3 SHA512 ce8b0dbeca743ce260200e546ba88d52d42dea15c72a8c78e2bdfb048560a018e540d92b35f820c6deb2a359063108c487af16585dc7c96cacfded3cedd8aa17
2
- EBUILD pyElectra-1.2.0.ebuild 680 BLAKE2B 862d930e865d32db575a604f72139afdf80adce8013a008447167b0009c42d85f078ab48db1b030d758d754afe6ec1c2894a84a908755f516db950cda2990b28 SHA512 04bfabff8d4d6ab846cf7d47fc6e3360505bf54d8d172bc7833f1d6b6caa4566b32b6f88d6067324d9260c4ac1dd0e9d234faf0846fd488b0877cd39d140b89b
2
+ DIST pyElectra-1.2.1.gh.tar.gz 5736 BLAKE2B 507549b5dadae2bfe03fe811a1366ea4c372bb110d90d89e14e1cfceb5a84f02c7c18606b6dce3eaebaae014cadef4a0bccd3f62abf5181bf7fada2469bdbe37 SHA512 ce2e160b29b6675e60ef6ce4f46b37ccddd73ac8f4b485b4cad7bbd63b4240f9a7a2b7b91497b3f4ea4b90f4f5f23d28ba5521d9f133f09a8043d1230484ae15
3
+ EBUILD pyElectra-1.2.0.ebuild 680 BLAKE2B 9a012d69e3423d4350083f1ea32c5f505dc9a1686f048d93f4f2a14d4edae2920a6775453a1ee6b14095b250613d9853203806fce84e2d3cbe9a298bd4af25cb SHA512 cc5374483976b72c56809223f33cf71f07a388acf3e8c967bde925e6aa1ec167e9849985097d6e594a0af562f905ab7d9af49e4343d1e35ae959d7ec9fb4eff4
4
+ EBUILD pyElectra-1.2.1.ebuild 757 BLAKE2B 23ac20bbfbcc98776be2ef266687b0851bde1bd5a7159a2b37689323d20bb12343b4dba0a01ef4ddbc7d1a05cb890f733594a28631500adfd240f7c4b80a6f18 SHA512 5906ad486db2000bc5db5a709a238dc0489f533d7ddb8d9f4f36cb3066dde5566adf587a8aa005e01a6aaa6394f8b1094c768150cea980562d8176f5c63e175a
3
5
MISC metadata.xml 516 BLAKE2B 20640c6d89cb67f67751a74d1eeadfc68ff984202d62d94a798e2e03fafd6ab40255967b03be6a3974bbc6b194d19365f206406deb54424f57c0ec4a28ad3af7 SHA512 e6e93169a5c96ed5e599d2cb3bcc051a6f9b65064bbe82562251de2f80770360fe1ffa9208ba03f32c2ab939b3f12514b5e04272ac79b5d2902811c408642d41
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2023 Gentoo Authors
1
+ # Copyright 1999-2024 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=8
5
5
6
- PYTHON_COMPAT=( python3_{10..12 } )
6
+ PYTHON_COMPAT=( python3_{11..13 } )
7
7
DISTUTILS_USE_PEP517=setuptools
8
8
PYPI_NO_NORMALIZE=1
9
9
inherit distutils-r1 pypi
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2024 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ PYTHON_COMPAT=( python3_{11..13} )
7
+ DISTUTILS_USE_PEP517=setuptools
8
+ DESCRIPTION=" Electra Smart Python Integration."
9
+ HOMEPAGE=" https://github.com/jafar-atili/pyelectra/ https://pypi.org/project/pyElectra/"
10
+ inherit distutils-r1
11
+ SRC_URI=" https://github.com/jafar-atili/${PN} /archive/refs/tags/${PV} .tar.gz -> ${P} .gh.tar.gz"
12
+
13
+ LICENSE=" all-rights-reserved"
14
+ SLOT=" 0"
15
+ KEYWORDS=" amd64 arm arm64 x86"
16
+ IUSE=" test"
17
+ RESTRICT=" !test? ( test ) mirror"
18
+
19
+ DOCS=" README.md"
20
+
21
+ RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP} ]"
22
+
23
+ src_prepare () {
24
+ # sed -i "s/\['electra'\],/['electrasmart'],/g" setup.py || die
25
+ rm setup.py
26
+ eapply_user
27
+ }
28
+
29
+ distutils_enable_tests pytest
You can’t perform that action at this time.
0 commit comments