Skip to content

Commit 04d3cc0

Browse files
committed
dev-python/pyschlage: add 2023.11.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2489 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent fe179b5 commit 04d3cc0

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1705 Ebuilds in total, 1694 of them have in total 1714 (43 different) licenses assigned.
615+
There are 1706 Ebuilds in total, 1695 of them have in total 1715 (43 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|995|
620-
|Apache-2.0|360|
620+
|Apache-2.0|361|
621621
|GPL-3|97|
622622
|BSD|96|
623623
|GPL-2|24|

dev-python/pyschlage/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST pyschlage-2023.10.0.tar.gz 26051 BLAKE2B 9843585bc1a17d3bc624d037189108a9f5281a02497a7ba2c52d954d789ede72609bddcc130e8d5d27c4ac92eba8a3cfe60f76d62d2c40fb2b5baef9f89713d8 SHA512 919fe5b3134ac5e0fd8288c38a8ff816d990245c75ad3da2a855e9dea0952c77664b31d860d1fbede5b8bc3ce804dd6134c2325e9d578aa7f88e300be13c0f0a
2+
DIST pyschlage-2023.11.0.tar.gz 27339 BLAKE2B 296ffd16cb263f7c847d791994b0270c01aa628d910fc14874ae9a7fdbeebbb3e3758811c4710c4dab56363ceb2fd1b0921c0dc199753d6eb83d3776936f5f95 SHA512 380fae64463071f330ea1a41ab95a625222db7f2965dd552b983392094dce6edc24682ca77d74139738eb7836f339c7905c7f3c8c26f6fbefc77e4c2c1a4cbc7
23
DIST pyschlage-2023.9.1.tar.gz 25899 BLAKE2B 30360ab1d002f7745adea2557c32b2657da5447dd9e91a63c8506fa872df00d6651dcc826e48b18982e59261b53d698ea6eb5763089ca0bfb26508f5f214e45a SHA512 58e16b9458cc8b381bb3ad4ffafca5fd71924cdd71f81180293a54b211fd7806a38911723cb01fdf56b5b3893e474deb6f1d7e77e93c4af7f955a382c1b08db3
34
EBUILD pyschlage-2023.10.0.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
5+
EBUILD pyschlage-2023.11.0.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
46
EBUILD pyschlage-2023.9.1.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
57
MISC metadata.xml 515 BLAKE2B a5cf8dfee7d051ecb4c2448888c3ff2b01c557774828e4722ff0319ee331d8beabed0ad8523bf65dca7d678e5edb979bf0100ce8f5bf66457fc4368d9078a7be SHA512 feed8ec99d697934bdb9ace5ae8fb0e58a59586a4c0598194b2747fe34ac5c122d4e7af822970deb470e1ba661ee85b7a064e47e7704ce3f17fcec47a7297a32
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python API for interacting with Schlage WiFi locks."
11+
HOMEPAGE="https://github.com/dknowles2/pyschlage https://pypi.org/project/pyschlage/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/pycognito[${PYTHON_USEDEP}]
22+
dev-python/requests[${PYTHON_USEDEP}]"
23+
BDEPEND="
24+
test? (
25+
dev-python/pytest[${PYTHON_USEDEP}]
26+
dev-python/pytest-timeout[${PYTHON_USEDEP}]
27+
)"
28+
29+
python_test() {
30+
py.test -v -v || die
31+
}
32+
33+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)