[arch-commits] Commit in python-sqlitedict/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 16:26:36 UTC 2019


    Date: Friday, October 25, 2019 @ 16:26:36
  Author: foutrelis
Revision: 519445

archrelease: copy trunk to community-staging-any

Added:
  python-sqlitedict/repos/community-staging-any/
  python-sqlitedict/repos/community-staging-any/PKGBUILD
    (from rev 519444, python-sqlitedict/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python-sqlitedict/repos/community-staging-any/PKGBUILD (from rev 519444, python-sqlitedict/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 16:26:36 UTC (rev 519445)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sqlitedict
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe"
+url="https://github.com/RaRe-Technologies/sqlitedict"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RaRe-Technologies/sqlitedict/archive/$pkgver.tar.gz")
+sha512sums=('3cbac61d2cc8e4608be7a5b872648d42ecdc84fdfa2b5cfcccf1d8f554f1fa0b54991c3e582f410b3ca475f71a367466c714b27c9491f8dc002a22da5fc7c611')
+
+build() {
+  cd sqlitedict-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sqlitedict-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd sqlitedict-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list