@@ -15,6 +15,6 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install()
|
pythonmodules.install()
|
||||||
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-0.9-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/top_level.txt" % get.installDIR(), 0644)
|
||||||
shelltools.chmod("%s/usr/lib/python2.7/site-packages/plyvel-0.9-py2.7.egg-info/PKG-INFO" % 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)
|
||||||
pisitools.dodoc("*.rst")
|
pisitools.dodoc("*.rst")
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
||||||
<Dependency>python-setuptools</Dependency>
|
<Dependency>python-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Archive sha1sum="6dfa70be59daafe73ffada429a608592d24a8d3c" type="targz">https://pypi.python.org/packages/source/p/plyvel/plyvel-0.9.tar.gz</Archive>
|
<Archive sha1sum="084cc5d650a06072474bae34cf7844007c3a63be" type="targz">https://files.pythonhosted.org/packages/4c/14/3408e92e28f4a38f51573e5ba83017fde8e3ae70522555ee2b19347e0f6e/plyvel-1.2.0.tar.gz</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
<Name>plyvel</Name>
|
<Name>plyvel</Name>
|
||||||
@@ -31,6 +31,13 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2020-12-09</Date>
|
||||||
|
<Version>1.2.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2019-12-27</Date>
|
<Date>2019-12-27</Date>
|
||||||
<Version>0.9</Version>
|
<Version>0.9</Version>
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Licensed under the GNU General Public License, version 3.
|
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def build():
|
|
||||||
autotools.make()
|
|
||||||
|
|
||||||
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)
|
|
||||||
pisitools.dodoc("*.rst")
|
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>plyvel</Name>
|
|
||||||
<Homepage>https://pypi.python.org/pypi/plyvel</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Alihan Öztürk</Name>
|
|
||||||
<Email>alihan@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>BSD</License>
|
|
||||||
<IsA>app:console</IsA>
|
|
||||||
<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>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>cython</Dependency>
|
|
||||||
<Dependency>python-devel</Dependency>
|
|
||||||
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
|
||||||
<Dependency>python-setuptools</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
<Archive sha1sum="084cc5d650a06072474bae34cf7844007c3a63be" type="targz">https://files.pythonhosted.org/packages/4c/14/3408e92e28f4a38f51573e5ba83017fde8e3ae70522555ee2b19347e0f6e/plyvel-1.2.0.tar.gz</Archive>
|
|
||||||
</Source>
|
|
||||||
<Package>
|
|
||||||
<Name>plyvel</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libgcc</Dependency>
|
|
||||||
<Dependency>python</Dependency>
|
|
||||||
<Dependency versionFrom="1.18">leveldb</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
<History>
|
|
||||||
<Update release="7">
|
|
||||||
<Date>2020-12-09</Date>
|
|
||||||
<Version>1.2.0</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="6">
|
|
||||||
<Date>2019-12-27</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>Rebuild</Comment>
|
|
||||||
<Name>Idris Kalp</Name>
|
|
||||||
<Email>idriskalp@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="5">
|
|
||||||
<Date>2019-04-10</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>Rebuild</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="4">
|
|
||||||
<Date>2018-07-15</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>Rebuild</Comment>
|
|
||||||
<Name>Ertuğrul Erata</Name>
|
|
||||||
<Email>ertugrulerata@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2017-01-21</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Ertuğrul Erata</Name>
|
|
||||||
<Email>ertugrulerata@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2016-04-27</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>Release Bump</Comment>
|
|
||||||
<Name>PisiLinux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2016-03-02</Date>
|
|
||||||
<Version>0.9</Version>
|
|
||||||
<Comment>First release</Comment>
|
|
||||||
<Name>Ertuğrul Erata</Name>
|
|
||||||
<Email>ertugrulerata@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>plyvel</Name>
|
|
||||||
<Summary xml:lang="tr">Plyvel, LevelDB için, hızlı ve zengin özellikli Python arabirimi.</Summary>
|
|
||||||
<Description xml:lang="tr">Plyvel zengin özelliklere sahip bir set, yüksek performanslı, ve kullanıcı dostu bir Pythonic API.</Description>
|
|
||||||
</Source>
|
|
||||||
</PISI>
|
|
||||||
Reference in New Issue
Block a user