Skip to content

Commit f62c0e4

Browse files
committed
dev-python/thingspeak: update SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 8ff4689 commit f62c0e4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

dev-python/thingspeak/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST thingspeak-1.0.0.tar.gz 7187 BLAKE2B feb1987f5185aa3c52a9b0b168741fc4f3a7a261c93e8ecf98c88e468ac0422f51a8063146878a2f3c0c8542d103706e3e31190bbf117aacd49b266e83d9f392 SHA512 b66304d5d8bcb7e740e94a6465712fd5887379a42b018384e90e41d3346f9da123a9a77d50f83e3418c74b0bf0a6e02c5bc4df59b3550c83c724da27e6bd93e5
2-
EBUILD thingspeak-1.0.0.ebuild 699 BLAKE2B d88057a075e28e2b15270b92bdbd74fa23bd2253e064a8125edb88f8ac2e94055214e4df482429ed88ee0fb0e0c535720a7e11d451c394fed15935bd8d2da3b5 SHA512 355b96399ec74d995c9fe3064410d306e3242802d4c9ea09b2b0ec78d2ea41d2aa6f8a49d04133495ad4da574d35f42dcb6b13a58aaa7ae50e9eba967947df75
2+
EBUILD thingspeak-1.0.0.ebuild 734 BLAKE2B 5199c61730c6b5e87e4ca36464637dbf58083f5dbbdcaddcf1138b4162b08247cb718c348d30ba114f46e6e3582cf1e9043da4e863c6403e836138039a71f0e1 SHA512 ad5accea45574613fafdb9b8c3ef84e482a6f6ad79149aacc5d5ac4bef802574d4a3b8bf0aa933643b5dd84cff4df177aa27d62bea503b32a78233b1e5256806
33
MISC metadata.xml 460 BLAKE2B 43153952e19059cb0220cc761289f77f6dd643a678f2e0251c6bb43535236621effe5c56f1a807902b5a9703bcc732c56a4e50d45e7a4f84441084582f5122cb SHA512 2582844f5c16a7c1efd0def8a0a6736e579ab491ca887f77f855ec202b5076af83cddecc4068264c2f25356f7f45ab53bb3af5390b4a8ca178ed5d770f6df3b6

dev-python/thingspeak/thingspeak-1.0.0.ebuild

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=poetry
7+
inherit distutils-r1 pypi
98

109
DESCRIPTION="Client library for the thingspeak.com API"
1110
HOMEPAGE="https://thingspeak.readthedocs.io/ https://pypi.org/project/thingspeak/"
12-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1311

1412
LICENSE="LGPL-3"
1513
SLOT="0"
@@ -21,11 +19,15 @@ DOCS="README.rst"
2119

2220
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
2321
BDEPEND="
24-
dev-python/setuptools[${PYTHON_USEDEP}]
2522
test? (
2623
dev-python/pytest[${PYTHON_USEDEP}]
2724
)"
2825

26+
src_prepare() {
27+
sed -i -e '/include = /c\' pyproject.toml || die
28+
distutils-r1_src_prepare
29+
}
30+
2931
python_test() {
3032
py.test -v -v || die
3133
}

0 commit comments

Comments
 (0)