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: Fri, 29 Nov 2019 19:54:56
Message-Id: 1575057272.5507a80bd8dd0ae99ef076787fc04449c0395ba5.mgorny@gentoo
1 commit: 5507a80bd8dd0ae99ef076787fc04449c0395ba5
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 10 07:25:28 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 19:54:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5507a80b
7
8 dev-python/decorator: bump v4.4.1
9
10 move dev-python/setuptools to BDEPEND
11 use distutils_enable_tests for tests
12
13 Closes: https://bugs.gentoo.org/683106
14 Closes: https://bugs.gentoo.org/683076
15
16 Package-Manager: Portage-2.3.79, Repoman-2.3.18
17 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
18 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
19
20 dev-python/decorator/Manifest | 1 +
21 dev-python/decorator/decorator-4.4.1.ebuild | 21 +++++++++++++++++++++
22 2 files changed, 22 insertions(+)
23
24 diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest
25 index 25316611308..8fc496b21d5 100644
26 --- a/dev-python/decorator/Manifest
27 +++ b/dev-python/decorator/Manifest
28 @@ -1,2 +1,3 @@
29 DIST decorator-4.3.2.tar.gz 34892 BLAKE2B 49485ec0ae25947b27dbc23c8f17194bf5b03778e7e43524e561c320487e1b6830a1ab39e9fba2a154e1cd00155af779965e497724f01d81d301a0ca979ba058 SHA512 87102e1b314086d008c48bf53f1061b28fdbd3ccd3d301773102fd43e3a4ce8b5ffeb9107fb5d5f47b7bd45c26e5b3b2913ea20745ffc9b274e2c0b24a69ef70
30 DIST decorator-4.4.0.tar.gz 34559 BLAKE2B ed8cad0081ca47cef15f30d10afda1d19dd496f482a4621a1a349d0b5fa63d41ea4daee389d21b8b176be09949f8519c117a448003b2e8ee5f5c2d50d3015cac SHA512 32c35c80581cb7fd0b2461d21c7eb14190294b2ccc9f92749b6bc74449f7d02a26281e9a2817f6f16871a6cddb7b02b8fae8119c22256fe43a6aaa31a7599dd5
31 +DIST decorator-4.4.1.tar.gz 33350 BLAKE2B 75544aeb6dd995edc091515da70f4bfff8a12a02442b47c945d4ab18e90eb48647cdc86540de542ff3357cb2114eebdefead7edeeba25587a15fb1e7c87519c6 SHA512 12378702246b212d5fe0153dc97cafdb2afd4779c51fd224385e3c3562e1a1e3439574aa7c37c8521fe5f86a5f0b4d4b3075e0407cc249f8fa4b341e1ebe06e0
32
33 diff --git a/dev-python/decorator/decorator-4.4.1.ebuild b/dev-python/decorator/decorator-4.4.1.ebuild
34 new file mode 100644
35 index 00000000000..c7eead64caa
36 --- /dev/null
37 +++ b/dev-python/decorator/decorator-4.4.1.ebuild
38 @@ -0,0 +1,21 @@
39 +# Copyright 1999-2019 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
44 +
45 +inherit distutils-r1
46 +
47 +DESCRIPTION="Simplifies the usage of decorators for the average programmer"
48 +HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/"
49 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 +
51 +LICENSE="BSD"
52 +SLOT="0"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
54 +
55 +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
56 +
57 +DOCS=( CHANGES.md )
58 +
59 +distutils_enable_tests setup.py