From af8642077cc42ef1cd68d78027216bbd8a2a8070 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 24 Jan 2023 11:40:46 +0100 Subject: [PATCH] dev-lang/python-exec: Sync with Gentoo It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2. --- .../portage-stable/dev-lang/python-exec/Manifest | 2 +- .../portage-stable/dev-lang/python-exec/metadata.xml | 4 ++-- ...n-exec-2.4.8.ebuild => python-exec-2.4.10.ebuild} | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) rename sdk_container/src/third_party/portage-stable/dev-lang/python-exec/{python-exec-2.4.8.ebuild => python-exec-2.4.10.ebuild} (76%) diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/Manifest index c858cde41c..a0da4c5e16 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/Manifest @@ -1 +1 @@ -DIST python-exec-2.4.8.tar.bz2 82671 BLAKE2B ac85f3dd6da3d1c535ad56a25edbbcb1d0e75b91e3567b80f27fd01d32a199a713909a8552dffaacbe96c43bca491f31c3f0c7f1a618fb9144814365686715cf SHA512 d6dabab217dc2f1817e2f4d159102a9467f51b26b91f4ae7fb7e4930d30334f74bd8a5f37cc60d58c6e1e61e89a3b4d2e1bd17413493ba86f38fa71250cf5ac1 +DIST python-exec-2.4.10.tar.bz2 84412 BLAKE2B 1fe79e0d31a48954959a5556f96c3868fcf762ebc473d17f03e78a95cca83ab40b4933b7e42bc5751b0546e6229f9fdde9171c3fcbdd184f993536f944870491 SHA512 8c7d3c6b1fa362c8c97ec74ee01b5a195dc409d883408033e9709773b6059deb5291f6e63df6d9a4e42a0951aad4a1d513d4baa00ad9ff3dce3e1d2d38b694e1 diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/metadata.xml index 95267dce89..c942a12a85 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/metadata.xml @@ -10,8 +10,8 @@ mgorny@gentoo.org Michał Górny - https://github.com/mgorny/python-exec/issues/ - mgorny/python-exec + https://github.com/projg2/python-exec/issues/ + projg2/python-exec diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild similarity index 76% rename from sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.8.ebuild rename to sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild index 39e408c148..6fa6041405 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.8.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit python-any-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://github.com/mgorny/python-exec/" -SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/python-exec/" +SRC_URI="https://github.com/projg2/python-exec/releases/download/v${PV}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Internal Python project hack. Do not copy it. Ever. IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test" RESTRICT="!test? ( test )" @@ -26,7 +26,7 @@ BDEPEND=" )" python_check_deps() { - has_version -b "dev-python/pytest[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/pytest[${PYTHON_USEDEP}]" } pkg_setup() {