[arch-commits] Commit in python-sqlitedict/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:13:29 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:13:29
  Author: felixonmars
Revision: 1214129

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 10:13:17 UTC (rev 1214128)
+++ PKGBUILD	2022-05-29 10:13:29 UTC (rev 1214129)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sqlitedict
-pkgver=1.7.0
-pkgrel=4
-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=('1b2b8ada2566c8e48979b2bca99856331eb9fb7e4e651263272464566961ca7e02a868f4ae1c79459fee0fa3ff4a36580893cc5dbd2f72348f8460e7a97ac97b')
-
-build() {
-  cd sqlitedict-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sqlitedict-$pkgver
-  mkdir -p tests/db
-  python setup.py nosetests
-}
-
-package() {
-  cd sqlitedict-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-sqlitedict/repos/community-any/PKGBUILD (from rev 1214128, python-sqlitedict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-29 10:13:29 UTC (rev 1214129)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sqlitedict
+pkgver=2.0.0
+pkgrel=1
+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=('1af65e2ab3c0b8b9ecbed18857a873e3a4868130b628468dabfd0dbf5e83b659703ba85f0a82cae030b120a8c549589ed798c09c2ec129fcd7d5f65c192830a0')
+
+build() {
+  cd sqlitedict-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sqlitedict-$pkgver
+  mkdir -p tests/db
+  python setup.py nosetests
+}
+
+package() {
+  cd sqlitedict-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list