summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-07-25 01:59:13 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-07-25 02:00:05 +0300
commitcecdd7aa897d287c40c3806d7d4775bdf186687b (patch)
tree040ed9d347b1593ffad1ccb22bc5de3aff549e49 /dev-python
parentdev-python/requests-mock: bump to 1.5.2, add Python 3.7 (diff)
downloadgentoo-cecdd7aa897d287c40c3806d7d4775bdf186687b.tar.gz
gentoo-cecdd7aa897d287c40c3806d7d4775bdf186687b.tar.bz2
gentoo-cecdd7aa897d287c40c3806d7d4775bdf186687b.zip
dev-python/eliot: remove last rited package
Closes: https://bugs.gentoo.org/620082
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/eliot/Manifest1
-rw-r--r--dev-python/eliot/eliot-0.4.0.ebuild37
-rw-r--r--dev-python/eliot/metadata.xml9
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/eliot/Manifest b/dev-python/eliot/Manifest
deleted file mode 100644
index b5e01f776b93..000000000000
--- 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 f9fe661676b5..000000000000
--- 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 9f6846ff63e7..000000000000
--- a/dev-python/eliot/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">eliot</remote-id>
- <remote-id type="github">hybridcluster/eliot</remote-id>
- </upstream>
-</pkgmetadata>