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: Wed, 05 May 2021 17:06:00
Message-Id: 1620234336.1d94e1bfb4cf345b6c3f47962b9885a416b378f6.mgorny@gentoo
1 commit: 1d94e1bfb4cf345b6c3f47962b9885a416b378f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 13:35:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 17:05:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d94e1bf
7
8 dev-python/attrs: Bump to 20.3.0_p20210222 snapshot for py3.10
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.3.0_p20210222.ebuild | 34 ++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
17 index a3541fe64ce..09494bc15e8 100644
18 --- a/dev-python/attrs/Manifest
19 +++ b/dev-python/attrs/Manifest
20 @@ -1 +1,2 @@
21 +DIST attrs-03d3fc7a71fe770e1f86b9c3ad8588586e5ea63b.tar.gz 170688 BLAKE2B 1256cb115b3613929f9caf7f31907a51c9afdd5f6e0a10a172089e920d6604c41db3fb11726ab71a698b4ff9e6420e827d5ff25c4127ef7c6cf12536a66a9bb3 SHA512 3007f8c502c0bcd2481ffbbb00bec4ed677d1be9514e417670c4adb791dc67eee76b8a7c07a4a972cd4ece3291e2c996944bb1cdb282682086551cbd571a0011
22 DIST attrs-20.3.0.tar.gz 164523 BLAKE2B 66d2e038e485833f5033fbabe2ef9a6565e3f5f5e8530f2c70019e4f5bdfca51083ac6d0bbc9eb765f838070bc90e01db1c83ed6da113ced67300238e12b5f42 SHA512 640532c6b763fd96572e5d85e93c111bebc4c5e0ff9419fe92fb51280f03acb5f9f43339f57d30659e777d5578460675c60ec0a362f9ad433893e3624ce6a931
23
24 diff --git a/dev-python/attrs/attrs-20.3.0_p20210222.ebuild b/dev-python/attrs/attrs-20.3.0_p20210222.ebuild
25 new file mode 100644
26 index 00000000000..33b6eb24790
27 --- /dev/null
28 +++ b/dev-python/attrs/attrs-20.3.0_p20210222.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +EGIT_COMMIT=03d3fc7a71fe770e1f86b9c3ad8588586e5ea63b
40 +DESCRIPTION="Attributes without boilerplate"
41 +HOMEPAGE="
42 + https://github.com/python-attrs/attrs/
43 + https://attrs.readthedocs.io/
44 + https://pypi.org/project/attrs/"
45 +SRC_URI="
46 + https://github.com/python-attrs/attrs/archive/${EGIT_COMMIT}.tar.gz
47 + -> ${PN}-${EGIT_COMMIT}.tar.gz"
48 +S=${WORKDIR}/${PN}-${EGIT_COMMIT}
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +
54 +RDEPEND="
55 + dev-python/zope-interface[${PYTHON_USEDEP}]"
56 +BDEPEND="
57 + test? (
58 + $(python_gen_impl_dep sqlite)
59 + >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
60 + >=dev-python/pytest-4.3.0[${PYTHON_USEDEP}]
61 + )"
62 +
63 +distutils_enable_tests pytest