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/inflect/
Date: Tue, 01 Feb 2022 10:06:57
Message-Id: 1643710006.3fff2402d0a146fc6bddc1fa2597f74536e808b5.mgorny@gentoo
1 commit: 3fff2402d0a146fc6bddc1fa2597f74536e808b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 08:43:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 10:06:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fff2402
7
8 dev-python/inflect: Bump to 5.4.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/inflect/Manifest | 1 +
13 dev-python/inflect/inflect-5.4.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest
17 index c900f342f03a..243ca8b3461a 100644
18 --- a/dev-python/inflect/Manifest
19 +++ b/dev-python/inflect/Manifest
20 @@ -1 +1,2 @@
21 DIST inflect-5.3.0.tar.gz 74127 BLAKE2B 20c591012a5a6692c3da3a39f4aeaaae290da5ba723af5c9ac90f7d28112a1894acf082633f8f673f6d903f756b9bb70c6c3366762e872cf7ca6c6d5edf1c99c SHA512 f5baf65fb7a6ba59c91a36a17acb0abda3efc74fef56b3a3d99c100b2c6e94c5aafb08ab37310ce410631ac928e9c24a4a4c5e6b5c7d8f907c3d999f4a70cce4
22 +DIST inflect-5.4.0.tar.gz 68594 BLAKE2B 60898e019c04b9d86a1591c341f48e7e3093eaa4f93bb4f902f4d405f1151d705f902b792028ca97a85ed47ffe509bab758b3ec74878ec82f5dac3c953197ca0 SHA512 48b7d38faf41b3f682226b66ea5493b7d4ff58a8db52c9b90092fc329aee761b090791deeda24234b9f9fa47d8db9b499e1f4304367ef3637c441959e8b8d005
23
24 diff --git a/dev-python/inflect/inflect-5.4.0.ebuild b/dev-python/inflect/inflect-5.4.0.ebuild
25 new file mode 100644
26 index 000000000000..39ef4de2bce6
27 --- /dev/null
28 +++ b/dev-python/inflect/inflect-5.4.0.ebuild
29 @@ -0,0 +1,25 @@
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=setuptools
36 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Correctly inflect words and numbers"
41 +HOMEPAGE="https://github.com/jaraco/inflect"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
47 +
48 +BDEPEND="
49 + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
50 +"
51 +
52 +distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-8.2' \
53 + '>=dev-python/rst-linker-1.9' dev-python/alabaster
54 +distutils_enable_tests pytest