Skip to content

Commit 27f117b

Browse files
committed
dev-python/habitipy: add 0.3.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3415 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent b59de9c commit 27f117b

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ 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 1914 Ebuilds in total, 1903 of them have in total 1926 (42 different) licenses assigned.
609+
There are 1915 Ebuilds in total, 1904 of them have in total 1927 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1097|
613+
|MIT|1098|
614614
|Apache-2.0|430|
615615
|GPL-3|112|
616616
|BSD|109|

dev-python/habitipy/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST habitipy-0.2.0.tar.gz 39442 BLAKE2B aeea7b833db0318b2e77ee9b11ca5bef633742bbdec2e3562cf8f82e6967f5807e11572869bd74c164e979aa8f1a01b4eb4c807cfbfa8ebb4418cd2471686283 SHA512 654fb971e5b649816c5378a3f7ee9a63c631afecb92e847ddfd3985ff637953b05087440c4518164092eec6ec55bc7bef69b2e60d810f51fbfe516e8d5763ec6
2-
EBUILD habitipy-0.2.0.ebuild 726 BLAKE2B a5b2992dd378b5eb22bb3add5b061c9a632e81786ba1f257ceafc4e313140aa4741b270bc5a7fd3476d46d008a64ebbdfbe45105ee7671232d4137d32ffc5cda SHA512 f38a8c28d0f163e8243ff0f953faf3719f6a520c5ad970cc4126d26b6eb0aeaf40c15ed531809880a27ebbc3a496d3358a8312b7782406a82ff2057e621bcc5d
2+
DIST habitipy-0.3.1.tar.gz 46820 BLAKE2B 7df77039e101530492e6104afcb6c7ce23864be2550e7de1cd0aaffaf75218c7c57b5b8eaa9943b612f50fd5bebb1e8568e1164162f00b78f8c7f5e1794161fe SHA512 f425b117376dd3a14e12ad9f19420e8ea651be5424b9bdc1d2b4ddf61a7647db79168acce1e9fce7b91594ce3ef1be4b45e25fb32411b3d44671d28db5aa21a8
3+
EBUILD habitipy-0.2.0.ebuild 726 BLAKE2B ea29259581cdf422c5a161b9860cdb967ee478b58675bd676ec36a4ba4edd6ce1cf0eeb3c145c861d0ca0c5f43f1f6e11e32176795875f7f3a90c9e91194de57 SHA512 33892984c2ba97a2e14b5e05d418cfa6d49828d5d0393fe67c9a69e28f40dc1dd2452bf7815f49e5afb0228ef9367c8f3d9c36c248c74e55e3a4424e483b0c09
4+
EBUILD habitipy-0.3.1.ebuild 662 BLAKE2B 882ad9d420cc407d64d58714e729a1cae3eae0aa4d14eea022b988ec4542f3f219affd1bc17c2b789e5592f6bd9b637be5c6357fccf60c416fefbff6c1be55e1 SHA512 a762b446a1cfade32e8ec4365fa45d80e5dd8767669b1dcedeadc50d7847ee44ac54c1151dcded0290cd411174af046a6d8b3fd8d271443c095582066493a92b
35
MISC metadata.xml 514 BLAKE2B 36639d9dc6cb9f2d369778569c0de2aecec9148f5ccad92bcf7178d56c1df88e69bf87c175df0bef1880d2abdaf259e465d75d0515fc7448441b03e48b66095e SHA512 c3cdbea072a1af8b17d0005f540ad6763e20901ed0d0b2b15747c405e5b9fb9fb6949cde16633a51a9a83ecbe752d84c3c2966a5914c5d9d8546375c1af5c89e

dev-python/habitipy/habitipy-0.2.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
55

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

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

0 commit comments

Comments
 (0)