From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/
Date: Sun, 24 Dec 2023 21:07:51 +0000 (UTC) [thread overview]
Message-ID: <1703452014.b395bdf91c60f13113e124e8c2059070d35d0eb1.marecki@gentoo> (raw)
commit: b395bdf91c60f13113e124e8c2059070d35d0eb1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 18:52:33 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 21:06:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b395bdf9
dev-python/apprise: new package, add 1.6.0
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/apprise/Manifest | 1 +
dev-python/apprise/apprise-1.6.0.ebuild | 35 +++++++++++++++++++++++++++++++++
dev-python/apprise/metadata.xml | 17 ++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
new file mode 100644
index 000000000000..a7ce9744ac98
--- /dev/null
+++ b/dev-python/apprise/Manifest
@@ -0,0 +1 @@
+DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156 SHA512 572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
diff --git a/dev-python/apprise/apprise-1.6.0.ebuild b/dev-python/apprise/apprise-1.6.0.ebuild
new file mode 100644
index 000000000000..a3b6b6602b59
--- /dev/null
+++ b/dev-python/apprise/apprise-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+#FIXME
+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"
+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
diff --git a/dev-python/apprise/metadata.xml b/dev-python/apprise/metadata.xml
new file mode 100644
index 000000000000..fd8dbf3c5236
--- /dev/null
+++ b/dev-python/apprise/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">apprise</remote-id>
+ <remote-id type="github">caronc/apprise</remote-id>
+ </upstream>
+ <use>
+ <flag name="dbus">Support sending notifications to the desktop over D-Bus</flag>
+ <flag name="mqtt">Support sending notifications over MQTT</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2023-12-24 21:07 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-24 21:07 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 23:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/ Marek Szuba
2023-12-25 11:25 Marek Szuba
2024-01-06 6:45 Michał Górny
2024-01-06 6:45 Michał Górny
2024-01-18 8:06 Florian Schmaus
2024-01-23 5:07 Ionen Wolkens
2024-01-28 3:51 Michał Górny
2024-01-28 3:51 Michał Górny
2024-03-04 6:31 Michał Górny
2024-03-10 3:35 Michał Górny
2024-03-10 3:35 Michał Górny
2024-03-11 15:26 Marek Szuba
2024-03-30 14:25 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-31 3:10 Michał Górny
2024-04-14 2:43 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 11:23 Michał Górny
2024-05-01 16:48 Sam James
2024-05-01 17:44 Michał Górny
2024-05-12 2:25 Michał Górny
2024-05-29 12:13 Michał Górny
2024-07-02 12:14 Petr Vaněk
2024-07-26 1:57 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-10 7:31 Michał Górny
2024-09-03 5:23 Michał Górny
2024-09-21 11:08 Arthur Zamarin
2024-09-21 12:02 Michał Górny
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=1703452014.b395bdf91c60f13113e124e8c2059070d35d0eb1.marecki@gentoo \
--to=marecki@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