Diff pygccxml-2.2.1-r1 with a pygccxml-2.3.0
/usr/portage/dev-python/pygccxml/pygccxml-2.3.0.ebuild 2023-10-09 14:52:30.340368372 +0300 | ||
---|---|---|
25 | 25 |
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme |
26 | 26 | |
27 | 27 |
python_prepare_all() { |
28 |
# We're not interested in linter tests in Gentoo, needs pycodestyle |
|
29 |
rm unittests/pep8_tester.py || die |
|
30 |
sed -i -e '/pep8_tester/d' unittests/test_all.py || die |
|
31 | ||
32 | 28 |
distutils-r1_python_prepare_all |
33 | 29 |
} |