diff --git a/system/base/plyvel/actions.py b/system/base/plyvel/actions.py
index 2913b524..bd7e265a 100644
--- a/system/base/plyvel/actions.py
+++ b/system/base/plyvel/actions.py
@@ -15,6 +15,6 @@ def build():
def 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-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/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")
diff --git a/system/base/plyvel/pspec.xml b/system/base/plyvel/pspec.xml
index 784e275e..f49795df 100644
--- a/system/base/plyvel/pspec.xml
+++ b/system/base/plyvel/pspec.xml
@@ -16,7 +16,7 @@
leveldb-devel
python-setuptools
- https://pypi.python.org/packages/source/p/plyvel/plyvel-0.9.tar.gz
+ https://files.pythonhosted.org/packages/4c/14/3408e92e28f4a38f51573e5ba83017fde8e3ae70522555ee2b19347e0f6e/plyvel-1.2.0.tar.gz
plyvel
@@ -31,6 +31,13 @@
+
+ 2020-12-09
+ 1.2.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2019-12-27
0.9
diff --git a/system/base/plyvel2/actions.py b/system/base/plyvel2/actions.py
deleted file mode 100644
index bd7e265a..00000000
--- a/system/base/plyvel2/actions.py
+++ /dev/null
@@ -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")
diff --git a/system/base/plyvel2/pspec.xml b/system/base/plyvel2/pspec.xml
deleted file mode 100644
index f49795df..00000000
--- a/system/base/plyvel2/pspec.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- plyvel
- https://pypi.python.org/pypi/plyvel
-
- Alihan Öztürk
- alihan@pisilinux.org
-
- BSD
- app:console
- Plyvel, a fast and feature-rich Python interface to LevelDB.
- Plyvel has a rich feature set, high performance, and a friendly Pythonic API.
-
- cython
- python-devel
- leveldb-devel
- python-setuptools
-
- https://files.pythonhosted.org/packages/4c/14/3408e92e28f4a38f51573e5ba83017fde8e3ae70522555ee2b19347e0f6e/plyvel-1.2.0.tar.gz
-
-
- plyvel
-
- libgcc
- python
- leveldb
-
-
- /usr/lib
- /usr/share/doc
-
-
-
-
- 2020-12-09
- 1.2.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-12-27
- 0.9
- Rebuild
- Idris Kalp
- idriskalp@gmail.com
-
-
- 2019-04-10
- 0.9
- Rebuild
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-07-15
- 0.9
- Rebuild
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2017-01-21
- 0.9
- Version bump.
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2016-04-27
- 0.9
- Release Bump
- PisiLinux Community
- admin@pisilinux.org
-
-
- 2016-03-02
- 0.9
- First release
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
-
diff --git a/system/base/plyvel2/translations.xml b/system/base/plyvel2/translations.xml
deleted file mode 100644
index f89fc2ae..00000000
--- a/system/base/plyvel2/translations.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- plyvel
- Plyvel, LevelDB için, hızlı ve zengin özellikli Python arabirimi.
- Plyvel zengin özelliklere sahip bir set, yüksek performanslı, ve kullanıcı dostu bir Pythonic API.
-
-