dev-python/subarulink: add 0.7.11

Closes: #3450
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-16 10:31:17 +02:00
parent e621445364
commit dac67308af
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 5 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1892 Ebuilds in total, 1881 of them have in total 1904 (42 different) licenses assigned.
There are 1894 Ebuilds in total, 1883 of them have in total 1906 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1082|
|Apache-2.0|426|
|MIT|1083|
|Apache-2.0|427|
|GPL-3|110|
|BSD|109|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST subarulink-0.7.11.tar.gz 47068 BLAKE2B e995b3c217a297ed8dbe3981cdd0b100f632f01f711a2e0d67d97671741a2e339d5f68d446352e5d5557c600b0d0055420a9a1115bb3408e451dea6226071702 SHA512 bd2529378c6633377c47c9349a3fb4e96f0ff3b6343b3f263d99f977aee75f2c5341e91ad6f50a1fd619e6df5583ea5382e7cd547da2f734b1f1eabedb56cd3e
DIST subarulink-0.7.9.tar.gz 47053 BLAKE2B a3dd9963778864f1d8a22594cf3c9ce730a9029e1374dd14b854eb17b5c96ce0bc8238a229a392697b4ceafe71ec376f423168fb90270c9ff7ccffc093eb1f1e SHA512 399c653dde49f680379917eb586db288655c14832355830a2aa1a2bd51879343f8e4edaa80a047bbe05abc9271044c719f7e1c661c02822d0d6a239e80b3faad
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B c4f1f8eb9032797235416c96901615dec1ae0880360a0e7e90202308ddded831773b89d31956ef208d4e6cbe7d9f229e659253858082d74194375ec7d216fbdd SHA512 acdd62565beb8656999f554b922a88599c95c9525130a9b8d71acf080144a78e795abe2249f7ada8863d312fc7d3d8afdcd01b63fa562c55be59fe7c582da376
EBUILD subarulink-0.7.11.ebuild 611 BLAKE2B 4aa9bcadece5c164a44d68e2146c749a1c398d682aa6a64291db969167942329d13bacab00b61dbab7b1f87240b0c6e91214e9c7318cff7494a3d2305a16f904 SHA512 e604c4707c67af77416c655c07b0badc731630ff15d13291a0f94b343f604a995402524119379df909314bf0d7c1cbd3ed1282056d31c795c44cd57769f0db01
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B f5bd9b433ec66b81b3710b2b3f3f84a63699de55527d172338f37f8dcafc98b90e872247087fba83c3fa287f7c4f2d805bbd8b8c21aa7f9d99b461257315c888 SHA512 ead352db8ee991579d8da436293e7291d638ebc7fb965451e3f9b2c1698d721ac485a22cbbe92a0c158b040c9b4e29e2aa881aabf45d39af7da22d3c168bcfe6
MISC metadata.xml 387 BLAKE2B 528b17f4180c8e4dd6f68d35dbe48a7e2a47f7997ec1353f08b14e27f28a7611b4bdb8e35394ab3dec88ab0b8bf39d49d4e94f108d4a3c00b809eb134d56e482 SHA512 fd20c017bed9f1ffdb17ca77c07ea8f49d8c24fac5d490b651a8a78b19dfb636b25099dc4058879fdfec75badc26cca62349b96c16e7d55917d285ca4898d132

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package for interacting with Subaru Starlink Remote Services API."
HOMEPAGE="https://github.com/G-Two/subarulink https://pypi.org/project/subarulink/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/stdiomask[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi