From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-python/inflect/Manifest | 4 +++- dev-python/inflect/inflect-5.3.0.ebuild | 4 ++-- dev-python/inflect/inflect-5.4.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 dev-python/inflect/inflect-5.4.0.ebuild (limited to 'dev-python/inflect') diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest index e548bb1ab30a..9d6bc384baa0 100644 --- a/dev-python/inflect/Manifest +++ b/dev-python/inflect/Manifest @@ -1,3 +1,5 @@ DIST inflect-5.3.0.tar.gz 74127 BLAKE2B 20c591012a5a6692c3da3a39f4aeaaae290da5ba723af5c9ac90f7d28112a1894acf082633f8f673f6d903f756b9bb70c6c3366762e872cf7ca6c6d5edf1c99c SHA512 f5baf65fb7a6ba59c91a36a17acb0abda3efc74fef56b3a3d99c100b2c6e94c5aafb08ab37310ce410631ac928e9c24a4a4c5e6b5c7d8f907c3d999f4a70cce4 -EBUILD inflect-5.3.0.ebuild 687 BLAKE2B a4bd8eeb4587504f4445257f8611afa64636aae5d3a5a76653a448d1a1742c46f4fce33bd746524eb9c5e3ebaf0780b1b32402f558a6c79f612297a23e002e31 SHA512 d93954e525ee22cedb6e531b4d79dcb090f27ae335f00f59cd52084888fc186295f89f3c9a1be86dc12c4b85dc2a983140e9173b663c0a96264a8f426e5cfaf7 +DIST inflect-5.4.0.tar.gz 68594 BLAKE2B 60898e019c04b9d86a1591c341f48e7e3093eaa4f93bb4f902f4d405f1151d705f902b792028ca97a85ed47ffe509bab758b3ec74878ec82f5dac3c953197ca0 SHA512 48b7d38faf41b3f682226b66ea5493b7d4ff58a8db52c9b90092fc329aee761b090791deeda24234b9f9fa47d8db9b499e1f4304367ef3637c441959e8b8d005 +EBUILD inflect-5.3.0.ebuild 693 BLAKE2B 93956f86b918a514e41d69cb299105b103ffc17958745019a2c01a4f6585cf87126bffef8048d74755f3697c209cdf45809f7a637480e421ead88c298b80721b SHA512 3f076cb75a6de1b7a18b841c599b396a3055375de73d4a0fb419d7e3e4c4ae8b031c142fde3086d642ef19439750c531a328afdc1bae39f204e31251d7e256d2 +EBUILD inflect-5.4.0.ebuild 698 BLAKE2B c744306f244e8f4b73d7e4b76b9db92ef766a80240ed341adcb4839c33eaaf6a24e589d1e7ea8438e12e740b299b9f9cd0ab01975f8c6e4fb9dae84c246b510f SHA512 1f1e130195f816845c0a984e6069c86cb3823f1d93f0e773880253c80a47b902aa0db6effa6d26db9ebfe8d57cec8974873a1436da270b62818e50f013d37970 MISC metadata.xml 557 BLAKE2B 1a327bb3ea2f7ecb0b3100d9f443c9c0c20a89f1e560eac79cef20a6f12855355dab9c71bab94881774e2be6fc2b4bd9530e1155caecdf687228db259ed34bba SHA512 d719ba7da2f6544cada37998dbc6b104cebb6419ab65bd164411928953c5898da2f5f2f789b72d41f7b46ee7a5570fc6646d331e0df39b34c1fa0685fb9165ab diff --git a/dev-python/inflect/inflect-5.3.0.ebuild b/dev-python/inflect/inflect-5.3.0.ebuild index 1bf777fa4c77..95a3ab4e365c 100644 --- a/dev-python/inflect/inflect-5.3.0.ebuild +++ b/dev-python/inflect/inflect-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" BDEPEND=" >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] diff --git a/dev-python/inflect/inflect-5.4.0.ebuild b/dev-python/inflect/inflect-5.4.0.ebuild new file mode 100644 index 000000000000..39ef4de2bce6 --- /dev/null +++ b/dev-python/inflect/inflect-5.4.0.ebuild @@ -0,0 +1,25 @@ +# 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="Correctly inflect words and numbers" +HOMEPAGE="https://github.com/jaraco/inflect" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +BDEPEND=" + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-8.2' \ + '>=dev-python/rst-linker-1.9' dev-python/alabaster +distutils_enable_tests pytest -- cgit v1.2.3