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: Thu, 26 Mar 2020 20:35:23
Message-Id: 1585254883.5a644212a71cae8f9c27acb536b6552c9f84eaa9.mgorny@gentoo
1 commit: 5a644212a71cae8f9c27acb536b6552c9f84eaa9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:22:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:34:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a644212
7
8 dev-python/decorator: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/decorator/Manifest | 2 --
13 dev-python/decorator/decorator-4.3.2.ebuild | 24 ------------------------
14 dev-python/decorator/decorator-4.4.0.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
18 index 1f837e53524..2d25674b378 100644
19 --- a/dev-python/decorator/Manifest
20 +++ b/dev-python/decorator/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST decorator-4.3.2.tar.gz 34892 BLAKE2B 49485ec0ae25947b27dbc23c8f17194bf5b03778e7e43524e561c320487e1b6830a1ab39e9fba2a154e1cd00155af779965e497724f01d81d301a0ca979ba058 SHA512 87102e1b314086d008c48bf53f1061b28fdbd3ccd3d301773102fd43e3a4ce8b5ffeb9107fb5d5f47b7bd45c26e5b3b2913ea20745ffc9b274e2c0b24a69ef70
23 -DIST decorator-4.4.0.tar.gz 34559 BLAKE2B ed8cad0081ca47cef15f30d10afda1d19dd496f482a4621a1a349d0b5fa63d41ea4daee389d21b8b176be09949f8519c117a448003b2e8ee5f5c2d50d3015cac SHA512 32c35c80581cb7fd0b2461d21c7eb14190294b2ccc9f92749b6bc74449f7d02a26281e9a2817f6f16871a6cddb7b02b8fae8119c22256fe43a6aaa31a7599dd5
24 DIST decorator-4.4.1.tar.gz 33350 BLAKE2B 75544aeb6dd995edc091515da70f4bfff8a12a02442b47c945d4ab18e90eb48647cdc86540de542ff3357cb2114eebdefead7edeeba25587a15fb1e7c87519c6 SHA512 12378702246b212d5fe0153dc97cafdb2afd4779c51fd224385e3c3562e1a1e3439574aa7c37c8521fe5f86a5f0b4d4b3075e0407cc249f8fa4b341e1ebe06e0
25 DIST decorator-4.4.2.tar.gz 33629 BLAKE2B 5b2c6a1b6aba293d4b93444d4613e3c9af16bd9d6d80ae9eb21112a4a16397ff67e1f648e8118beeb7d17755a2f1bd37b867f73129c42ef7f8654d1c1f609e5f SHA512 c068efd4e70764ac447b772c9c29625c2180dad256b2b4e46a50a8479fc1d7de09b114c2ba11bb37dd58774ed9460d2e0ea9fa76061833a2d3c2676ac91a0db1
26
27 diff --git a/dev-python/decorator/decorator-4.3.2.ebuild b/dev-python/decorator/decorator-4.3.2.ebuild
28 deleted file mode 100644
29 index dd896daf00e..00000000000
30 --- a/dev-python/decorator/decorator-4.3.2.ebuild
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Simplifies the usage of decorators for the average programmer"
42 -HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/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 arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
48 -IUSE="doc"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -DOCS=( README.rst )
53 -
54 -python_test() {
55 - "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
56 -}
57
58 diff --git a/dev-python/decorator/decorator-4.4.0.ebuild b/dev-python/decorator/decorator-4.4.0.ebuild
59 deleted file mode 100644
60 index fd5910cf4b5..00000000000
61 --- a/dev-python/decorator/decorator-4.4.0.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Simplifies the usage of decorators for the average programmer"
73 -HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -LICENSE="BSD"
77 -SLOT="0"
78 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
79 -IUSE="doc"
80 -
81 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
82 -
83 -DOCS=( CHANGES.md )
84 -
85 -python_test() {
86 - esetup.py test
87 -}