Skip to content

Commit d63e7a2

Browse files
committed
dev-python/apprise: add 1.7.4
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3231 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4ce3dfb commit d63e7a2

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1784 Ebuilds in total, 1773 of them have in total 1793 (42 different) licenses assigned.
620+
There are 1785 Ebuilds in total, 1774 of them have in total 1794 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1012|
625625
|Apache-2.0|401|
626626
|GPL-3|106|
627-
|BSD|104|
627+
|BSD|105|
628628
|LGPL-3|25|
629629
|GPL-2|21|
630630
|LGPL-3+|14|

dev-python/apprise/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156 SHA512 572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
22
DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba SHA512 897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d
3+
DIST apprise-1.7.4.tar.gz 1648673 BLAKE2B 33c91a63e3d0e730dcfe2b99433cd97e16ff9635e9ff717e9c4f7b708e6536185265e591ff419a785044877cadd4793f2df73fe9420ffed65838fb16654810f8 SHA512 5e3ab2136f1bdbd9d769fb3e3c5a5c899834b7ffb6ba57f3601079d516e31bed9d988b76745c251fff6df91f1fcd186d23a0878165ad73b811f76a8118278a64
34
EBUILD apprise-1.6.0.ebuild 962 BLAKE2B d2136f560f292e4154f0a03eede5c13d987947251c03c6a0beef9076d947cc69349db24ca9ef399e7c56efa333fd83688c46c4197885401faa9ab91d4c57337e SHA512 7fd41b5180cba0ed533be6fed27df123b0c13e34eef0d9bdfd08bccc1dbbfbabab69f87a9541ff9ebc8f874e08682c95e8ea3ccf08861d8a9d2c66d470acab6f
45
EBUILD apprise-1.7.2.ebuild 924 BLAKE2B 53f3c6a8215353d793e85dc7562365de27faa808989bd654438a6efdb6d7095337696c6cd1a1379d039e318dfc8e2401758b6322b049b749e5f650d4f163bb7c SHA512 51c118bde670f83d0e1435986b17d4e6cdd4f2caad8156cf2613c3fcfee082f09ce92467c600c1c3fc8eb6795e9289a729064c3884de34a91feee892499df425
6+
EBUILD apprise-1.7.4.ebuild 925 BLAKE2B 07544e63903043182874c03b48f761213593534830613e3ee22ba908bbb822a9663bcb7e6974d35b288355d0d8c6208071eb0a27e26cd3f1a472130ac6620c5a SHA512 8ef0f20b77c02dc90f4a755dcb11b90e7de339d4c000d17bba7f17d2d1555760b04a89b0cfb6380a30e81663a1534211f2bc0d5075434fcd3508fee8fc0ad536
57
MISC metadata.xml 506 BLAKE2B 976ec9a0b80fd7c915ca21fb9f012663d96980c0679d3a300047f0aa254f2cd048c11b92e6a7924506e71b02256e5ba411e33f27cd4d81de2faa0a0083ab4647 SHA512 78208f5ddea7a07a80037375ae3726e909bd4c38c6e524399531a19426dc49bdc5a116cac0c1a92f7c0760766dd63b91839978f2285cf4154ec96767babc5ba0
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{11..12} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
DESCRIPTION="Push Notifications that work with just about every platform!"
9+
HOMEPAGE="https://github.com/caronc/apprise https://pypi.org/project/apprise/"
10+
11+
LICENSE="BSD"
12+
SLOT="0"
13+
KEYWORDS="amd64 arm arm64 x86"
14+
IUSE="test"
15+
RESTRICT="!test? ( test )"
16+
17+
DOCS="README.md"
18+
19+
RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
20+
dev-python/requests[${PYTHON_USEDEP}]
21+
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
22+
>=dev-python/click-5.0[${PYTHON_USEDEP}]
23+
dev-python/markdown[${PYTHON_USEDEP}]
24+
dev-python/pyyaml[${PYTHON_USEDEP}]"
25+
26+
BDEPEND="dev-python/Babel
27+
dev-python/pytest-runner[${PYTHON_USEDEP}]
28+
test? (
29+
dev-python/pytest-cov[${PYTHON_USEDEP}]
30+
dev-python/pytest-xdist[${PYTHON_USEDEP}]
31+
)"
32+
33+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)