Spyder is an interactive Python development environment providing MATLAB-like features in a simple and lightweight software. It also provides ready-to-use pure-Python widgets to your PyQt5 or PyQt4 application: source code editor with syntax highlighting and code introspection/analysis features, NumPy array editor, dictionary editor, Python console, etc.
11 lines
236 B
Makefile
11 lines
236 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/08/29 23:17:16 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += spyder
|
|
SUBDIR += spyder,python3
|
|
SUBDIR += py-spyder-kernels
|
|
SUBDIR += py-spyder-kernels,python3
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|