From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04510158090 for ; Wed, 4 May 2022 08:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE092E0845; Wed, 4 May 2022 08:19:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 905B6E0845 for ; Wed, 4 May 2022 08:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AF2A341A6C for ; Wed, 4 May 2022 08:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A34C458 for ; Wed, 4 May 2022 08:19:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1651652384.11dc83dbe4cecf71eb6e534a96e2508c8706cdd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/humanize/Manifest dev-python/humanize/humanize-4.1.0.ebuild dev-python/humanize/metadata.xml X-VCS-Directories: dev-python/humanize/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 11dc83dbe4cecf71eb6e534a96e2508c8706cdd2 X-VCS-Branch: master Date: Wed, 4 May 2022 08:19:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3aee40e6-4256-45ae-91ec-27ad2032d5cf X-Archives-Hash: fbc9fedc5a9aa44e06ba34b5616e8987 commit: 11dc83dbe4cecf71eb6e534a96e2508c8706cdd2 Author: Michał Górny gentoo org> AuthorDate: Wed May 4 07:40:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 4 08:19:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dc83db dev-python/humanize: Bump to 4.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/humanize/Manifest | 1 + dev-python/humanize/humanize-4.1.0.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/humanize/metadata.xml | 3 +-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest index e38b5777c261..2849cc562c62 100644 --- a/dev-python/humanize/Manifest +++ b/dev-python/humanize/Manifest @@ -1 +1,2 @@ DIST humanize-4.0.0.tar.gz 71028 BLAKE2B ef11ae45950a4dc7f55bbd380351aa6f6aaccb7410336f3c9187755d619131741cb2932917e9316c86e33f47e0640311cce278ce23046160aa0ffb4c1bdad1bc SHA512 71c528101b62c883de6474d3c31e97f7f54099c3389f7a88a328ef24b40f7a5667db879badd6154d76ce9bb1390a45404e177c50c7c26064c63b654936ba0514 +DIST humanize-4.1.0.tar.gz 73777 BLAKE2B fcbde90977ae9fcd706e423767b1d5617fd118ae8903283f4b307ee05a5adffb3bb68305e5d758b1860d37a37d22766127d84479d331a7ed05c83cd53e5b0829 SHA512 7e2d92ed44e773bd8a53d4b151e80949fda057d8f4a52003826efa9ec2a569360b76663d44c3d1239fd2ecdd5365357d3fac72a395d1c10d5207b4a27f248878 diff --git a/dev-python/humanize/humanize-4.1.0.ebuild b/dev-python/humanize/humanize-4.1.0.ebuild new file mode 100644 index 000000000000..96de8ef7008b --- /dev/null +++ b/dev-python/humanize/humanize-4.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Common humanization utilities" +HOMEPAGE=" + https://github.com/python-humanize/humanize/ + https://pypi.org/project/humanize/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/humanize/metadata.xml b/dev-python/humanize/metadata.xml index b30b74c5da28..b4fe7de9c4e4 100644 --- a/dev-python/humanize/metadata.xml +++ b/dev-python/humanize/metadata.xml @@ -12,7 +12,6 @@ humanize - jmoiron/humanize - https://github.com/jmoiron/humanize/issues + python-humanize/humanize