plyvel-1.4.0

This commit is contained in:
Rmys
2022-06-27 12:00:03 +03:00
committed by GitHub
parent b92ddd9c0e
commit 2076511ac4
2 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -15,6 +15,6 @@ def build():
def install():
pythonmodules.install()
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.2.0-py2.7.egg-info/top_level.txt" % get.installDIR(), 0644)
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.2.0-py2.7.egg-info/PKG-INFO" % get.installDIR(), 0644)
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.4.0-py2.7.egg-info/top_level.txt" % get.installDIR(), 0644)
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-1.4.0-py2.7.egg-info/PKG-INFO" % get.installDIR(), 0644)
pisitools.dodoc("*.rst")