update
This commit is contained in:
parent
55e7da35f4
commit
1e4097880a
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,8 @@
|
||||
|
||||
*.pyc
|
||||
*.pyo
|
||||
*~
|
||||
|
||||
MANIFEST
|
||||
build/*
|
||||
dist/*
|
||||
|
2
Makefile
2
Makefile
@ -61,6 +61,8 @@ install-pip::
|
||||
--no-deps \
|
||||
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
||||
--upgrade .
|
||||
sed -i -e "1s@/usr/bin/python${PYTHON_MINOR}@${PYTHON_EXE_MSYS}@" \
|
||||
${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/bin/*
|
||||
|
||||
veryclean:: clean
|
||||
rm -rf build dist $(MOD).egg-info
|
||||
|
@ -1,4 +1,4 @@
|
||||
# works with PyQt5 and PyQt6 and maybe PySide2 and PySide6 as well
|
||||
PyQt5
|
||||
# earlier versions may work just fine
|
||||
qtconsole >= 5.5.1
|
||||
pyqtconsole >= 5.5.1
|
||||
|
Loading…
Reference in New Issue
Block a user