Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/
Date: Wed, 03 Jan 2018 09:11:57
Message-Id: 1514970682.5738c771fc548b2be5be0645d8d819827eb39b0f.mgorny@gentoo
1 commit: 5738c771fc548b2be5be0645d8d819827eb39b0f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:50:57 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5738c771
7
8 dev-python/decorator: Clean old up
9
10 dev-python/decorator/Manifest | 3 ---
11 dev-python/decorator/decorator-4.0.10.ebuild | 30 ----------------------------
12 dev-python/decorator/decorator-4.0.11.ebuild | 30 ----------------------------
13 dev-python/decorator/decorator-4.0.2.ebuild | 29 ---------------------------
14 4 files changed, 92 deletions(-)
15
16 diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
17 index 622aa354fc9..51741f81069 100644
18 --- a/dev-python/decorator/Manifest
19 +++ b/dev-python/decorator/Manifest
20 @@ -1,4 +1 @@
21 -DIST decorator-4.0.10.tar.gz 68560 BLAKE2B 85de8f13d0f766154412a8e6b6352354fb8bfc35fd3c5d03149b0863f0862d0d92447602cad88d47fca78e67887dc31336a98ad569d14e25c36e5a2f1a874a39 SHA512 612c2eafe16536c9b5eda07ea44999d868decbc38beb4207ab3f82325bafd346c431f9c9028f63bbf24573300a81dfb9446a51dee50bb34dc8b478088a541f73
22 -DIST decorator-4.0.11.tar.gz 70616 BLAKE2B cd8beb1062a209813ca70a218d4857d1d9d2fb8516149dcd44a246c2974450e64ecdefbd192f529bf3fb1af14469179e5b5742c18dd619d038d5aa7782edae4e SHA512 acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c
23 -DIST decorator-4.0.2.tar.gz 64850 BLAKE2B 58ac424bc0dd6bf4494ccf23fa237011379a820c64833e42f57d428614b2094957b92467db715f7c199af17968b10e77b604ebe202e281f18ede8fe2f4d454eb SHA512 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3
24 DIST decorator-4.1.2.tar.gz 32325 BLAKE2B 19754506bf18f03748d61fe3cf85e13e91f5a7b4b3550cf087b1c9506fa2d10a4fb6c32914f7c2078a74ac34f5ffaf0edf8b15aa1f46d2eafa91926c40430dba SHA512 4a4b9dc39de9b3f00eae9b6829136f5d836355d3d719371440f69c33fdddf73636e9faaa8fc35829c64d5c5a61d968ea427267da944c524c22ad08b69fb6f0ff
25
26 diff --git a/dev-python/decorator/decorator-4.0.10.ebuild b/dev-python/decorator/decorator-4.0.10.ebuild
27 deleted file mode 100644
28 index 9e4800ec9dc..00000000000
29 --- a/dev-python/decorator/decorator-4.0.10.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
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://github.com/micheles/decorator"
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="doc"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -DOCS=( docs/README.rst )
53 -
54 -python_test() {
55 - "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
56 -}
57 -
58 -python_install_all() {
59 - use doc && dodoc documentation.pdf
60 - distutils-r1_python_install_all
61 -}
62
63 diff --git a/dev-python/decorator/decorator-4.0.11.ebuild b/dev-python/decorator/decorator-4.0.11.ebuild
64 deleted file mode 100644
65 index 4fd7970cccc..00000000000
66 --- a/dev-python/decorator/decorator-4.0.11.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Simplifies the usage of decorators for the average programmer"
79 -HOMEPAGE="https://pypi.python.org/pypi/decorator https://github.com/micheles/decorator"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
85 -IUSE="doc"
86 -
87 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
88 -
89 -DOCS=( docs/README.rst )
90 -
91 -python_test() {
92 - "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
93 -}
94 -
95 -python_install_all() {
96 - use doc && dodoc documentation.pdf
97 - distutils-r1_python_install_all
98 -}
99
100 diff --git a/dev-python/decorator/decorator-4.0.2.ebuild b/dev-python/decorator/decorator-4.0.2.ebuild
101 deleted file mode 100644
102 index f438984520f..00000000000
103 --- a/dev-python/decorator/decorator-4.0.2.ebuild
104 +++ /dev/null
105 @@ -1,29 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
111 -
112 -inherit distutils-r1
113 -
114 -DESCRIPTION="Simplifies the usage of decorators for the average programmer"
115 -HOMEPAGE="https://pypi.python.org/pypi/decorator https://code.google.com/p/micheles/"
116 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
121 -IUSE="doc"
122 -
123 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
124 -
125 -DOCS=( docs/README.rst )
126 -
127 -python_test() {
128 - "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
129 -}
130 -
131 -python_install_all() {
132 - use doc && dodoc documentation.pdf
133 - distutils-r1_python_install_all
134 -}