Diff pyelftools-0.29 with a pyelftools-0.30
/usr/portage/dev-python/pyelftools/pyelftools-0.30.ebuild 2023-10-09 14:52:30.336368371 +0300 | ||
---|---|---|
21 | 21 | |
22 | 22 |
LICENSE="public-domain" |
23 | 23 |
SLOT="0" |
24 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
25 |
IUSE="examples" |
|
24 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
26 | 25 | |
27 | 26 |
python_test() { |
28 | 27 |
# readelf_tests often fails due to host `readelf` changing output format |
29 | 28 |
"${EPYTHON}" test/run_all_unittests.py || die |
30 | 29 |
"${EPYTHON}" test/run_examples_test.py || die |
31 | 30 |
} |
32 | ||
33 |
python_install_all() { |
|
34 |
use examples && dodoc -r examples |
|
35 |
distutils-r1_python_install_all |
|
36 |
} |