Diff subunit-1.4.2 with a subunit-1.4.3
/usr/portage/dev-python/subunit/subunit-1.4.3.ebuild 2023-10-09 14:52:30.384368373 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{9..11} pypy3 ) |
|
7 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
|
8 | 8 | |
9 | 9 |
inherit distutils-r1 multilib-minimal autotools |
10 | 10 | |
... | ... | |
20 | 20 | |
21 | 21 |
LICENSE="Apache-2.0 BSD" |
22 | 22 |
SLOT="0" |
23 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
23 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
24 | 24 |
IUSE="static-libs test" |
25 | 25 |
RESTRICT="!test? ( test )" |
26 | 26 | |
27 | 27 |
RDEPEND=" |
28 | 28 |
>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] |
29 |
dev-python/extras[${PYTHON_USEDEP}] |
|
30 |
dev-lang/perl:= |
|
29 |
dev-python/iso8601[${PYTHON_USEDEP}] |
|
31 | 30 |
" |
32 | 31 |
DEPEND=" |
33 | 32 |
${RDEPEND} |
... | ... | |
46 | 45 |
) |
47 | 46 | |
48 | 47 |
src_prepare() { |
49 |
# Install perl modules in vendor_perl, bug 534654. |
|
50 |
export PERL_INSTALLDIRS=vendor |
|
51 | ||
52 | 48 |
mv all_tests.py python/ || die |
53 | 49 | |
54 | 50 |
distutils-r1_src_prepare |
... | ... | |
82 | 78 |
local targets=( |
83 | 79 |
install-include_subunitHEADERS |
84 | 80 |
install-pcdataDATA |
85 |
install-exec-local |
|
86 | 81 |
install-libLTLIBRARIES |
87 | 82 |
) |
88 | 83 |
emake DESTDIR="${D}" "${targets[@]}" |