Skip to content

Commit dac6730

Browse files
committed
dev-python/subarulink: add 0.7.11
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3450 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e621445 commit dac6730

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 1892 Ebuilds in total, 1881 of them have in total 1904 (42 different) licenses assigned.
609+
There are 1894 Ebuilds in total, 1883 of them have in total 1906 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1082|
614-
|Apache-2.0|426|
613+
|MIT|1083|
614+
|Apache-2.0|427|
615615
|GPL-3|110|
616616
|BSD|109|
617617
|LGPL-3|25|

dev-python/subarulink/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DIST subarulink-0.7.11.tar.gz 47068 BLAKE2B e995b3c217a297ed8dbe3981cdd0b100f632f01f711a2e0d67d97671741a2e339d5f68d446352e5d5557c600b0d0055420a9a1115bb3408e451dea6226071702 SHA512 bd2529378c6633377c47c9349a3fb4e96f0ff3b6343b3f263d99f977aee75f2c5341e91ad6f50a1fd619e6df5583ea5382e7cd547da2f734b1f1eabedb56cd3e
12
DIST subarulink-0.7.9.tar.gz 47053 BLAKE2B a3dd9963778864f1d8a22594cf3c9ce730a9029e1374dd14b854eb17b5c96ce0bc8238a229a392697b4ceafe71ec376f423168fb90270c9ff7ccffc093eb1f1e SHA512 399c653dde49f680379917eb586db288655c14832355830a2aa1a2bd51879343f8e4edaa80a047bbe05abc9271044c719f7e1c661c02822d0d6a239e80b3faad
2-
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B c4f1f8eb9032797235416c96901615dec1ae0880360a0e7e90202308ddded831773b89d31956ef208d4e6cbe7d9f229e659253858082d74194375ec7d216fbdd SHA512 acdd62565beb8656999f554b922a88599c95c9525130a9b8d71acf080144a78e795abe2249f7ada8863d312fc7d3d8afdcd01b63fa562c55be59fe7c582da376
3+
EBUILD subarulink-0.7.11.ebuild 611 BLAKE2B 4aa9bcadece5c164a44d68e2146c749a1c398d682aa6a64291db969167942329d13bacab00b61dbab7b1f87240b0c6e91214e9c7318cff7494a3d2305a16f904 SHA512 e604c4707c67af77416c655c07b0badc731630ff15d13291a0f94b343f604a995402524119379df909314bf0d7c1cbd3ed1282056d31c795c44cd57769f0db01
4+
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B f5bd9b433ec66b81b3710b2b3f3f84a63699de55527d172338f37f8dcafc98b90e872247087fba83c3fa287f7c4f2d805bbd8b8c21aa7f9d99b461257315c888 SHA512 ead352db8ee991579d8da436293e7291d638ebc7fb965451e3f9b2c1698d721ac485a22cbbe92a0c158b040c9b4e29e2aa881aabf45d39af7da22d3c168bcfe6
35
MISC metadata.xml 387 BLAKE2B 528b17f4180c8e4dd6f68d35dbe48a7e2a47f7997ec1353f08b14e27f28a7611b4bdb8e35394ab3dec88ab0b8bf39d49d4e94f108d4a3c00b809eb134d56e482 SHA512 fd20c017bed9f1ffdb17ca77c07ea8f49d8c24fac5d490b651a8a78b19dfb636b25099dc4058879fdfec75badc26cca62349b96c16e7d55917d285ca4898d132
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A package for interacting with Subaru Starlink Remote Services API."
11+
HOMEPAGE="https://github.com/G-Two/subarulink https://pypi.org/project/subarulink/"
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/aiohttp[${PYTHON_USEDEP}]
22+
dev-python/stdiomask[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

dev-python/subarulink/subarulink-0.7.9.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

0 commit comments

Comments
 (0)