diff options
author | 2024-03-10 04:25:19 +0100 | |
---|---|---|
committer | 2024-03-10 04:25:19 +0100 | |
commit | 40adc58c774af0f0c561435eb225ebca64a553b9 (patch) | |
tree | 00882f3eeb1f19647fafcd875bd4c20f8bdd4d21 /dev-python/apprise | |
parent | dev-python/pyopenssl: Bump to 24.1.0 (diff) | |
download | gentoo-40adc58c774af0f0c561435eb225ebca64a553b9.tar.gz gentoo-40adc58c774af0f0c561435eb225ebca64a553b9.tar.bz2 gentoo-40adc58c774af0f0c561435eb225ebca64a553b9.zip |
dev-python/apprise: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apprise')
-rw-r--r-- | dev-python/apprise/Manifest | 1 | ||||
-rw-r--r-- | dev-python/apprise/apprise-1.7.2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest index 2209bcbba829..30f218b2df2d 100644 --- a/dev-python/apprise/Manifest +++ b/dev-python/apprise/Manifest @@ -1,2 +1 @@ -DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba SHA512 897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d DIST apprise-1.7.3.tar.gz 1644531 BLAKE2B ea825be56ab037df25b46515e1c2a8dd6da0b202cd117fffd6138bbda183d83ef0586df90198a47de9030bb2e7b2f7c27eea24b30b5df04eee6d557a7f61a910 SHA512 1f5dad1f9b4c89c40a28a889ff03fcae104101678e3fe80063333be8508d17b5cea45dcc8af8fcafea36e5e6455f42659b7ff92be3cb0e4545468ab30a49460c diff --git a/dev-python/apprise/apprise-1.7.2.ebuild b/dev-python/apprise/apprise-1.7.2.ebuild deleted file mode 100644 index a85837c32c40..000000000000 --- a/dev-python/apprise/apprise-1.7.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 ~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}] - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |