|
Lines 4-10
Link Here
|
| 4 |
EAPI=7 |
4 |
EAPI=7 |
| 5 |
|
5 |
|
| 6 |
PYTHON_COMPAT=( python3_{7..9} ) |
6 |
PYTHON_COMPAT=( python3_{7..9} ) |
| 7 |
DISTUTILS_USE_SETUPTOOLS=pyproject.toml |
|
|
| 8 |
inherit distutils-r1 |
7 |
inherit distutils-r1 |
| 9 |
|
8 |
|
| 10 |
DESCRIPTION="Extend rich functionality" |
9 |
DESCRIPTION="Extend rich functionality" |
|
Lines 21-23
Link Here
|
| 21 |
test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" |
20 |
test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" |
| 22 |
|
21 |
|
| 23 |
distutils_enable_tests pytest |
22 |
distutils_enable_tests pytest |
|
|
23 |
|
| 24 |
python_install_all() { |
| 25 |
distutils-r1_python_install_all |
| 26 |
find "${ED}" -type d -name "test" -exec rm -rv {} + || die "test removing failed" |
| 27 |
} |