Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/
Date: Fri, 25 Sep 2015 15:14:44
Message-Id: 1443193665.b47ff60fe351b3a6e9272777970bf261b127de4a.monsieurp@gentoo
1 commit: b47ff60fe351b3a6e9272777970bf261b127de4a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 15:05:24 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 15:07:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47ff60f
7
8 dev-python/decorator: Clean up old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/decorator/Manifest | 1 -
14 dev-python/decorator/decorator-3.4.2.ebuild | 28 ----------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
18 index 97e4d1a..6d8d24f 100644
19 --- a/dev-python/decorator/Manifest
20 +++ b/dev-python/decorator/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST decorator-3.4.2.tar.gz 6115 SHA256 7320002ce61dea6aa24adc945d9d7831b3669553158905cdd12f5d0027b54b44 SHA512 48e5c65ba4243310267e4a75660a55091d5d354e35f31c3c37d886bdf2f8bf915b54d829b9a0a8affe35920e1c981c41a06bcac0eaa8930b47a6ed1c68a71566 WHIRLPOOL 51b7afd6e91967783ffccab73b9a26fb53e103da5e9116621268828874bd6ace55c37f6ba5881bbdfd3593d017b5eaa42c9017c0cbaa88360af69a2368b7eef7
23 DIST decorator-4.0.2.tar.gz 64850 SHA256 1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206 SHA512 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3 WHIRLPOOL 1a4a31fe67d4cdfc58cb5486f83ee059a9211af5c5e48d57c9b22a24e08e5659a2e8b4519ecaba68fa603ef6e5a0756f69ee10fbe173d07ffe23204b579f2f18
24 DIST decorator-4.0.4.tar.gz 67150 SHA256 5ad0c10fad31648cffa15ee0640eee04bbb1b843a02de26ad3700740768cc3e1 SHA512 2c59091c41afdebd76ce0057a7183a969cd6cdadae5839d2ea5773814d435ab6f528acd6fccb02074ae23382e26fe73f8dab2b0b4c523de99b43d666292a23cf WHIRLPOOL e6ed224735839bc8232a6c94b674c1ecd4fb5558414219a54d56bc77536c467558ad8c5209c839622b590129136dfc33fa53ae85cc6b102c6e94b03fe2ed0285
25
26 diff --git a/dev-python/decorator/decorator-3.4.2.ebuild b/dev-python/decorator/decorator-3.4.2.ebuild
27 deleted file mode 100644
28 index 15f487f..0000000
29 --- a/dev-python/decorator/decorator-3.4.2.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_{3,4}} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Simplifies the usage of decorators for the average programmer"
42 -HOMEPAGE="https://pypi.python.org/pypi/decorator https://code.google.com/p/micheles/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND=""
52 -# This release is missing no less than 8 files
53 -
54 -#python_test() {
55 -# local t=documentation.py
56 -# python_is_python3 && t=documentation3.py
57 -#
58 -# "${PYTHON}" ${t} || die "Tests fail with ${EPYTHON}"
59 -#}