Skip to content

Commit abbe161

Browse files
committed
dev-python/yalexs: add 1.11.2
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 5928a80 commit abbe161

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1721 Ebuilds in total, 1710 of them have in total 1729 (42 different) licenses assigned.
620+
There are 1722 Ebuilds in total, 1711 of them have in total 1730 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|977|
624+
|MIT|978|
625625
|Apache-2.0|378|
626626
|GPL-3|117|
627627
|BSD|98|

dev-python/yalexs/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST yalexs-1.10.0.tar.gz 57237 BLAKE2B aa190cf5067550d520eac9f4f1160dc693c2c49778a470876b2e620f3ffee27776ab376a793799c13c6609b2561a9ab082f98bf9edc99546a331deffffa3c4ea SHA512 b4c01196cdc376c256e84e3b244ffdf1afd050dd46c55ddaedd565b7cf2072ba93daaf143888841e0bc247fc5e310efd5261f84885b32fb9f46c3edd189c0818
2-
EBUILD yalexs-1.10.0.ebuild 945 BLAKE2B b7f7c99f20a05233f3aa0a4c5955b1b2a054e4482bf1d832b41ef75e2ef8d20ef8d02b1b5ae0a0c7735400b3f17cbbf214403ab2b325caf0847b1daea4a73cce SHA512 e0d5d284d36e93b920d358e1d0dcb486c50bb631b0c3d32efd48c9d804b5b7d6cd618a65f8934fd9c00eb7c3a1ecb09f89ab32676849a4e953ccb6ae56680555
2+
DIST yalexs-1.11.2.tar.gz 57592 BLAKE2B e91d578b4b4fe2313b5a7382fcb547cdbf51710063cd9837bf5611b18327c7fcfec8f72c4dea191736cfffae172c74d0a536235028674277d3863577c41d1f3b SHA512 d5a979468a9faa5b076249a138e4c9dc034ce1508f9c120861a6800ff719617ec09064f5862a249261079f0c4e4c44a3d0132ce2cf6ba276faaf01459d8b98f7
3+
EBUILD yalexs-1.10.0.ebuild 945 BLAKE2B 0a8157b204d68c74b783a49b3a9bfd37fcc6ce9bd1de133cc77fc648b87075958f863c16e3076a5e113ec75c16dbdfa77c94c729fbfccfb507ab0bca2c350643 SHA512 2494f9056b720a0ff23f04d6ad2b9cff184431b5c3593bde0e0fc9b1eec93033160973d260d13a7e3e97104b99f4085d12812eb8982248383b623959a5f6bf67
4+
EBUILD yalexs-1.11.2.ebuild 843 BLAKE2B 7c12688245bacf756d1f64bc61be6e767e73ee6645c713869895ff76048cf42ee3de632704305e6d755885dcdb9efff0d4c75f2b3c583140dfa893e6e07d114e SHA512 47cbe8f70729295716998fba92544a525bd2bf13d31f9a01dde469b51733f0a0e53c01d383abc9b37cdcbc0680ae7d2f093f59cf6a689e1eea88f32d15d0ec90
35
MISC metadata.xml 495 BLAKE2B d644976096b1e76d373ccb4ee6689804735e5545897bfa9662f89bbe4aecee1e576c63ed4be99b308d680106d7191a882d67ac4d2df3dc153220dc15f721796c SHA512 db9180ef5f342c30d7a2f2b7689c8258d039b9dbe0869d6bdd1847772756c5dc52d2744629d2529960a127d758bfa16503ed054d37ac9dff26c24c02de7cf11f

dev-python/yalexs/yalexs-1.10.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Copyright 1999-2024 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+
DESCRIPTION="Python API for Yale Access (formerly August) Smart Lock and Doorbell"
10+
HOMEPAGE="https://github.com/bdraco/yalexs https://pypi.org/project/yalexs/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND=">=dev-python/ciso8601-2.1.3[${PYTHON_USEDEP}]
21+
dev-python/pyjwt[${PYTHON_USEDEP}]
22+
dev-python/requests[${PYTHON_USEDEP}]
23+
dev-python/vol[${PYTHON_USEDEP}]
24+
dev-python/python-dateutil[${PYTHON_USEDEP}]
25+
dev-python/aiohttp[${PYTHON_USEDEP}]
26+
dev-python/aiofiles[${PYTHON_USEDEP}]
27+
>=dev-python/pubnub-5.5.0[${PYTHON_USEDEP}]"
28+
29+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)