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/humanize/
Date: Mon, 31 Jan 2022 00:26:29
Message-Id: 1643588629.a65abc224ff8ce42929c2412116624af21308988.mgorny@gentoo
1 commit: a65abc224ff8ce42929c2412116624af21308988
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 21:53:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 00:23:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65abc22
7
8 dev-python/humanize: Bump to 3.14.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/humanize/Manifest | 1 +
13 dev-python/humanize/humanize-3.14.0.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
17 index a9cf59049dcf..be9a0c66f456 100644
18 --- a/dev-python/humanize/Manifest
19 +++ b/dev-python/humanize/Manifest
20 @@ -1 +1,2 @@
21 DIST humanize-3.13.1.tar.gz 72109 BLAKE2B a17033c704fb1a12a82008bf07ed1f672c6d9b8a2a1ee16e34a49b2e9ce697099951f8bad638692b183d424a20836dff42f7fb8fffd1112a8ba9c4f42365db23 SHA512 f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2
22 +DIST humanize-3.14.0.tar.gz 72030 BLAKE2B a1ba7a664c33551d9d776904b0646aad9077a53fd5a546060a9deb23e9817f1306acaddb6b133be71fdbe2a20dd3c25cef2f41448c0bc0137c657da61aad4b93 SHA512 6c3d4fba1af287023d86cc2b9bcc4b7a2fc1855271fa772b316bfab3bec2f8e0b7a91d8672e156986ccf9044dc937c3fa2e73e4537ebe919eb0869ce59c3ce73
23
24 diff --git a/dev-python/humanize/humanize-3.14.0.ebuild b/dev-python/humanize/humanize-3.14.0.ebuild
25 new file mode 100644
26 index 000000000000..73e93698c1d3
27 --- /dev/null
28 +++ b/dev-python/humanize/humanize-3.14.0.ebuild
29 @@ -0,0 +1,24 @@
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="Common humanization utilities"
41 +HOMEPAGE="https://github.com/jmoiron/humanize/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +BDEPEND="
49 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 + test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
51 +"
52 +
53 +distutils_enable_tests pytest