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 EF5E8138334 for ; Tue, 24 Jul 2018 23:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB87E085B; Tue, 24 Jul 2018 23:00:20 +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 D0A76E085B for ; Tue, 24 Jul 2018 23:00:19 +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 BA893335D6A for ; Tue, 24 Jul 2018 23:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF103353 for ; Tue, 24 Jul 2018 23:00:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1532473205.cecdd7aa897d287c40c3806d7d4775bdf186687b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eliot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eliot/Manifest dev-python/eliot/eliot-0.4.0.ebuild dev-python/eliot/metadata.xml X-VCS-Directories: dev-python/eliot/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: cecdd7aa897d287c40c3806d7d4775bdf186687b X-VCS-Branch: master Date: Tue, 24 Jul 2018 23:00:11 +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: 61fa1080-67b1-4547-bded-39b3779af173 X-Archives-Hash: 7454092a4324fb01d06e4c09404c19d5 commit: cecdd7aa897d287c40c3806d7d4775bdf186687b Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jul 24 22:59:13 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jul 24 23:00:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecdd7aa dev-python/eliot: remove last rited package Closes: https://bugs.gentoo.org/620082 dev-python/eliot/Manifest | 1 - dev-python/eliot/eliot-0.4.0.ebuild | 37 ------------------------------------- dev-python/eliot/metadata.xml | 9 --------- 3 files changed, 47 deletions(-) diff --git a/dev-python/eliot/Manifest b/dev-python/eliot/Manifest deleted file mode 100644 index b5e01f776b9..00000000000 --- a/dev-python/eliot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eliot-0.4.0.tar.gz 67581 BLAKE2B 6d453bfd9bce12cda235390a852bec479e8616bd328043c93e502f95ff967397884cb234ba735b53aad6e580390532912164d7dc5868da854e49f2c6a255dbf3 SHA512 f63b487905996bf06c2efccc66c5b9214e13d672f9c3ddcfa5f2a65dc909953b489111469251501efa2e46b3911b213ffe404c6fddfea92646e086e439fb6503 diff --git a/dev-python/eliot/eliot-0.4.0.ebuild b/dev-python/eliot/eliot-0.4.0.ebuild deleted file mode 100644 index f9fe661676b..00000000000 --- a/dev-python/eliot/eliot-0.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) -inherit distutils-r1 - -DESCRIPTION="Logging as Storytelling" -HOMEPAGE="https://github.com/ScatterHQ/eliot" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - " - -python_compile_all() { - emake -C "${S}/docs" man - use doc && emake -C "${S}/docs" html -} - -python_install_all() { - doman "${S}/docs/build/man/"* - use doc && dohtml -r "${S}/docs/build/html/"* -} - -python_test() { - py.test || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/eliot/metadata.xml b/dev-python/eliot/metadata.xml deleted file mode 100644 index 9f6846ff63e..00000000000 --- a/dev-python/eliot/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - eliot - hybridcluster/eliot - -