commit:     5ac4db8a39b0edc461a912d3265d0943c7135913
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 08:32:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 08:32:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac4db8a

dev-python/dbusmock: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dbusmock/Manifest               |  1 -
 dev-python/dbusmock/dbusmock-0.20.0.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/dbusmock/Manifest b/dev-python/dbusmock/Manifest
index 3b32f637d6c..15401a2ea53 100644
--- a/dev-python/dbusmock/Manifest
+++ b/dev-python/dbusmock/Manifest
@@ -1,2 +1 @@
-DIST dbusmock-0.20.0.tar.gz 72228 BLAKE2B 
704287414bf562bcda9c25c6febd6c4a7b0123c1c38dcbe00f5448dc94784eb6002825975f03b8633e253dd63b18126026c9630aa98fcd891d7e40eba207f123
 SHA512 
26660439801dbd4c2cdc146d67fa465ecfdfbe4dba4fbd163e0f00af415247d0ff502122d0a850b5bd6dde9f296dea601dcb180ba4bdd5d58966ee4ccdef8999
 DIST python-dbusmock-0.22.0.tar.gz 68626 BLAKE2B 
51b897ad95bc547afe6cd59abed243dcaecd3c6ce8c47825f3a2eeaf7364c5aba04d23247c876f748b071f30753a86da954493bc63f0ae503085974e7e769658
 SHA512 
2c3430f4178a16acc376ce582f4a1a9bbe8b917efcd7eee58dab85ee3addf60ba355ae9e7b318ec2cdf7ca771183c37d16520a1e5bcab8414c66e2d2a36d26fe

diff --git a/dev-python/dbusmock/dbusmock-0.20.0.ebuild 
b/dev-python/dbusmock/dbusmock-0.20.0.ebuild
deleted file mode 100644
index cb2f07211c8..00000000000
--- a/dev-python/dbusmock/dbusmock-0.20.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-MY_PN="python-${PN}"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Easily create mock objects on D-Bus for software testing"
-HOMEPAGE="https://github.com/martinpitt/python-dbusmock";
-SRC_URI="https://github.com/martinpitt/${MY_PN}/releases/download/${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-RDEPEND="
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       # broken by bluez5?
-       rm tests/test_bluez4.py || die
-       # needed for unittest discovery
-       > tests/__init__.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to