From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/
Date: Sat, 6 Jan 2024 06:45:16 +0000 (UTC) [thread overview]
Message-ID: <1704523008.d778e7f8b4799cbc38e161c54f70f13d50b0e103.mgorny@gentoo> (raw)
commit: d778e7f8b4799cbc38e161c54f70f13d50b0e103
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 06:36:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 06:36:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d778e7f8
dev-python/apprise: Bump to 1.7.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/apprise/Manifest | 1 +
dev-python/apprise/apprise-1.7.1.ebuild | 38 +++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index a7ce9744ac98..d9c7d847980e 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1 +1,2 @@
DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156 SHA512 572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
+DIST apprise-1.7.1.tar.gz 1633347 BLAKE2B 4b51ffc45b61b4ff46cb3c0bd80c2f14a11d827ca350fe18fc6350934e3b93c09a98d03fd609d051311e46181778d433ae5813cb269623fed83ce47a7203eab3 SHA512 317e9fa057c7db28f73ea0888f378b036413a5a3186172206c3af57083a8d1965db178c89acfb2048bd82e5f530f65c05bfde3bb9c8aea7c9dd2f78e13e0a8b7
diff --git a/dev-python/apprise/apprise-1.7.1.ebuild b/dev-python/apprise/apprise-1.7.1.ebuild
new file mode 100644
index 000000000000..d13a9429e726
--- /dev/null
+++ b/dev-python/apprise/apprise-1.7.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Push Notifications that work with just about every platform"
+HOMEPAGE="
+ https://pypi.org/project/apprise/
+ https://github.com/caronc/apprise/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="+dbus mqtt"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/markdown[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+ mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+ dev-python/Babel[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2024-01-06 6:45 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-06 6:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-01 3:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/ Michał Górny
2025-10-01 3:28 Michał Górny
2025-09-04 14:56 Sam James
2025-08-03 3:18 Michał Górny
2025-06-20 19:53 Arthur Zamarin
2025-05-18 11:33 Arthur Zamarin
2025-04-19 14:56 Michał Górny
2025-03-31 7:10 Michał Górny
2025-01-25 11:05 Michał Górny
2025-01-25 10:41 Sam James
2025-01-09 5:26 Michał Górny
2025-01-04 15:00 Michał Górny
2025-01-04 13:28 Sam James
2024-12-18 7:27 Michał Górny
2024-09-21 12:02 Michał Górny
2024-09-21 11:08 Arthur Zamarin
2024-09-03 5:23 Michał Górny
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-02 12:14 Petr Vaněk
2024-05-29 12:13 Michał Górny
2024-05-12 2:25 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:48 Sam James
2024-04-20 11:23 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-14 2:43 Michał Górny
2024-03-31 3:10 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-11 15:26 Marek Szuba
2024-03-10 3:35 Michał Górny
2024-03-10 3:35 Michał Górny
2024-03-04 6:31 Michał Górny
2024-01-28 3:51 Michał Górny
2024-01-28 3:51 Michał Górny
2024-01-23 5:07 Ionen Wolkens
2024-01-18 8:06 Florian Schmaus
2024-01-06 6:45 Michał Górny
2023-12-25 11:25 Marek Szuba
2023-12-24 23:07 Marek Szuba
2023-12-24 21:07 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1704523008.d778e7f8b4799cbc38e161c54f70f13d50b0e103.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox