From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/humanize/Manifest | 6 ++---- dev-python/humanize/humanize-3.13.1.ebuild | 22 ---------------------- dev-python/humanize/humanize-3.14.0.ebuild | 24 ------------------------ dev-python/humanize/humanize-4.0.0.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 26 insertions(+), 50 deletions(-) delete mode 100644 dev-python/humanize/humanize-3.13.1.ebuild delete mode 100644 dev-python/humanize/humanize-3.14.0.ebuild create mode 100644 dev-python/humanize/humanize-4.0.0.ebuild (limited to 'dev-python/humanize') diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest index 79f34c117b7f..197d8cc2a18f 100644 --- a/dev-python/humanize/Manifest +++ b/dev-python/humanize/Manifest @@ -1,5 +1,3 @@ -DIST humanize-3.13.1.tar.gz 72109 BLAKE2B a17033c704fb1a12a82008bf07ed1f672c6d9b8a2a1ee16e34a49b2e9ce697099951f8bad638692b183d424a20836dff42f7fb8fffd1112a8ba9c4f42365db23 SHA512 f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2 -DIST humanize-3.14.0.tar.gz 72030 BLAKE2B a1ba7a664c33551d9d776904b0646aad9077a53fd5a546060a9deb23e9817f1306acaddb6b133be71fdbe2a20dd3c25cef2f41448c0bc0137c657da61aad4b93 SHA512 6c3d4fba1af287023d86cc2b9bcc4b7a2fc1855271fa772b316bfab3bec2f8e0b7a91d8672e156986ccf9044dc937c3fa2e73e4537ebe919eb0869ce59c3ce73 -EBUILD humanize-3.13.1.ebuild 513 BLAKE2B a21e6303eeaf4e67abf7b20508627e2b68781a856500e941718a2ed424ab172a9b7af4f76cbb61dd9cc957ad5b974565ea1748158cf5844ba41d37e7ba8eadf9 SHA512 2ee2dc7e57d69b173f5b80fae31e0a858a7fa34df789a0cbe80cb78bdee40addc7464df1d57c7e133435fb51503c7a5c1eb8c1a8a5d5346c1e45a4f27fb31c44 -EBUILD humanize-3.14.0.ebuild 538 BLAKE2B eed37c15147a5552de51cebabb3803681df754af0fe11a8115cd30c23814c851fbed2f531e2087a9c41f6c05d0da49b8dae8912f100bd07fc9f8e01799b8247b SHA512 b85ac120ce7fb6ff067d03adefd3524d456d5acee2c7cebec872309dd068f5c9ab1b1ddf95962074a71d6f70c8706ebfa44638e22ba5e50335eadbbb97caf2a9 +DIST humanize-4.0.0.tar.gz 71028 BLAKE2B ef11ae45950a4dc7f55bbd380351aa6f6aaccb7410336f3c9187755d619131741cb2932917e9316c86e33f47e0640311cce278ce23046160aa0ffb4c1bdad1bc SHA512 71c528101b62c883de6474d3c31e97f7f54099c3389f7a88a328ef24b40f7a5667db879badd6154d76ce9bb1390a45404e177c50c7c26064c63b654936ba0514 +EBUILD humanize-4.0.0.ebuild 536 BLAKE2B 6b1072a2b06eeac026252d12f7eb9ccef2711358a2679b433debda0cfde9b127b29d6876640ef6bb8b2908d3ff90a1d925333f1328a415ef5c4737deb35291f8 SHA512 ede64cfd87bacf15972b823230801d4d37c1537ac8f24978e61c20fe2e5a64439700c819b222793277152f58bc4d1829c7d73bd1ea373ac75d1ae79b54a63c6b MISC metadata.xml 562 BLAKE2B ce0b2a0c9ab597016fe05c7f74e3aba7ead2f807fdbaead57533d8e1a6bc67f9749afc2788d6fa66178c5b8efdfcdde256f03a478c2a34fac168b6c1fe57e7a7 SHA512 fbe0c4536f4e2fff5516f806e848438ff6eacf526df3753095ab6f034a6103bbcaf2e2c7f468e442f2e1538d93aa9c73d034a812705c39fd2c9d1e34e66f2216 diff --git a/dev-python/humanize/humanize-3.13.1.ebuild b/dev-python/humanize/humanize-3.13.1.ebuild deleted file mode 100644 index eac876aa31bd..000000000000 --- a/dev-python/humanize/humanize-3.13.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Common humanization utilities" -HOMEPAGE="https://github.com/jmoiron/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 --install pytest diff --git a/dev-python/humanize/humanize-3.14.0.ebuild b/dev-python/humanize/humanize-3.14.0.ebuild deleted file mode 100644 index 73e93698c1d3..000000000000 --- a/dev-python/humanize/humanize-3.14.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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/jmoiron/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/humanize-4.0.0.ebuild b/dev-python/humanize/humanize-4.0.0.ebuild new file mode 100644 index 000000000000..db3511b6c995 --- /dev/null +++ b/dev-python/humanize/humanize-4.0.0.ebuild @@ -0,0 +1,24 @@ +# 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/jmoiron/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 -- cgit v1.2.3