summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO26
1 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8c8ef90377..fb9c2ae2d49d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
pkgbase = python-pickledb
- pkgdesc = pickleDB is lightweight, fast, and simple database based on Python’s own json module
- pkgver = 0.9.2
+ pkgdesc = A lightweight, fast and simple database based on Python’s own json module
+ pkgver = 0.9.3.r13.g68b24d6
pkgrel = 1
- url = http://packages.python.org/pickleDB/
+ url = https://pypi.org/project/pickleDB
arch = any
- license = BSD
+ license = BSD-3-Clause
+ checkdepends = python-pytest
+ makedepends = git
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools
- makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/pickleDB/pickleDB-0.9.2.tar.gz
- source = LICENSE
- md5sums = 02babaf13cf10782175e3ec6e4d452a5
- md5sums = 173f7ea52700eee04c0d48eb75d6f1cf
+ makedepends = python-wheel
+ depends = python
+ source = pickledb::git+https://github.com/patx/pickledb.git#commit=68b24d6291a89923ae604feab1f8817d9b1792b6
+ b2sums = SKIP
pkgname = python-pickledb
- depends = python-simplejson
-
-pkgname = python2-pickledb
- depends = python2-simplejson
-