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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 17:11:25 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:11:24
  Author: felixonmars
Revision: 521289

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:11:10 UTC (rev 521288)
+++ PKGBUILD	2019-10-31 17:11:24 UTC (rev 521289)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-sqlitedict/repos/community-staging-any/PKGBUILD (from rev 521288, python-sqlitedict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:11:24 UTC (rev 521289)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sqlitedict
+pkgver=1.6.0
+pkgrel=3
+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