Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reno/
Date: Mon, 31 Jul 2017 03:41:43
Message-Id: 1501472483.422c096479c75417b85f1c5eb841c154858b5029.prometheanfire@gentoo
1 commit: 422c096479c75417b85f1c5eb841c154858b5029
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 03:38:34 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 03:41:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422c0964
7
8 dev-python/reno: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/reno/Manifest | 2 --
13 dev-python/reno/reno-1.2.0.ebuild | 27 ---------------------------
14 dev-python/reno/reno-1.8.0.ebuild | 27 ---------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/reno/Manifest b/dev-python/reno/Manifest
18 index b93e879cd82..9feb9110d6a 100644
19 --- a/dev-python/reno/Manifest
20 +++ b/dev-python/reno/Manifest
21 @@ -1,3 +1 @@
22 -DIST reno-1.2.0.tar.gz 23725 SHA256 8f2c4f9b8325e6de4a5a2a98169b2906bd2479cc2c66b97cd6899da455425fd3 SHA512 61abf852504ab9ace324efc70bbe4bf5ce226175a4375f37466ebbe011cb65c7d306d69cd90a5e152f03d60f578be02d57a3805647a486e44dccf59b17595083 WHIRLPOOL 4a25f46b2a3c7693642104402db8bc024c82d19e3d8e3a11c899485aa7acd005a868a31665a0bb827f4922869c08297d63bdba5df76f0bf81cf8b95b2faa35db
23 -DIST reno-1.8.0.tar.gz 33367 SHA256 fa8e478fe070b6f658fa4868941449cc6dca7b08f520756dcebed2c87e070fdf SHA512 b8254cddd713d85dbbbedfaca864950093a2194e3a2e9754e5fb2490b2434d808dc3ae3659e901df0cf5ce7f33d6bf07d1c39fc086526a127643636199420d64 WHIRLPOOL 3c6e288af413ddf97be057278bec4ecbdda0fd1e80b29f52b20f3ccd6212090e16842e98a50e5dbe65260cb279112d87af3ee00aeb5371bc0dbb374a378e501c
24 DIST reno-2.2.1.tar.gz 56013 SHA256 2feebbeb0fa0cfd4cd19d7fba5bdd334a10a82515b1d8c3c5fc732c076c84ec7 SHA512 278a7a43168f9467342f25c3eb8692e119cac285940b5d3f5a13f8f45acaffde962d2eeac720f2e5d824d085446fe5d660ef7082f95dd3c0360d594de5a65fb1 WHIRLPOOL 30203bbb1f1f8749e43b4c5a3cfe2dd3bfbd5ecf63b9fbcd6a47e8f148d58cd02c895311557919f4e2e27fafda326162edc9df77f71fb3c258b5dc1a6e7295ce
25
26 diff --git a/dev-python/reno/reno-1.2.0.ebuild b/dev-python/reno/reno-1.2.0.ebuild
27 deleted file mode 100644
28 index 7c5540e27cd..00000000000
29 --- a/dev-python/reno/reno-1.2.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A release notes manager for storing release notes in a git repository and building documentation"
41 -HOMEPAGE="https://pypi.python.org/pypi/reno"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm64 x86"
47 -IUSE=""
48 -
49 -CDEPEND="
50 - >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
51 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - ${CDEPEND}"
55 -RDEPEND="
56 - ${CDEPEND}
57 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]"
59
60 diff --git a/dev-python/reno/reno-1.8.0.ebuild b/dev-python/reno/reno-1.8.0.ebuild
61 deleted file mode 100644
62 index af12d38a80a..00000000000
63 --- a/dev-python/reno/reno-1.8.0.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Release notes manager, storing release notes in a git repo and building docs"
75 -HOMEPAGE="https://pypi.python.org/pypi/reno"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="Apache-2.0"
79 -SLOT="0"
80 -KEYWORDS="amd64 ~arm64 x86"
81 -IUSE=""
82 -
83 -CDEPEND="
84 - >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
85 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
86 -DEPEND="
87 - dev-python/setuptools[${PYTHON_USEDEP}]
88 - ${CDEPEND}"
89 -RDEPEND="
90 - ${CDEPEND}
91 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
92 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]"