fix py2/py3 incompat für pkgbuilding
Change-Id: Ia0c1f58f6121d6715d21c408030106561eca1b13 Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/22891 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
parent
1b9f7a7657
commit
9215fefdfa
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = python -msphinx
|
SPHINXBUILD = python3 -msphinx
|
||||||
SPHINXPROJ = SECoP
|
SPHINXPROJ = SECoP
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#--extra-index-url https://forge.frm2.tum.de/simple
|
#--extra-index-url https://forge.frm2.tum.de/simple
|
||||||
|
setuptools
|
||||||
pyserial
|
pyserial
|
||||||
mlzlog >=0.2.0
|
mlzlog >=0.2.0
|
||||||
# for generating docu
|
# for generating docu
|
||||||
|
@ -22,13 +22,3 @@
|
|||||||
# Markus Zolliker <markus.zolliker@psi.ch>
|
# Markus Zolliker <markus.zolliker@psi.ch>
|
||||||
#
|
#
|
||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
|
|
||||||
# allow to import the most important classes from 'secop'
|
|
||||||
from secop.datatypes import *
|
|
||||||
from secop.lib.enum import Enum
|
|
||||||
from secop.modules import Module, Readable, Writable, Drivable, Communicator, Attached
|
|
||||||
from secop.params import Parameter, Command, Override
|
|
||||||
from secop.metaclass import Done
|
|
||||||
from secop.iohandler import IOHandler, IOHandlerBase
|
|
||||||
from secop.stringio import StringIO, HasIodev
|
|
||||||
from secop.proxy import SecNode, Proxy, proxy_class
|
|
||||||
|
1
setup.py
Normal file → Executable file
1
setup.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
# MLZ Tango client tool
|
# MLZ Tango client tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user