cvdupdate-1.1.2

This commit is contained in:
uglyside
2025-04-19 18:58:24 +03:00
parent 89016cd2a8
commit 6c668afcf9
14 changed files with 288 additions and 262 deletions
@@ -1,16 +1,13 @@
#!/usr/bin/env python
#!/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
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
python3modules.install()