added py3parted and python3-decorator

This commit is contained in:
2017-04-14 16:45:40 +03:00
parent 85cbae11b2
commit 33cdbb9629
10 changed files with 126304 additions and 125446 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 shelltools
from pisi.actionsapi import pisitools
def check():
shelltools.system("nosetests3 --with-doctest -e documentation")
def install():
pythonmodules.install(pyVer="3")