Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/maybe/
Date: Sun, 27 Jan 2019 12:36:55
Message-Id: 1548592568.d3ae15413d5d50d9491fec0583e75e317efbe577.pacho@gentoo
1 commit: d3ae15413d5d50d9491fec0583e75e317efbe577
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:24:02 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ae1541
7
8 dev-python/maybe: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/maybe/Manifest | 1 -
14 dev-python/maybe/maybe-0.3.0.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-python/maybe/Manifest b/dev-python/maybe/Manifest
18 index d519d947bc8..d7e75b15d6e 100644
19 --- a/dev-python/maybe/Manifest
20 +++ b/dev-python/maybe/Manifest
21 @@ -1,2 +1 @@
22 -DIST maybe-0.3.0.tar.gz 5738 BLAKE2B f41094425bbcbb1a691b7b56a667d840822b9a8ce717ae7dd503c214a11a0309f2c9311bc9c800b1bcc17838352ea066afcc48e22eaac2c1a1081cb652dc5c0e SHA512 512b7b5251c27a64891bd105599b5625331cb21d40dbf7d1b88b56375a5ead484f02f87da6410c01682c180218cae7b0df7a9f92ad7a69a862b333ee36265152
23 DIST maybe-0.4.0.tar.gz 6105 BLAKE2B 73052b156e8940769897b5b9505286d1b78cc156976445d5ebdceb6cbe503ce079872836ebaab5fda3fb77798909467af17bf37451eaf563ca9add7f2470aeb7 SHA512 39882c69375b408e809e899b997675c9395ddf50b8625fd04a0d78cbd041f6138e491b76578c8b530ba122b921c694bc27d256eab7485ea4638330f6e0411129
24
25 diff --git a/dev-python/maybe/maybe-0.3.0.ebuild b/dev-python/maybe/maybe-0.3.0.ebuild
26 deleted file mode 100644
27 index ef053715004..00000000000
28 --- a/dev-python/maybe/maybe-0.3.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="See what a program does before deciding whether you really want it to happen"
41 -HOMEPAGE="https://github.com/p-e-w/maybe https://pypi.org/project/maybe/"
42 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-python/blessings[${PYTHON_USEDEP}]
51 - dev-python/python-ptrace[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="${RDEPEND}
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 -"