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 DEDEB138334 for ; Fri, 27 Dec 2019 18:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAA3E0A91; Fri, 27 Dec 2019 18:52:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95E47E0A91 for ; Fri, 27 Dec 2019 18:52:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A27E834DC2D for ; Fri, 27 Dec 2019 18:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E493F78 for ; Fri, 27 Dec 2019 18:52:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577472740.e3eba4a4bf8e7c60f9d1508d82d388725f1bdf68.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fudge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fudge/Manifest dev-python/fudge/fudge-0.9.6-r1.ebuild X-VCS-Directories: dev-python/fudge/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e3eba4a4bf8e7c60f9d1508d82d388725f1bdf68 X-VCS-Branch: master Date: Fri, 27 Dec 2019 18:52:44 +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: 0b4c648e-ae7d-406b-9e04-ca2e96500f31 X-Archives-Hash: f72a656ceeb421ecf704f6d5ea6c27a6 commit: e3eba4a4bf8e7c60f9d1508d82d388725f1bdf68 Author: David Seifert gentoo org> AuthorDate: Fri Dec 27 18:52:20 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 27 18:52:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eba4a4 dev-python/fudge: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/fudge/Manifest | 1 - dev-python/fudge/fudge-0.9.6-r1.ebuild | 40 ---------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/fudge/Manifest b/dev-python/fudge/Manifest index 020cfd7125f..75a79fdecdc 100644 --- a/dev-python/fudge/Manifest +++ b/dev-python/fudge/Manifest @@ -1,2 +1 @@ -DIST fudge-0.9.6.tar.gz 81653 BLAKE2B 106a0c774f9eb2f90beabfa1d84f55febaafa6c6e650b8d194464d9b7bdcf3b3ed18b943d0b7cad143f87febc75047d956d66521675c1f917f7835bf8585edd2 SHA512 69b2fa5bdd678779c0a8d9863a67e1e6724828720d2764f9f8958bc3598dcf39b22f9827efccb03014961d27d6e214c2125f639bab200b63c824c2306e3bb617 DIST fudge-1.1.0.tar.gz 86418 BLAKE2B 3264b693bb8d4e8a0849c480b48ee79e4e99a88a819f94bfab9c098fd8ccef1171f3f0a8ca7632f29b2c22998d0847e53fcc613bbdf8ac4c1fe33aeae406997c SHA512 061d9303d28509d4e22eb2036d041359f872be85911dd85bb16e4d13bfc1cf27637f8206f215f4a37d63108ab2500d2af3f6a1a3e206fe461ead9163e0519417 diff --git a/dev-python/fudge/fudge-0.9.6-r1.ebuild b/dev-python/fudge/fudge-0.9.6-r1.ebuild deleted file mode 100644 index 91e4234c05d..00000000000 --- a/dev-python/fudge/fudge-0.9.6-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing" -HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.org/project/fudge/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare_all() { - find -name "._*" -delete || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - nosetests -w "${BUILD_DIR}"/lib \ - || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}