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/voluptuous/
Date: Tue, 11 Oct 2016 18:45:14
Message-Id: 1476211489.64ca698a0e6a53680f0de13f4142788e45f96cc7.prometheanfire@gentoo
1 commit: 64ca698a0e6a53680f0de13f4142788e45f96cc7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 18:44:49 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 18:44:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ca698a
7
8 dev-python/voluptuous: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/voluptuous/Manifest | 1 -
13 dev-python/voluptuous/voluptuous-0.8.8.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
17 index 1701f06..eaecc90 100644
18 --- a/dev-python/voluptuous/Manifest
19 +++ b/dev-python/voluptuous/Manifest
20 @@ -1,2 +1 @@
21 -DIST voluptuous-0.8.8.tar.gz 27543 SHA256 d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938 SHA512 78f7e24f222cffeb3b35ba02e4d6ab66d5af3c0ed594eb4467fea9009f6263ea8fc0b49cf16603da05b7a97bcec6dabbf5259a8ebd2019ba320707e0fd907c54 WHIRLPOOL 610c61e73e6b866598cc58c12f0822a803acefb6ff13fc33ef29aa205a0704215d9c5a05ec88f5874a8bd23fe2420dd5d097009e564172d277149b8243575d5e
22 DIST voluptuous-0.9.3.tar.gz 34097 SHA256 ed5a11fda273754caabb6becd5fe172ee2621cd2c8ff8279433173bb7b0ec568 SHA512 1c82f9fdca1751fb3e5fa1a0c956e40e3c5ba76623a97f38dee7511c4dac430432f8f0469e1b08d6057056905643f98cc5b19c040386eb5c897dec1940c4eb45 WHIRLPOOL 28c93db7c36af86bb92635852a2c4e0fe62a42a0eff30d2d019ca54c4541f27fa13ef611a77da0ba6d8393eaf807911d8abd62a35614c3a7b7837dc3a343c927
23
24 diff --git a/dev-python/voluptuous/voluptuous-0.8.8.ebuild b/dev-python/voluptuous/voluptuous-0.8.8.ebuild
25 deleted file mode 100644
26 index f3340c1..00000000
27 --- a/dev-python/voluptuous/voluptuous-0.8.8.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Python data validation library."
40 -HOMEPAGE="https://github.com/alecthomas/voluptuous"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -RDEPEND=""