From 5c5f72117ff4ba09983da82fcd5e969896dbd58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 24 Jul 2023 16:22:39 +0200 Subject: [PATCH] dev-python/pydbus: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pydbus/Manifest | 1 - dev-python/pydbus/pydbus-0.6.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) delete mode 100644 dev-python/pydbus/pydbus-0.6.0.ebuild diff --git a/dev-python/pydbus/Manifest b/dev-python/pydbus/Manifest index 8ceab61cc6f1a..fd833fda4be2d 100644 --- a/dev-python/pydbus/Manifest +++ b/dev-python/pydbus/Manifest @@ -1,2 +1 @@ DIST pydbus-0.6.0.gh.tar.gz 2083046 BLAKE2B 65b50b272b004b30411ff396a9c50d8602485f281100467e2c75ed300cdb0a83532a354a62ef1a8e7ee38a41af243ea7de7a5e80232cfc7c79540e8ed71741c6 SHA512 65ac490dd44ad0aba0b3ea5c58cf6a99bd9de0ce86c6f03b9696335fb2d3f63df0e2e23a022d31d0185f7b8307bcc0f6e230efecc31199fc177f9a8a25929ad7 -DIST pydbus-0.6.0.tar.gz 2083046 BLAKE2B 65b50b272b004b30411ff396a9c50d8602485f281100467e2c75ed300cdb0a83532a354a62ef1a8e7ee38a41af243ea7de7a5e80232cfc7c79540e8ed71741c6 SHA512 65ac490dd44ad0aba0b3ea5c58cf6a99bd9de0ce86c6f03b9696335fb2d3f63df0e2e23a022d31d0185f7b8307bcc0f6e230efecc31199fc177f9a8a25929ad7 diff --git a/dev-python/pydbus/pydbus-0.6.0.ebuild b/dev-python/pydbus/pydbus-0.6.0.ebuild deleted file mode 100644 index d8a1f968e26df..0000000000000 --- a/dev-python/pydbus/pydbus-0.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Pythonic DBus library" -HOMEPAGE="https://github.com/LEW21/pydbus" -SRC_URI="https://github.com/LEW21/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64" -SLOT="0" - -RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - sys-apps/dbus -" - -python_test() { - sh tests/run.sh "${PYTHON}" || die -}