blob: a4980ee5112a1e39d4987478b8d8fb4197d7a512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=test? ( || ( ( dev-lang/python:3.11 dev-python/pytest[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pytest[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/pytest[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=configure install setup
DESCRIPTION=Python script wrapper
EAPI=7
HOMEPAGE=https://github.com/projg2/python-exec/
INHERIT=python-any-r1
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +native-symlinks test
KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
LICENSE=BSD-2
RDEPEND=dev-lang/python-exec-conf !<=dev-lang/python-2.7.18-r3:2.7
RESTRICT=!test? ( test )
SLOT=2
SRC_URI=https://github.com/projg2/python-exec/releases/download/v2.4.10/python-exec-2.4.10.tar.bz2
_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 70ec42843fec87d20fd94c67e77cdbff multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 f6221c2f55e5e832be9919fe1711f33b python-any-r1 f5169813d1619761b459800587005fd2
_md5_=feca7458347f585c0afcd58fc0024609
|