mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/python-betterproto: added python_fix_shebang
Signed-off-by: Antonín Říha <antonin.riha@protonmail.com>
This commit is contained in:
@@ -42,6 +42,11 @@ distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs \
|
||||
'>=dev-python/sphinx_rtd_theme-0.5.0'
|
||||
|
||||
python_prepare() {
|
||||
default
|
||||
python_fix_shebang tests/generate.py src/betterproto/plugin/main.py
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m tests.generate -v
|
||||
epytest
|
||||
|
||||
@@ -42,6 +42,11 @@ distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs \
|
||||
'>=dev-python/sphinx_rtd_theme-0.5.0'
|
||||
|
||||
python_prepare() {
|
||||
default
|
||||
python_fix_shebang tests/generate.py src/betterproto/plugin/main.py
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m tests.generate -v
|
||||
epytest
|
||||
|
||||
Reference in New Issue
Block a user