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 3F1541382C5 for ; Wed, 16 May 2018 15:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C875E0898; Wed, 16 May 2018 15:58:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4A707E0898 for ; Wed, 16 May 2018 15:58:19 +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 072CB335C75 for ; Wed, 16 May 2018 15:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9208E29B for ; Wed, 16 May 2018 15:58:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526486216.5b12cf397e8d9a812f3377a058a5db5ecd3980bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython_genutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython_genutils/Manifest dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild X-VCS-Directories: dev-python/ipython_genutils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b12cf397e8d9a812f3377a058a5db5ecd3980bc X-VCS-Branch: master Date: Wed, 16 May 2018 15:58:16 +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: 9ac37997-4907-444a-b880-acb5af4863f7 X-Archives-Hash: 133b3d9e9fa3601fe75778fc6d08d9c8 commit: 5b12cf397e8d9a812f3377a058a5db5ecd3980bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 13:34:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 16 15:56:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b12cf39 dev-python/ipython_genutils: Drop old Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/ipython_genutils/Manifest | 1 - .../ipython_genutils/ipython_genutils-0.1.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/ipython_genutils/Manifest b/dev-python/ipython_genutils/Manifest index d9111aac3bd..83b179fdcc7 100644 --- a/dev-python/ipython_genutils/Manifest +++ b/dev-python/ipython_genutils/Manifest @@ -1,2 +1 @@ -DIST ipython_genutils-0.1.0.tar.gz 22255 BLAKE2B ee24a3b226894d51c36d2e3e7ec5a0422c571b46670d7822f0555b2f5551be176560e76682d4c7e7e167cd0bbd9b321d4dd936495ee824c7e49a4d5aab1a9f85 SHA512 714f850783d5e3c042da409217c0e213cbce249a42fd689c3559745861a991fecb5dbf98a012a4186053d9bb7ca4d52dad742b676eeb5163bc4dfbf256181081 DIST ipython_genutils-0.2.0.tar.gz 22208 BLAKE2B 1a898e11cec26787f530f72e2d2a79e7834664e0f6be6a27ddd426bc2d0b3f39ee46e9ea10ad03e01a08054873c9752007038e863d7dd9e501613a68e40e1635 SHA512 0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095 diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild deleted file mode 100644 index 438b767b115..00000000000 --- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Vestigial utilities from IPython" -HOMEPAGE="https://github.com/ipython/ipython_genutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" -IUSE="test" - -DEPEND=" - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - ) - " - -python_test() { - nosetests --with-coverage --cover-package=ipython_genutils ipython_genutils || die -}