@@ -15,6 +15,6 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.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-%s-py2.7.egg-info/top_level.txt" % (get.installDIR(), get.srcVERSION()), 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/PKG-INFO" % (get.installDIR(), get.srcVERSION()), 0644)
|
||||||
pisitools.dodoc("*.rst")
|
pisitools.dodoc("*.rst")
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Plyvel, a fast and feature-rich Python interface to LevelDB.</Summary>
|
<Summary>Plyvel, a fast and feature-rich Python interface to LevelDB.</Summary>
|
||||||
<Description>Plyvel has a rich feature set, high performance, and a friendly Pythonic API.</Description>
|
<Description>Plyvel has a rich feature set, high performance, and a friendly Pythonic API.</Description>
|
||||||
<Archive sha1sum="5956ae01eaa20ada345449a85c6343e10f4a3bc5" type="targz">https://github.com/wbolster/plyvel/archive/refs/tags/1.4.0.tar.gz</Archive>
|
<Archive sha1sum="89267b3d7497fd8fdc2e5c74590c977ad74fa9bb" type="targz">https://github.com/wbolster/plyvel/archive/refs/tags/1.5.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cython</Dependency>
|
<Dependency>cython</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
@@ -32,6 +32,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2026-02-13</Date>
|
||||||
|
<Version>1.5.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2022-06-26</Date>
|
<Date>2022-06-26</Date>
|
||||||
<Version>1.4.0</Version>
|
<Version>1.4.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user