dev-python/mypermobil: add 0.1.8

Closes: #2835
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:40:22 +01:00
parent a96f18cacf
commit de8a0c5cf8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 4 deletions

View File

@ -617,11 +617,11 @@ 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 1752 Ebuilds in total, 1741 of them have in total 1760 (42 different) licenses assigned.
There are 1753 Ebuilds in total, 1742 of them have in total 1761 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|997|
|MIT|998|
|Apache-2.0|383|
|GPL-3|118|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST mypermobil-0.1.6.tar.gz 11617 BLAKE2B 5d88cfc3a8865876b91ba72c4cd3c2661d38d0a0baf4520d332fcec0fdbd2063c182bb5c0c4979a236444562b67eb6f56f4f58af8d92eb4c585fd66732acbb79 SHA512 7b90cbe6be96c89ca8fb25f8b856d014e8802f49635dc5022f7f3c2463aa2bedda2606be4fa0d74a287ad5933b6aa11396d3956a85a8aa7e2b52c874c07d18e8
EBUILD mypermobil-0.1.6.ebuild 729 BLAKE2B e72c1ac57d0dab74dfb6eccdaddc875eb37b04c0dd94166c6225657bbef64775984fdcc004f2ea8dfb198ed629fb12186ebc11667e94441119063a2ac2a34a1b SHA512 1aaaa98ad4e1bee0d512dab26071b0678b0c79ff663c0252bb7011008cf2247ad796c3dff1204ad9a3cc20a145a09a4f3590bea8ec5b26a3a48768d8f2f1b53a
DIST mypermobil-0.1.8.tar.gz 11797 BLAKE2B f728c3225455b954882cacaf0f6fddac45199e468cd5096425beca17b4de3c9d0170a67c6358f3681c25b44e600f0ff8c1082740dfbd36e926906b9d9a222df6 SHA512 916d5032ce72a77075c3f47ca8016799ae90984ddfa735f6fb70ecc1b56a76b0964feeaaa8544de2804582511e337c9302744667683367be369eedec59c3ac32
EBUILD mypermobil-0.1.6.ebuild 729 BLAKE2B 18ff855e93eb9ba3da035bacb6e366a9372ccc91b236ec0a20b1ef93376f9135317737cdc537e1a2b7b7c466173c712d687ff0e0dce9643133a3d02d039457c2 SHA512 7d4c592b3013bae9f4db7509fa5b7f8bb33b5b573a06f3dc4b9ede6e521494e2b62968fd4d0cc8db6523408c64ce1ce4dd12fafe67a0021ccbd84d68864a78d5
EBUILD mypermobil-0.1.8.ebuild 650 BLAKE2B 831bdf2282ba851d834f060522d7ceb0b7b2a9c15742c5db2759e14bbaf588a46891c7ae0507129e470323587cb6cfa83d4396a660368e3f82953d5cf001893b SHA512 09f23c77ecb437d775800dfad0799c2cde4b564540e63fd61db1f6dc1ad5d6e100b98d6e432ee292322ae2deb7c4e2c5df3d42b45daf70f45388399547793ffa
MISC metadata.xml 516 BLAKE2B 65af0d0f2a154b8de3edb7133ef79cbae8869e92b81a86c9db2a7db5761dccee32c703defc2dd2b3205fdac10dec7b1628174479f243656c687355117e7659fe SHA512 91a0b13372ee823a261521045bd04ecf991be214e2cf1b992f2a89ba9e9244824227ba7e28a7e30609719fc1b57d7a99f330697ca2e287e4c40ec505bfec3007

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python wrapper for the MyPermobil API"
HOMEPAGE="https://github.com/IsakNyberg/MyPermobil-API https://pypi.org/project/mypermobil/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/aiocache[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aiounittest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest