plyvel-1.5.1

This commit is contained in:
Rmys
2026-02-13 17:33:38 +03:00
parent 350771434f
commit c972dcb45d
2 changed files with 10 additions and 3 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.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)
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-%s-py2.7.egg-info/top_level.txt" % (get.installDIR(), get.srcVERSION()), 0644)
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-%s-py2.7.egg-info/PKG-INFO" % (get.installDIR(), get.srcVERSION()), 0644)
pisitools.dodoc("*.rst")