From ed43421253416ff58a637be8932ac1d7b7b232de Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Mar 2023 19:35:31 +0000 Subject: gentoo auto-resync : 03:03:2023 - 19:35:31 --- dev-python/jaraco-text/Manifest | 4 +- dev-python/jaraco-text/jaraco-text-3.11.0.ebuild | 68 ------------------------ dev-python/jaraco-text/jaraco-text-3.11.1.ebuild | 2 +- 3 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 dev-python/jaraco-text/jaraco-text-3.11.0.ebuild (limited to 'dev-python/jaraco-text') diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest index 784c9f3bbed2..23c54395f356 100644 --- a/dev-python/jaraco-text/Manifest +++ b/dev-python/jaraco-text/Manifest @@ -1,5 +1,3 @@ -DIST jaraco.text-3.11.0.tar.gz 15883 BLAKE2B f0f3fe33901a68741cb26270384750f070476ef921bf2822f81dddfc1c66e41016757579e310bd20fc8a7f02b188de96f07bf58db41cca51252e46ebbbddcff9 SHA512 ad3ac412df5e21cef86dc56cdc869a93a660a103a676c1d187e5ea762690b89d61c8f68994e6a891e3d98071b440a052fad60a37f71066e4e11a2cfaf45ae009 DIST jaraco.text-3.11.1.tar.gz 16083 BLAKE2B f7268128209fbdc849a745595339f4dc9a097f3f4f8f0cdcb05ca3106ed5a45460126fbb2b7d9c3b01b63aa3f750175e8cd366034183b7d8804a1650fe493e4b SHA512 b4066589e9d4c9a2a82ae2b0825d34b22b93ee179d29c3666e9b978390121520afcb8fc5ffa6457022d2e8477f4cf2b76485d9896438ee46275326577609f201 -EBUILD jaraco-text-3.11.0.ebuild 1761 BLAKE2B 60ee3f810903d9e161e175701664d5672f5e5483f46dbc7f7da5f69c9a51e335839b132b150a958daafba7c8c86530ca460c12c32338a5efb1d34d79503d045c SHA512 d5f02afff56e1b0ce52403106e78c0402b84d243f9b2ef13d1161bb8b40737ef357dd990b2405e3bc879e222c74bd1e67970340c93204a320983a9ffc016e772 -EBUILD jaraco-text-3.11.1.ebuild 1781 BLAKE2B 5743ae55cf942c362465ccf11539aaa041a7c3a7f4f218d498bca80dcfb8151806e7c3264348e48d0606bccb00e0b6414830ff7c9034cd61d4407ad2c8fd6052 SHA512 84b523dfb4e272d97bfe2d39da41b3ef626dc9d3572d59e74df675d8862b30e6c8087511efedc4cc4f2c41e9429a722bd28b35a95949d18fb27096e58bd86e0c +EBUILD jaraco-text-3.11.1.ebuild 1773 BLAKE2B 5fd51fe822a7af19f6438e54f7aa86be407ce26d75d92a7f135e3547617240096b48a2a0642c7ed68eedeb5c58a1a8a7a2f349e2e60b6221c9b6ae1c43cfa614 SHA512 fbd9970bb9f45297b7d03e19af4201d38df8170c7cec0f55c8fc2bb7f6a9e57f2d417d3b0877145d676a161b7738af21e6b2bfe3d724ba656e3a7921b574af72 MISC metadata.xml 550 BLAKE2B 147f1a6d5bb65e6ca4a29de497742b1cc69da4f46111512c05518c54c8fc351c12aeb452cc12c0a70974094ddead7014f58a5a2fb546173334ce282e218b8c9f SHA512 fd3bf89a43ca3ebf4be15c1cff79ebc70085b0fa0192fc9a44e6e1e799044ab9935545d4722d3bc6a3989d2a3199432a47f64876ea5b822e8e46fc3c41acd005 diff --git a/dev-python/jaraco-text/jaraco-text-3.11.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.11.0.ebuild deleted file mode 100644 index a8bae52aafb8..000000000000 --- a/dev-python/jaraco-text/jaraco-text-3.11.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep -EAPI=7 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -MY_P=${P/-/.} -DESCRIPTION="Text utilities used by other projects by developer jaraco" -HOMEPAGE=" - https://github.com/jaraco/jaraco.text/ - https://pypi.org/project/jaraco.text/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/jaraco-context-4.1.1-r1[${PYTHON_USEDEP}] - >=dev-python/jaraco-functools-3.5.0-r1[${PYTHON_USEDEP}] -" -# needed only for CLI tool, make it PDEPEND to reduce pain in setuptools -# bootstrap -PDEPEND=" - dev-python/autocommand[${PYTHON_USEDEP}] - dev-python/inflect[${PYTHON_USEDEP}] - dev-python/more-itertools[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${PDEPEND} - $(python_gen_cond_dep ' - dev-python/pathlib2[${PYTHON_USEDEP}] - ' 3.9) - ) -" - -distutils_enable_tests pytest - -src_configure() { - grep -q 'build-backend = "setuptools' pyproject.toml || - die "Upstream changed build-backend, recheck" - # write a custom pyproject.toml to ease setuptools bootstrap - cat > pyproject.toml <<-EOF || die - [build-system] - requires = ["flit_core >=3.2,<4"] - build-backend = "flit_core.buildapi" - - [project] - name = "jaraco.text" - version = "${PV}" - description = "Module for text manipulation" - EOF -} - -python_install() { - distutils-r1_python_install - # rename to workaround a bug in pkg_resources - # https://bugs.gentoo.org/834522 - mv "${D}$(python_get_sitedir)"/jaraco{_,.}text-${PV}.dist-info || die -} diff --git a/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild b/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild index 1c4256a02463..3cef0eeefaed 100644 --- a/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild @@ -19,7 +19,7 @@ S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" RDEPEND=" >=dev-python/jaraco-context-4.1.1-r1[${PYTHON_USEDEP}] -- cgit v1.2.3