dev-lang/python-exec: Sync with Gentoo

It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
This commit is contained in:
Krzesimir Nowak 2023-01-24 11:40:46 +01:00
parent 666091c2a4
commit af8642077c
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -10,8 +10,8 @@
<email>mgorny@gentoo.org</email> <email>mgorny@gentoo.org</email>
<name>Michał Górny</name> <name>Michał Górny</name>
</maintainer> </maintainer>
<bugs-to>https://github.com/mgorny/python-exec/issues/</bugs-to> <bugs-to>https://github.com/projg2/python-exec/issues/</bugs-to>
<remote-id type="github">mgorny/python-exec</remote-id> <remote-id type="github">projg2/python-exec</remote-id>
</upstream> </upstream>
<use> <use>
<flag name="native-symlinks"> <flag name="native-symlinks">

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit python-any-r1 inherit python-any-r1
DESCRIPTION="Python script wrapper" DESCRIPTION="Python script wrapper"
HOMEPAGE="https://github.com/mgorny/python-exec/" HOMEPAGE="https://github.com/projg2/python-exec/"
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar.bz2" SRC_URI="https://github.com/projg2/python-exec/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="BSD-2" LICENSE="BSD-2"
SLOT="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. # Internal Python project hack. Do not copy it. Ever.
IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test" IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
@ -26,7 +26,7 @@ BDEPEND="
)" )"
python_check_deps() { python_check_deps() {
has_version -b "dev-python/pytest[${PYTHON_USEDEP}]" python_has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
} }
pkg_setup() { pkg_setup() {