Skip to content

Commit a238e3e

Browse files
committed
dev-python/py-dormakaba-dkey: add 1.0.3
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0815b73 commit a238e3e

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

README.md

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

574574
## Licenses
575575
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.
576-
There are 1780 Ebuilds in total, 1769 of them have in total 1773 (34 different) licenses assigned.
576+
There are 1781 Ebuilds in total, 1770 of them have in total 1774 (34 different) licenses assigned.
577577

578578
|License| Ebuilds using it|
579579
|-------|-----|
580-
|MIT|1038|
580+
|MIT|1039|
581581
|Apache-2.0|386|
582582
|GPL-3|109|
583583
|BSD|93|

dev-python/py-dormakaba-dkey/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST py-dormakaba-dkey-1.0.2.tar.gz 17587 BLAKE2B 45caed7518795214156fa1e653b33e2befcc9db454dddeb4e3fddce0e96e19c6d8e781542beaf450bc96c1055f2fc940b20d312b662724cd520df49bd8e4d5c7 SHA512 d3ffea2b54a76995a20dd1ac4d9f6eafd0f6adc72ff48300b676a70ccaf3749cc6f822b3f9a235070fec8238873ba15a3539f93cc9b603d0b6af320c69e4672f
2+
DIST py-dormakaba-dkey-1.0.3.tar.gz 17642 BLAKE2B 8d3f6c2137bc545b5db595c77d1fbbef854f6c4566887d678ab23123617107f9a3c15c5642c17db0bb82b2669c396d738d2498a842ba251e64094eb544c8cb3c SHA512 efec7209be69ecf7aae279b23933b7955f71090378cfc0ca3ffadcf0632009b020f4aac23618d998a5af89153fa8ef0f3ee06002fda7fe3a552ebd4e2a462f88
23
EBUILD py-dormakaba-dkey-1.0.2.ebuild 854 BLAKE2B b7cee1b033d00b0faa98c7d071c80cc633d3a9d595d99124952813e52715091b067b35afd51492c0a1f6b9c72f925b181247e2a4509994a0825edf8d5c891170 SHA512 e9d87d2113ccbf07e677c7c8710bcbb6acd6f80b6c3715526993403cb671b1a030119962ba824aabb944c09747e0516fb1872eb7310145ca8a903e24ae08d9a7
4+
EBUILD py-dormakaba-dkey-1.0.3.ebuild 680 BLAKE2B 7c13f71b8fad287f108bddea09c8ba26a830a418cb340355d196818aa7a62caf1e53b2560b4cb1fe58a264a7ef380d18af3176b9584d40837b9aeb699b4fa3f6 SHA512 a9466ae86034bc93095323113304feb8435efbdc39ac02d3c9d7ed19440ed4763920d9fec7aefa888a6a1f272794b307f669f5d78b885c57fc6b65d8dad452de
35
MISC metadata.xml 407 BLAKE2B 643a6bc34739b72937687d0488263e0d3b569bff71a19928931ad5e9fb2dd693f50ec5dac7f125f23bedcfd01055b819b343100d2ee7a70576e5de47f10de310 SHA512 c7398058a7ce226127fae3a28217ce05458142633dc58fa372983651450e4fa191807e6d280873245ff75c7bd1896570245d1ca0bbe86dabecf3a873abd8e7ee
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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_{9..11} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="API to interact with a Dormakaba dkey lock via bluetooth"
11+
HOMEPAGE="https://github.com/emontnemery/py-dormakaba-dkey https://pypi.org/project/py-dormakaba-dkey/"
12+
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
23+
dev-python/bleak-retry-connector[${PYTHON_USEDEP}]
24+
dev-python/cryptography[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)