dev-python/apprise - 1.10.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/apprise-1.10.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/apprise-1.10.0

Or alternatively:

emerge --autounmask-write -a =dev-python/apprise-1.10.0

Package Information

Description:
Push Notifications that work with just about every platform
Homepage:
https://pypi.org/project/apprise/ https://github.com/caronc/apprise/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.10.0 8 ~amd64 ~arm ~arm64 ~riscv 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

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 ~arm ~arm64 ~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}]
"

EPYTEST_PLUGINS=( pytest-mock )
# xdist causes test failures
distutils_enable_tests pytest

EPYTEST_DESELECT=(
	# fails if pygobject is installed
	# https://github.com/caronc/apprise/issues/1383
	tests/test_plugin_glib.py::test_plugin_glib_send_raises_generic
)

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/apprise | euse -E <flag> -p dev-python/apprise | euse -D <flag> -p dev-python/apprise

Global/Standard Flags

dbus
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/click[]
	dev-python/markdown[]
	dev-python/requests[]
	dev-python/requests-oauthlib[]
	dev-python/pyyaml[]
	dbus? ( dev-python/dbus-python[] )
	mqtt? ( dev-python/paho-mqtt[] )

BDEPEND

	dev-python/babel[]