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/autoprop/
Date: Tue, 31 May 2022 06:18:53
Message-Id: 1653977922.0c7cb11eb53e16ed2f567fb22c3a20d42fdf5d45.mgorny@gentoo
1 commit: 0c7cb11eb53e16ed2f567fb22c3a20d42fdf5d45
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 05:49:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 06:18:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7cb11e
7
8 dev-python/autoprop: Bump to 4.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/autoprop/Manifest | 1 +
13 dev-python/autoprop/autoprop-4.1.0.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/autoprop/Manifest b/dev-python/autoprop/Manifest
17 index 4002b7bd201c..58f02c9cc9ea 100644
18 --- a/dev-python/autoprop/Manifest
19 +++ b/dev-python/autoprop/Manifest
20 @@ -1 +1,2 @@
21 DIST autoprop-4.0.2.tar.gz 20050 BLAKE2B 06165a02dfee0755ccf375041487f015e632b56b24766ac3d4bd484caaf1c99a0506994f16ace753f5890b782690b640196ee0cd6fcce0078ef51f8addcfcfe6 SHA512 27c8578e8f023715b07ebe21f4f46e98e606c863d3257bb1c8c31d9f59551d2494ef99e24eed856b308c8c77e1a3276f9e370434aa3e61ebb0b32a9b44fceee7
22 +DIST autoprop-4.1.0.tar.gz 20254 BLAKE2B 2229ac42ffaa8a874bc4ab8b0bd032b5898e4c93badfa8e8d7a6f93309cd6d922932e0c2a5753b048cf98caff802a9545a706a8d776a648af67cae95b42338f4 SHA512 be356ca41935d77719cfb51db397e48fca74663f00c65862cd0c776c9f5ac9f4af891951ae14a6006736493f3721dfc7edf195fe83e73ebfb486cd8f492bd778
23
24 diff --git a/dev-python/autoprop/autoprop-4.1.0.ebuild b/dev-python/autoprop/autoprop-4.1.0.ebuild
25 new file mode 100644
26 index 000000000000..c852a7266451
27 --- /dev/null
28 +++ b/dev-python/autoprop/autoprop-4.1.0.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Infer properties from accessor methods"
41 +HOMEPAGE="
42 + https://github.com/kalekundert/autoprop/
43 + https://pypi.org/project/autoprop/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +KEYWORDS="~amd64"
49 +SLOT="0"
50 +
51 +RDEPEND="
52 + >=dev-python/signature_dispatch-1.0.0[${PYTHON_USEDEP}]
53 +"
54 +
55 +distutils_enable_tests pytest