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/attrs/
Date: Fri, 21 Aug 2020 02:48:01
Message-Id: 1597976693.ad38c404c78bd9f097379a31d13f8edb975d60ba.mgorny@gentoo
1 commit: ad38c404c78bd9f097379a31d13f8edb975d60ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 02:24:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 02:24:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad38c404
7
8 dev-python/attrs: Bump to 20.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/attrs/Manifest | 1 +
13 dev-python/attrs/attrs-20.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
17 index ba7161de9d2..007db1b35f9 100644
18 --- a/dev-python/attrs/Manifest
19 +++ b/dev-python/attrs/Manifest
20 @@ -1 +1,2 @@
21 DIST attrs-19.3.0.tar.gz 132477 BLAKE2B 6577f39fc15c9e70f0f76ba358099e83c57e226574cb11dbe83747f12e285a284e9d1a218fc1670e0d08be550d42c67cde132604b2cf385d1ee25bda7e57e79a SHA512 b5b641e6732156d1454ed6c49e3a6b29200a8d3f1515fb59aeb85fcb5e9ab6a1d760904de45083cae5250e7bf1a7aa2c1f3ede217240a63f989ae4bb484f2511
22 +DIST attrs-20.1.0.tar.gz 160766 BLAKE2B 65170484648318b9e6466789a9d212475dd8233c2d89fdd7bdf3b24dab4fd5018f981f30a0fa0df83271a8bcc915f13b03a55e7e42da2e1d8a3a0684430107be SHA512 0be286c9263ea26fbb29a89a1c9a37577577b1147cbf440de257a3652147bcb559c8fc4118a900cef558b9f49b59074a276c8a4843f3e8829278eaae5b70e913
23
24 diff --git a/dev-python/attrs/attrs-20.1.0.ebuild b/dev-python/attrs/attrs-20.1.0.ebuild
25 new file mode 100644
26 index 00000000000..8f8f2085fd4
27 --- /dev/null
28 +++ b/dev-python/attrs/attrs-20.1.0.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Attributes without boilerplate"
40 +HOMEPAGE="
41 + https://github.com/python-attrs/attrs
42 + https://attrs.readthedocs.org/
43 + https://pypi.org/project/attrs/"
44 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 +
50 +RDEPEND="
51 + dev-python/zope-interface[${PYTHON_USEDEP}]"
52 +BDEPEND="
53 + test? (
54 + $(python_gen_impl_dep sqlite)
55 + >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
56 + >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
57 + )"
58 +
59 +distutils_enable_tests pytest