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.
16 lines
270 B
Makefile
16 lines
270 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2018/08/29 23:17:16 sthen Exp $
|
|
|
|
DIST_SUBDIR= spyder
|
|
|
|
CATEGORIES ?= devel/spyder
|
|
|
|
MAINTAINER ?= Elias M. Mariani <marianielias@gmail.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|