Date: Monday, December 5, 2022 @ 11:31:03
  Author: felixonmars
Revision: 1356534

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-05 11:30:54 UTC (rev 1356533)
+++ PKGBUILD    2022-12-05 11:31:03 UTC (rev 1356534)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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
-}

Copied: python-sqlitedict/repos/community-any/PKGBUILD (from rev 1356533, 
python-sqlitedict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-05 11:31:03 UTC (rev 1356534)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-sqlitedict
+pkgver=2.1.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/v$pkgver.tar.gz";)
+sha512sums=('93f4c539c53f92bc320ff654b08f2f24eea886ab28a31ff211094f744674e08bd79e2c3fc3e1489e663030e49bf2aa8cf70d7e030293f830cfb5db08b6bd2853')
+
+build() {
+  cd sqlitedict-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sqlitedict-$pkgver
+  mkdir -p tests/db
+  nosetests3
+}
+
+package() {
+  cd sqlitedict-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to