python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -4,15 +4,17 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="blinker-%s" % get.srcVERSION()
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def check():
|
||||
shelltools.system("nosetests3")
|
||||
# def check():
|
||||
# shelltools.system("nosetests3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
Reference in New Issue
Block a user