File tree 3 files changed +11
-38
lines changed
3 files changed +11
-38
lines changed Original file line number Diff line number Diff line change 1
- DIST python-eq3bt-0.1.11.tar.gz 9498 BLAKE2B ac2f5fc52a4a2232905db4e00f6f078c253fb41870af0d4912a2b543d5da9286f77f1a41cd2b276e34045f97d29aeedacd7d2ddf2d5605b69cc091aaaa66f66d SHA512 0b10e12141c938026297c9b7bd039933ff06921b0ecd897d1de1aa6090ee7e985dc8aab9eeaddce24311d0fc07da5eed4ab615eb3c6eed7c32611fa59d9f2714
2
1
DIST python-eq3bt-0.2.tar.gz 18757 BLAKE2B c08f6862296a8e891c2fe5dba3f04951d06382c85c8888c7c25b1de11e0a0a0e548103d1dae4889de756eb26bf41cb92cd9ee3ab4e95fde5db39c325dd23e8d3 SHA512 3fa67e1847e7c720580c9d2c1db1ea1f64f9227f88578dd1a0e002d8f067050ae1b96b2e0fb6d4dd4240196ebc6858f530f771f2cfbf80d82a574fea57136f20
3
- EBUILD python-eq3bt-0.1.11.ebuild 610 BLAKE2B 5c68d4d43a1e5b4d790699bdb275a7d08845c47683572cfa47c062335dff4a49156a3a17809a07f6bb85c3706d8acaa55221d4fdb3e4bc4d9f7eee57e25ba638 SHA512 cc67286b26ce94d05cf99d712a80992d7c9c2bfc9b2db3e08b28452d6d558ec387f51ffa6748472feb84dc18f64a737f8440717671f2c82a8c8f13215aad7cc1
4
- EBUILD python-eq3bt-0.2.ebuild 762 BLAKE2B cb3663fd0b7c572383afd443cc42f28725388e4042c849293b4197f48c39e9574822994ad175d91495849d480bcca072e70b0316abf708593cffbad8513ffed4 SHA512 bed15554b2bca58978c08accc0bdf38fccce4076e1752a589a889b4d95618352248a54cb0bc0714a07ff67bae20d6d894ca3cea83e9f02f49b0889acd2115ddf
2
+ EBUILD python-eq3bt-0.2.ebuild 832 BLAKE2B 53f186ad12b8e9084c8d23367131d92bf60be9bf7d41d6415d7c11d2df2550b63d6d68edf8905f499af6db1905291fc16d2ed21cdf1a9a6b1e9941f1452c70b3 SHA512 ba93625306cdcdc28aa471584a1d9a867e86b1d1b2a10062b0a0faa12a0017ba1dd262cf19e900de3cdad591f9fed4c6614f818a86835bda4aec823236c3a436
5
3
MISC metadata.xml 507 BLAKE2B 1f1fa2135b47fbd2d49692767f0aedee1e2f8a84bc8bf905f9f300b514b49f8a59d4960ffe4b5bca7b0976d84f2a15033f0a204b1013a46385132ba7e3b43e7a SHA512 92027954bcffd9fc51baca25704c9498119d2597f851a3ec363dc1f0755e42b2af42db45035e00a2ae610a1508f81c05c33e814aa6554e623f208c2b5166d44b
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Copyright 1999-2022 Gentoo Authors
1
+ # Copyright 1999-2023 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
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
+ PYPI_NO_NORMALIZE=1
8
+ inherit distutils-r1 pypi
9
9
10
10
DESCRIPTION=" EQ3 bluetooth thermostat support library"
11
11
HOMEPAGE=" https://github.com/rytilahti/python-eq3bt.git https://pypi.org/project/python-eq3bt/"
12
- SRC_URI=" mirror://pypi/${P: 0: 1} /${PN} /${P} .tar.gz"
13
12
14
13
LICENSE=" MIT"
15
14
SLOT=" 0"
@@ -21,11 +20,15 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}]
21
20
dev-python/construct[${PYTHON_USEDEP} ]
22
21
dev-python/bleak[${PYTHON_USEDEP} ]"
23
22
BDEPEND="
24
- dev-python/setuptools[${PYTHON_USEDEP} ]
25
23
test? (
26
24
dev-python/pytest[${PYTHON_USEDEP} ]
27
25
)"
28
26
27
+ src_prepare () {
28
+ sed -i -e ' /include = \["CHANGELOG"\]/c\' pyproject.toml || die
29
+ distutils-r1_src_prepare
30
+ }
31
+
29
32
python_test () {
30
33
py.test -v -v || die
31
34
}
You can’t perform that action at this time.
0 commit comments