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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 993ED139694 for ; Sat, 10 Jun 2017 17:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE157E0E3A; Sat, 10 Jun 2017 17:23:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE782E0E3A for ; Sat, 10 Jun 2017 17:23:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D8AB3418CB for ; Sat, 10 Jun 2017 17:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33778747A for ; Sat, 10 Jun 2017 17:23:30 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1497115407.d539525863023e0fe442356701cc68b006cd0451.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-unittest-mock/Manifest dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild X-VCS-Directories: dev-python/backports-unittest-mock/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d539525863023e0fe442356701cc68b006cd0451 X-VCS-Branch: master Date: Sat, 10 Jun 2017 17:23:30 +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-Archives-Salt: 66c5780e-3d5f-4201-91bd-5564b0acaf5e X-Archives-Hash: ffe135f0b0a7658834a6e30f8d552106 commit: d539525863023e0fe442356701cc68b006cd0451 Author: Louis Sautier gmail com> AuthorDate: Sat Jun 10 14:28:32 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 10 17:23:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5395258 dev-python/backports-unittest-mock: remove old Closes: https://github.com/gentoo/gentoo/pull/4889 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/backports-unittest-mock/Manifest | 1 - .../backports-unittest-mock-1.1.1.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/backports-unittest-mock/Manifest b/dev-python/backports-unittest-mock/Manifest index e75c49a9af1..8dc7fc3b2af 100644 --- a/dev-python/backports-unittest-mock/Manifest +++ b/dev-python/backports-unittest-mock/Manifest @@ -1,3 +1,2 @@ -DIST backports.unittest_mock-1.1.1.tar.gz 3255 SHA256 641bd99befaa09834df2aa5f01a0db27c782758e06d46831bfae6ff91dc5d1be SHA512 82872d9ada74b7e64792b29cd49177d5c54ffd64260ce17628df7df08e9e16ee1456d9f80eacacebb43a5e51ad93868cd49bee84209cf6682385e746bcfc90c4 WHIRLPOOL e1c1728a6a2aa0a2ec58a57b23874deb1167d2e3599a20d5e1331ab97e34798519956cb5b20bed735c7a714b6d258944f32144997a9763462c3d373e28a68267 DIST backports.unittest_mock-1.2.1.tar.gz 4580 SHA256 3a333a7a7641e4c7657c6086d117f88c61c96249b80dd7aa66eba0806a55a393 SHA512 36218fe1117d62cc1aeea576c6220be7b8dd76b800776001756d157528ff7760791c513751a221ba84790c5b60b8ce62ab2ef17f4d359dd026211dc9c5cbcd5e WHIRLPOOL 1ef33a0537331a2564498e7240bb27c0128fa42ed94f76ec6876e83ea0a0ee27e7b425f44a642b4fe9609d4dcf086bd099ba8666aeaeed589d56d1cd263ed1f5 DIST backports.unittest_mock-1.3.tar.gz 4687 SHA256 c6d964d75112051576daa60746cc6a66afcdc43f13ea2bda175ca8e278e9b375 SHA512 71741db5c2e43beac8c72dbffa0efd4bbae140177f56c3b2bca3e13a3aebd8a418b5ad7654421899980f73b8dbfb3b02d85d2dfcd7b3827047fa6ba84a8dcfff WHIRLPOOL bd20ee64f45d84274e1ab51aa3df50c66068517f4cd144bea381648433ba62d2fb91b4def06d06403e9d2435980c08d2ca6ddd37270c45ace735401085470f8f diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild deleted file mode 100644 index 532b7d54650..00000000000 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# It is the developer's intention that backports.unittest_mock will be -# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -MY_PN="${PN/-/.}" -MY_PN="${MY_PN//-/_}" -DESCRIPTION="Backport of unittest.mock" -HOMEPAGE="https://github.com/jaraco/backports.unittest_mock" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/mock[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - >=dev-python/pytest-2.8[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - ) -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - py.test || die "tests failed with ${EPYTHON}" -}