public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbusmock/
Date: Sun,  7 Jun 2020 21:28:36 +0000 (UTC)	[thread overview]
Message-ID: <1591565306.e6e109667bd15183fb9542ad827265d7834a8f0d.leio@gentoo> (raw)

commit:     e6e109667bd15183fb9542ad827265d7834a8f0d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 21:20:20 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 21:28:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e10966

dev-python/dbusmock: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-python/dbusmock/Manifest               |  1 -
 dev-python/dbusmock/dbusmock-0.18.2.ebuild | 46 ------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-python/dbusmock/Manifest b/dev-python/dbusmock/Manifest
index 27146fc4878..5a04fd13172 100644
--- a/dev-python/dbusmock/Manifest
+++ b/dev-python/dbusmock/Manifest
@@ -1,2 +1 @@
-DIST dbusmock-0.18.2.tar.gz 72031 BLAKE2B 44b46f05e48f1178fe95e44c83899bbef5bc64dcee856be1b332890893a5b901a03c236ad9a8cc6cf2ece83efbf5ec798551320a098736ff95c13951333ffaa3 SHA512 2421cea872e1d84db639cae0d6cc10c4b80ccf64903b7b3f437cb58ad8e3d957c30c871f9666a7a7774808b4b56d6116959ea03fdc8b575ed98023b77b61c8a0
 DIST dbusmock-0.18.3.tar.gz 72049 BLAKE2B b5ed8ebcae51fedec75fc810e07dc9a38223bcde541cbfddd5d3fbf1ad45d1458e6ad39c1fc69ee77165d751f978cb4483929e823eacbc99a7ae414aebf4d0f0 SHA512 6f7b42eae578ce03024b3b5cc85e82f04a467803f4c8b4cb5193454dcd849038f11e6ce5028ca9dd57ea5a9380c1b754d8fc644b4a24b51deee9e87b409115c3

diff --git a/dev-python/dbusmock/dbusmock-0.18.2.ebuild b/dev-python/dbusmock/dbusmock-0.18.2.ebuild
deleted file mode 100644
index 0e30599771c..00000000000
--- a/dev-python/dbusmock/dbusmock-0.18.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-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 ~ia64 ~ppc ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-	)"
-
-PATCHES=(
-	"${FILESDIR}"/0.18.2-disable-polkitd-tests.patch
-)
-
-python_test() {
-	nosetests --verbose || die "tests fail under ${EPYTHON}"
-}
-
-python_install_all() {
-	local DOCS=( NEWS README.rst )
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2020-06-07 21:28 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 21:28 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-24 17:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/dbusmock/ Sam James
2021-07-11 20:48 Sam James
2021-07-11  2:31 Sam James
2021-07-06 21:30 Sergei Trofimovich
2021-06-15  8:36 Michał Górny
2021-04-27 18:21 Michał Górny
2021-03-25  8:02 Michał Górny
2021-02-19  8:35 Michał Górny
2021-02-19  2:54 Sam James
2021-02-18 22:08 Sam James
2021-02-08  6:11 Sam James
2021-01-18 16:29 Sam James
2021-01-18 12:01 Michał Górny
2021-01-18 12:01 Michał Górny
2021-01-02 16:55 Michał Górny
2021-01-02  9:29 Michał Górny
2020-12-19 22:17 Michał Górny
2020-09-18 14:41 Michał Górny
2020-09-11 16:57 Sergei Trofimovich
2020-08-30 18:28 Sam James
2020-07-15 18:41 Michał Górny
2020-07-15 15:22 Michał Górny
2020-05-13 17:35 Sergei Trofimovich
2020-04-01 17:13 Sergei Trofimovich
2020-02-08 20:17 Matt Turner
2020-02-04 19:47 Michał Górny
2019-12-01 16:39 Mart Raudsepp
2019-10-09  8:27 Agostino Sarubbo
2019-05-29  0:32 Aaron Bauman
2018-09-14  8:28 Tobias Klausmann
2018-03-18  0:12 Matt Turner
2018-01-18  2:19 Mikle Kolyada
2017-12-17 20:19 Sergei Trofimovich
2017-09-12  8:11 Sergei Trofimovich
2017-09-12  8:11 Sergei Trofimovich
2017-08-29  8:13 Alexis Ballier
2017-08-28 20:44 Alexis Ballier
2017-08-08 20:58 Sergei Trofimovich
2017-07-01 11:20 Sergei Trofimovich
2017-06-03 16:15 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1591565306.e6e109667bd15183fb9542ad827265d7834a8f0d.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox