Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff-tablib/
Date: Sun, 09 Sep 2018 23:05:41
Message-Id: 1536534111.9714feb6df063bbcb0fca04b9c2d9c1730e6a278.vdupras@gentoo
1 commit: 9714feb6df063bbcb0fca04b9c2d9c1730e6a278
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 23:01:51 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 23:01:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9714feb6
7
8 dev-python/cliff-tablib: remove old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild | 27 ----------------------
13 dev-python/cliff-tablib/cliff-tablib-1.1.ebuild | 27 ----------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild
17 deleted file mode 100644
18 index 47cfc031561..00000000000
19 --- a/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output for the cliff framework"
31 -HOMEPAGE="https://github.com/dreamhost/cliff-tablib"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -KEYWORDS="amd64 ~x86"
35 -IUSE="doc examples"
36 -LICENSE="Apache-2.0"
37 -SLOT="0"
38 -
39 -RDEPEND="dev-python/tablib[${PYTHON_USEDEP}]
40 - dev-python/cliff[${PYTHON_USEDEP}]"
41 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
42 -
43 -python_install_all() {
44 - # Use IUSE examples for installing the demoapp
45 - use examples && local EXAMPLES=( demoapp/. )
46 - use doc && local HTML_DOCS=( docs/build/html/. )
47 - distutils-r1_python_install_all
48 -}
49
50 diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild
51 deleted file mode 100644
52 index 69bd1a347ff..00000000000
53 --- a/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild
54 +++ /dev/null
55 @@ -1,27 +0,0 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=5
60 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output for the cliff framework"
65 -HOMEPAGE="https://github.com/dreamhost/cliff-tablib"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -KEYWORDS="amd64 x86"
69 -IUSE="doc examples"
70 -LICENSE="Apache-2.0"
71 -SLOT="0"
72 -
73 -RDEPEND="dev-python/tablib[${PYTHON_USEDEP}]
74 - dev-python/cliff[${PYTHON_USEDEP}]"
75 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
76 -
77 -python_install_all() {
78 - # Use IUSE examples for installing the demoapp
79 - use examples && local EXAMPLES=( demoapp/. )
80 - use doc && local HTML_DOCS=( docs/build/html/. )
81 - distutils-r1_python_install_all
82 -}