dev-python/habitipy: add 0.3.3

Closes: #4023
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 10:30:03 +01:00
parent 61ad1d370d
commit fb3eacd1a2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 2 deletions

View File

@ -606,11 +606,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 2278 Ebuilds in total, 2264 of them have in total 2303 (43 different) licenses assigned.
There are 2279 Ebuilds in total, 2265 of them have in total 2304 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1296|
|MIT|1297|
|Apache-2.0|525|
|GPL-3|145|
|BSD|124|

View File

@ -1,5 +1,7 @@
DIST habitipy-0.2.0.tar.gz 39442 BLAKE2B aeea7b833db0318b2e77ee9b11ca5bef633742bbdec2e3562cf8f82e6967f5807e11572869bd74c164e979aa8f1a01b4eb4c807cfbfa8ebb4418cd2471686283 SHA512 654fb971e5b649816c5378a3f7ee9a63c631afecb92e847ddfd3985ff637953b05087440c4518164092eec6ec55bc7bef69b2e60d810f51fbfe516e8d5763ec6
DIST habitipy-0.3.1.tar.gz 46820 BLAKE2B 7df77039e101530492e6104afcb6c7ce23864be2550e7de1cd0aaffaf75218c7c57b5b8eaa9943b612f50fd5bebb1e8568e1164162f00b78f8c7f5e1794161fe SHA512 f425b117376dd3a14e12ad9f19420e8ea651be5424b9bdc1d2b4ddf61a7647db79168acce1e9fce7b91594ce3ef1be4b45e25fb32411b3d44671d28db5aa21a8
DIST habitipy-0.3.3.tar.gz 46952 BLAKE2B 94dcfe904196879754c908af03abe4f5ff3bf2e43222f935dd540d123555b26b1b726daa45fa833ae3e5921c3fb8cff39d799bd33019f4beb2747bba0d313984 SHA512 60bfb77ff0b50542fbf4dcd9cced1ca7205b4b30177e2ad08913314cb4590f9df19aab49a12858d2e6b2d19f021a9545c87347f2fa01350579cf2822f5c4bee5
EBUILD habitipy-0.2.0.ebuild 726 BLAKE2B ea29259581cdf422c5a161b9860cdb967ee478b58675bd676ec36a4ba4edd6ce1cf0eeb3c145c861d0ca0c5f43f1f6e11e32176795875f7f3a90c9e91194de57 SHA512 33892984c2ba97a2e14b5e05d418cfa6d49828d5d0393fe67c9a69e28f40dc1dd2452bf7815f49e5afb0228ef9367c8f3d9c36c248c74e55e3a4424e483b0c09
EBUILD habitipy-0.3.1.ebuild 662 BLAKE2B 882ad9d420cc407d64d58714e729a1cae3eae0aa4d14eea022b988ec4542f3f219affd1bc17c2b789e5592f6bd9b637be5c6357fccf60c416fefbff6c1be55e1 SHA512 a762b446a1cfade32e8ec4365fa45d80e5dd8767669b1dcedeadc50d7847ee44ac54c1151dcded0290cd411174af046a6d8b3fd8d271443c095582066493a92b
EBUILD habitipy-0.3.3.ebuild 693 BLAKE2B 961ba7835132321aa100a568d9f3775ef61017def9d93de4b9e06083fe38b84e88dab439029dd234577651cf63c9013abd4f9b02f40dac8bd12b7e02d1655f4f SHA512 82bbfe6b730b59cdbaaa349b226f5b58b39f98bc2edd22a0af97c3895a0af9443f59f6841ab3c0613e910005fb16c9730b60cc8d44dfe86595cfe891c9b82f26
MISC metadata.xml 514 BLAKE2B 36639d9dc6cb9f2d369778569c0de2aecec9148f5ccad92bcf7178d56c1df88e69bf87c175df0bef1880d2abdaf259e465d75d0515fc7448441b03e48b66095e SHA512 c3cdbea072a1af8b17d0005f540ad6763e20901ed0d0b2b15747c405e5b9fb9fb6949cde16633a51a9a83ecbe752d84c3c2966a5914c5d9d8546375c1af5c89e

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="tools and library for Habitica restful API (https://habitica.com)"
HOMEPAGE="https://github.com/ASMfreaK/habitipy https://pypi.org/project/habitipy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test emoji +aio"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
emoji? ( dev-python/emoji[${PYTHON_USEDEP}] )
aio? ( dev-python/aiohttp[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest