Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-minidb


Commits:
2a0726e8 by Daniel M. Capella at 2024-04-27T17:03:05-04:00
upgpkg: 2.0.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-minidb
        pkgdesc = Simple SQLite3 store for Python objects
-       pkgver = 2.0.7
-       pkgrel = 3
+       pkgver = 2.0.8
+       pkgrel = 1
        url = https://thp.io/2010/minidb/
        arch = any
        license = ISC
@@ -12,7 +12,7 @@ pkgbase = python-minidb
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = git+https://github.com/thp/minidb.git#tag=2.0.7
-       b2sums = 
7691065adfc28ae0dd2c10671560b4c3494374f654b5a707eac8fa845a80a5c9c91b3caf8c89e719f2133db84b79d143f4f63127c1d17ab826f9410153975491
+       source = git+https://github.com/thp/minidb.git#tag=2.0.8
+       b2sums = 
23f267bc4cd775206f1df577f1b996380d174d14e68766ae87ca681781b85af0cbc167f06a92f48db0bc5ddd6d6eedb2ef921a1dea2ab9b2694181133c40aeae
 
 pkgname = python-minidb


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=python-minidb
 _name=${pkgname#python-}
-pkgver=2.0.7
-pkgrel=3
+pkgver=2.0.8
+pkgrel=1
 pkgdesc='Simple SQLite3 store for Python objects'
 arch=('any')
 url=https://thp.io/2010/minidb/
@@ -19,7 +19,7 @@ makedepends=(
 )
 checkdepends=('python-pytest')
 source=("git+https://github.com/thp/minidb.git#tag=$pkgver";)
-b2sums=('7691065adfc28ae0dd2c10671560b4c3494374f654b5a707eac8fa845a80a5c9c91b3caf8c89e719f2133db84b79d143f4f63127c1d17ab826f9410153975491')
+b2sums=('23f267bc4cd775206f1df577f1b996380d174d14e68766ae87ca681781b85af0cbc167f06a92f48db0bc5ddd6d6eedb2ef921a1dea2ab9b2694181133c40aeae')
 
 build() {
   cd "$_name"
@@ -28,9 +28,7 @@ build() {
 
 check() {
   cd "$_name"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  PYTHONPATH="$PWD" pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-minidb/-/commit/2a0726e8d960315f9f80498b95f43c88783240f8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-minidb/-/commit/2a0726e8d960315f9f80498b95f43c88783240f8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to