python3-numpy.

This commit is contained in:
4fury-c3440d8
2023-01-24 07:48:14 +03:00
parent d7f4fab37e
commit ae25d49aed
3 changed files with 28 additions and 14 deletions
@@ -2,7 +2,7 @@
# -*- 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 get
from pisi.actionsapi import pisitools
@@ -21,7 +21,7 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dodoc("LICENSE.txt")
for dirs in ["doc"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)