diff options
| author | mirror@stealer.net <mirror@stealer.net> | 2026-03-22 04:30:23 +0000 |
|---|---|---|
| committer | mirror@stealer.net <mirror@stealer.net> | 2026-03-22 04:30:23 +0000 |
| commit | bc440e147f523fe35f8e1b2cb12e859ea657efe2 (patch) | |
| tree | 6b5c6ce13be1c40bb95680549aa189aabb2f76f9 /dev-python/apprise | |
| parent | 283c6e49bbdc88e877c7821ebc1ef463b3b5a015 (diff) | |
2026-03-22 04:07:54+00:00
Diffstat (limited to 'dev-python/apprise')
| -rw-r--r-- | dev-python/apprise/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/apprise/apprise-1.9.9.ebuild | 43 |
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest index 4b11f3f555..46e9937a69 100644 --- a/dev-python/apprise/Manifest +++ b/dev-python/apprise/Manifest @@ -1,3 +1,5 @@ DIST apprise-1.9.7.tar.gz 1937173 BLAKE2B 31935acf742aab2f2b1e7bc83563a62e37b879af73b9bfd21ac555e7ba8c2248616baa8125be95a5dce488fc9b286e3dc26b5883a70e788cd5669817225ff104 SHA512 8d87df66dde6fb66f515e5dbbfa38c0bf82605531f2f2c0d521822776e05796bedc5453e4cfb011da67c0f62ab1a8faa2d5563c8398c46c9d0a67d4351d61ba4 +DIST apprise-1.9.9.tar.gz 2032822 BLAKE2B b2ff39c65fab1f17d208aeb602f27dca12b7269e8a8b7c6f0fcf31711622a32db953eac8ff7ca2426933d2e282ea7a2da211818ebc11b9ed40a96918ec21d37d SHA512 486f02b6f2256944db2bcc0215e19e7a2502691725257824d746653e7ceca43affb40ca0781d64c29ff308eac6036b78295d0713a2888b20722ca3e79e47f8f6 EBUILD apprise-1.9.7.ebuild 1070 BLAKE2B 51d57a6075c5dc46fcad325739999288482f08d11491455bf713422c97c31fba9c4252a390dcd23eaf2762a76a8a98494c84f3efe3d4855d972082775f44ca59 SHA512 f57051f1f3f28cd9bfecd106c1a263606482c19047c6c3d24a1e38b93e8ad713ebe958c52505f906bc2efb405ecc3c6e1217dde9b0c1962915f3e9f51b7f71bd +EBUILD apprise-1.9.9.ebuild 1072 BLAKE2B 727c528d4ee32156d07b17c9c6100d9b5e6aca5a8ce690dd0525bdb5654b2379a4eb4c6d7e182292484264100f08dfe8e78040e2ff65be575db313d3d878db8b SHA512 de0050e6bd406600818a6750260d2d3257ef7b81a8872d5bde109099044dfd9a22d6d184e01fa02464ca200bacdb137364fd5d1e8da6e9ef27e552debf03db94 MISC metadata.xml 554 BLAKE2B 5d232c4d5835c5e782d37d9d1697029d4f49c1dfde65cee0527bfd2ed31bb67d680a6a3aa406c2fc1ba033c40efde1e239f2b66996a23c7089d4e6d8a3beb411 SHA512 0e857c991e1347784d908b291a01dba19005985f4976a29fc76522872828f1491d2ece6e9755277167369198dc26beed623beaf9b3d4693a0e0d9e663830b29a diff --git a/dev-python/apprise/apprise-1.9.9.ebuild b/dev-python/apprise/apprise-1.9.9.ebuild new file mode 100644 index 0000000000..0b218ea50c --- /dev/null +++ b/dev-python/apprise/apprise-1.9.9.ebuild @@ -0,0 +1,43 @@ +# 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 +) |
