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: Wed, 04 May 2022 08:19:57
Message-Id: 1651652384.11dc83dbe4cecf71eb6e534a96e2508c8706cdd2.mgorny@gentoo
1 commit: 11dc83dbe4cecf71eb6e534a96e2508c8706cdd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 07:40:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 08:19:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dc83db
7
8 dev-python/humanize: Bump to 4.1.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-4.1.0.ebuild | 29 +++++++++++++++++++++++++++++
14 dev-python/humanize/metadata.xml | 3 +--
15 3 files changed, 31 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
18 index e38b5777c261..2849cc562c62 100644
19 --- a/dev-python/humanize/Manifest
20 +++ b/dev-python/humanize/Manifest
21 @@ -1 +1,2 @@
22 DIST humanize-4.0.0.tar.gz 71028 BLAKE2B ef11ae45950a4dc7f55bbd380351aa6f6aaccb7410336f3c9187755d619131741cb2932917e9316c86e33f47e0640311cce278ce23046160aa0ffb4c1bdad1bc SHA512 71c528101b62c883de6474d3c31e97f7f54099c3389f7a88a328ef24b40f7a5667db879badd6154d76ce9bb1390a45404e177c50c7c26064c63b654936ba0514
23 +DIST humanize-4.1.0.tar.gz 73777 BLAKE2B fcbde90977ae9fcd706e423767b1d5617fd118ae8903283f4b307ee05a5adffb3bb68305e5d758b1860d37a37d22766127d84479d331a7ed05c83cd53e5b0829 SHA512 7e2d92ed44e773bd8a53d4b151e80949fda057d8f4a52003826efa9ec2a569360b76663d44c3d1239fd2ecdd5365357d3fac72a395d1c10d5207b4a27f248878
24
25 diff --git a/dev-python/humanize/humanize-4.1.0.ebuild b/dev-python/humanize/humanize-4.1.0.ebuild
26 new file mode 100644
27 index 000000000000..96de8ef7008b
28 --- /dev/null
29 +++ b/dev-python/humanize/humanize-4.1.0.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Common humanization utilities"
42 +HOMEPAGE="
43 + https://github.com/python-humanize/humanize/
44 + https://pypi.org/project/humanize/
45 +"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +BDEPEND="
53 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 + test? (
55 + dev-python/freezegun[${PYTHON_USEDEP}]
56 + )
57 +"
58 +
59 +distutils_enable_tests pytest
60
61 diff --git a/dev-python/humanize/metadata.xml b/dev-python/humanize/metadata.xml
62 index b30b74c5da28..b4fe7de9c4e4 100644
63 --- a/dev-python/humanize/metadata.xml
64 +++ b/dev-python/humanize/metadata.xml
65 @@ -12,7 +12,6 @@
66 <stabilize-allarches/>
67 <upstream>
68 <remote-id type="pypi">humanize</remote-id>
69 - <remote-id type="github">jmoiron/humanize</remote-id>
70 - <bugs-to>https://github.com/jmoiron/humanize/issues</bugs-to>
71 + <remote-id type="github">python-humanize/humanize</remote-id>
72 </upstream>
73 </pkgmetadata>