File tree 2 files changed +9
-21
lines changed
2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1
1
DIST pygatt-4.0.5.tar.gz 40109 BLAKE2B a08849cd5d9e3f1d8a9015d98fec51e3cd659da52ed912dad4762921cc85c73373aaa8637abaf24d8e14162b2e9526b21eaf1bb83302d03b11ff0e4359fb38c7 SHA512 c84368dfaf9b3b6d3edd4cf424c470d4735c96dbed920d5217c606be866c655b1435fc1179226888f6f4add628b553d38490048f0149828e8a1c5df4fbcf24cc
2
- EBUILD pygatt-4.0.5-r1.ebuild 792 BLAKE2B 6660d84526cf78a633d5187e52ee7a48990ab49c964475effb7f12a424737368aa6cf161d29be9e4182048cc652f77674ec84da347922719e19ae7f6ad922274 SHA512 60f614fb5d1547cbb26ec1f54cc983177e6a74b3d478b0da7de87992681b80c6714eb8051c7ce0e9d3709e1b2f13fd36365bcfe4634a7271514612fa3e48e042
2
+ EBUILD pygatt-4.0.5-r1.ebuild 505 BLAKE2B 67c4e347cafa663be577b3e793a23909223774d839f55d57f3f5783f4cbfcc6bdc11ce49d30b47612f82fef5b2901fd87ae3ab7d8f829369d0b3d0c9cf94a3de SHA512 7103116c770fad7a287b69e479b1dfc424ff4225a1722a042037fad6d8aa798366deccf87d617fd2a3284d38ff3e0b535b14c86e8fd43ae96334d7a3d26312a0
3
3
MISC metadata.xml 539 BLAKE2B 9ca1b457ae219998e798dbe06d1f2a1c37f49ae4de06edc01d85af6f59d75ec17ed554debfdac131b067f74b8ed8b1c3e26f0e34800b1db104dae469fa56eeb0 SHA512 f63379b5ea5d8a338a384dbae0a3df2fa7ed47a2699c3574dc832211d600297f61a51917489ace53c47d4665e522ffe81f6aab083e1c7f952376cc563ff7c0cf
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
5
6
+ DISTUTILS_USE_PEP517=setuptools
6
7
PYTHON_COMPAT=( python3_{9..11} )
7
8
8
- inherit distutils-r1
9
+ inherit distutils-r1 pypi
9
10
10
11
DESCRIPTION=" Python Bluetooth LE (Low Energy) and GATT Library"
11
12
HOMEPAGE=" https://github.com/peplin/pygatt https://pypi.org/project/pygatt/"
12
- SRC_URI=" mirror://pypi/${P: 0: 1} /${PN} /${P} .tar.gz"
13
13
14
14
LICENSE=" || ( Apache-2.0 MIT )"
15
15
SLOT=" 0"
16
16
KEYWORDS=" amd64 arm arm64 x86"
17
- IUSE=" test"
18
- RESTRICT=" !test? ( test )"
19
17
20
- DOCS=" README.rst"
18
+ DOCS=( CHANGELOG.rst README.rst )
21
19
22
- RDEPEND=" dev-python/pyserial[${PYTHON_USEDEP} ]
23
- dev-python/enum-compat[${PYTHON_USEDEP} ]"
24
- BDEPEND="
25
- dev-python/pip[${PYTHON_USEDEP} ]
26
- dev-python/setuptools[${PYTHON_USEDEP} ]
27
- test? (
28
- dev-python/pytest[${PYTHON_USEDEP} ]
29
- )"
30
-
31
- python_test () {
32
- py.test -v -v || die
33
- }
34
-
35
- distutils_enable_tests pytest
20
+ RDEPEND="
21
+ dev-lang/python[bluetooth]
22
+ dev-python/pyserial[${PYTHON_USEDEP} ]
23
+ "
You can’t perform that action at this time.
0 commit comments