From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF12615800D for ; Tue, 4 Jul 2023 04:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44CAE0893; Tue, 4 Jul 2023 04:53:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EA3CE0893 for ; Tue, 4 Jul 2023 04:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E85B5340DF7 for ; Tue, 4 Jul 2023 04:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B185AD7 for ; Tue, 4 Jul 2023 04:53:38 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1688445420.d0d949398e9f6dc56419f3e4682393acf03e08c6.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/desktop-notifier/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/desktop-notifier/Manifest dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild X-VCS-Directories: dev-python/desktop-notifier/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: d0d949398e9f6dc56419f3e4682393acf03e08c6 X-VCS-Branch: master Date: Tue, 4 Jul 2023 04:53:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a39648c3-e521-493d-a555-ccff7db48539 X-Archives-Hash: bdf9b764420e522663378405af5a0fb5 commit: d0d949398e9f6dc56419f3e4682393acf03e08c6 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Jul 4 04:37:00 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jul 4 04:37:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d94939 dev-python/desktop-notifier: drop 3.5.3 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/desktop-notifier/Manifest | 1 - .../desktop-notifier/desktop-notifier-3.5.3.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest index a83fa2f1f..e034c365f 100644 --- a/dev-python/desktop-notifier/Manifest +++ b/dev-python/desktop-notifier/Manifest @@ -1,2 +1 @@ -DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f DIST desktop-notifier-3.5.4.tar.gz 29763 BLAKE2B 0fdac4d6a52a54720fef43050d9374c6c57c05f270d2ff8adcbf9e8df4b059c10e9820bbf3f00406b7698deaa0b5d353c1c78b937eab7107d24008939809c08f SHA512 bc7f5bd3048489e646f34b8397aa97988ca839424675369157094f84439f9616e4463aee79912f2a74c810b98d0ceed699920748e6af2ef2debd2cd25c039944 diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild deleted file mode 100644 index 3d2b20f5a..000000000 --- a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications" -HOMEPAGE=" - https://desktop-notifier.readthedocs.io - https://pypi.org/project/desktop-notifier/ - https://github.com/samschott/desktop-notifier -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/wheel[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/dbus-next[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/build[${PYTHON_USEDEP}] -" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6C9F15800D for ; Tue, 4 Jul 2023 04:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6887E0863; Tue, 4 Jul 2023 04:37:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1A8EE0863 for ; Tue, 4 Jul 2023 04:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 066B1340DA4 for ; Tue, 4 Jul 2023 04:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BECA6A for ; Tue, 4 Jul 2023 04:37:19 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1688445420.d0d949398e9f6dc56419f3e4682393acf03e08c6.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/desktop-notifier/Manifest dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild X-VCS-Directories: dev-python/desktop-notifier/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: d0d949398e9f6dc56419f3e4682393acf03e08c6 X-VCS-Branch: dev Date: Tue, 4 Jul 2023 04:37:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6a10226-a8f5-49ab-afac-a7eac340d9ab X-Archives-Hash: e8cf7d0238f24c31a06744a7451e2087 Message-ID: <20230704043719.OX4VXhC_MTse2V6wFh_lo00jSyBBl2hkxuPa4TW32T4@z> commit: d0d949398e9f6dc56419f3e4682393acf03e08c6 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Jul 4 04:37:00 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jul 4 04:37:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d94939 dev-python/desktop-notifier: drop 3.5.3 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/desktop-notifier/Manifest | 1 - .../desktop-notifier/desktop-notifier-3.5.3.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest index a83fa2f1f..e034c365f 100644 --- a/dev-python/desktop-notifier/Manifest +++ b/dev-python/desktop-notifier/Manifest @@ -1,2 +1 @@ -DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f DIST desktop-notifier-3.5.4.tar.gz 29763 BLAKE2B 0fdac4d6a52a54720fef43050d9374c6c57c05f270d2ff8adcbf9e8df4b059c10e9820bbf3f00406b7698deaa0b5d353c1c78b937eab7107d24008939809c08f SHA512 bc7f5bd3048489e646f34b8397aa97988ca839424675369157094f84439f9616e4463aee79912f2a74c810b98d0ceed699920748e6af2ef2debd2cd25c039944 diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild deleted file mode 100644 index 3d2b20f5a..000000000 --- a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications" -HOMEPAGE=" - https://desktop-notifier.readthedocs.io - https://pypi.org/project/desktop-notifier/ - https://github.com/samschott/desktop-notifier -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/wheel[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/dbus-next[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/build[${PYTHON_USEDEP}] -"