From 5d9a04ac6ed7050bcf2ee2cb372067ed263fc4f7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 14 Jan 2023 19:56:26 +0100 Subject: [PATCH] app-misc/ntfy: treeclean mask is not enough to fix the sourcing problems, cleanup now instead Signed-off-by: Andrew Ammerlaan --- app-misc/ntfy/Manifest | 1 - app-misc/ntfy/metadata.xml | 12 -------- app-misc/ntfy/ntfy-2.7.0.ebuild | 54 --------------------------------- profiles/package.mask | 1 - 4 files changed, 68 deletions(-) delete mode 100644 app-misc/ntfy/Manifest delete mode 100644 app-misc/ntfy/metadata.xml delete mode 100644 app-misc/ntfy/ntfy-2.7.0.ebuild diff --git a/app-misc/ntfy/Manifest b/app-misc/ntfy/Manifest deleted file mode 100644 index 69530a5185..0000000000 --- a/app-misc/ntfy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ntfy-2.7.0.tar.gz 1837670 BLAKE2B 3bff167eb9ede624d5a92170c7d1f36ef075f64126a4080172a5b3cd517d2ed77a2488ee03b102a5b8d67fb37c04b47a42fd3e88b319807d798bb2622afa78ae SHA512 fba9ba15ce3c4667e5f85c0435cb5eb6224e539c10d2d431f3af3c90d6164e3098ddcb5f7881cbaed92ab0b68d9d161b16a00de680e21c3d439429865fa2765a diff --git a/app-misc/ntfy/metadata.xml b/app-misc/ntfy/metadata.xml deleted file mode 100644 index 82eab7b3db..0000000000 --- a/app-misc/ntfy/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - davidroman96@gmail.com - David Roman - - - Support for desktop notifications - Add support for telegram backend - - diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild deleted file mode 100644 index f5654ae8d2..0000000000 --- a/app-misc/ntfy/ntfy-2.7.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_8 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="A utility for sending notifications, on demand and when commands finish." -HOMEPAGE="https://github.com/dschep/ntfy" -SRC_URI="https://github.com/dschep/ntfy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -IUSE="telegram dbus" - -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - - dbus? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - virtual/notification-daemon - ) - - telegram? ( - app-misc/telegram-send[${PYTHON_USEDEP}] - ) -" - -DEPEND="${RDEPEND} - test? ( - dev-python/emoji[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - ) -" - -python_prepare_all() { - # Sleekxmpp no longer in repo - rm tests/test_xmpp.py || die - sed -i -e 's:test_xmpp:_&:' \ - tests/test_integration.py || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -distutils_enable_sphinx docs diff --git a/profiles/package.mask b/profiles/package.mask index b512b07e6f..6225d16d72 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -16,7 +16,6 @@ # Andrew Ammerlaan (2023-01-14) # Needs python_compat bump. Removal on 2023-01-29. -app-misc/ntfy app-misc/telegram-send dev-embedded/arachne-pnr dev-embedded/icestorm