Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiosqlite
Commits: f654930d by Carl Smedstad at 2025-02-07T21:48:44+01:00 upgpkg: 0.21.0-1: Upstream release https://github.com/omnilib/aiosqlite/releases/tag/v0.21.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-aiosqlite pkgdesc = Asyncio bridge to the standard sqlite3 module - pkgver = 0.20.0 - pkgrel = 2 + pkgver = 0.21.0 + pkgrel = 1 url = https://github.com/omnilib/aiosqlite arch = any license = MIT @@ -10,7 +10,7 @@ pkgbase = python-aiosqlite makedepends = python-flit-core makedepends = python-installer depends = python - source = python-aiosqlite-0.20.0.tar.gz::https://github.com/omnilib/aiosqlite/archive/v0.20.0.tar.gz - sha256sums = 63ecc7f7ffa0d0c2ba918b3c2bfe6f96b65fd7388b9041ae77b020ea8ff566db + source = python-aiosqlite-0.21.0.tar.gz::https://github.com/omnilib/aiosqlite/archive/v0.21.0.tar.gz + sha256sums = f2338f94d62f5faf5c2da409c3fcd6862e53075cfa52abe521ddba324d472f21 pkgname = python-aiosqlite ===================================== PKGBUILD ===================================== @@ -2,9 +2,8 @@ # Contributor: Filipe LaĆns (FFY00) <[email protected]> pkgname=python-aiosqlite -_pkgname=${pkgname#python-} -pkgver=0.20.0 -pkgrel=2 +pkgver=0.21.0 +pkgrel=1 pkgdesc="Asyncio bridge to the standard sqlite3 module" arch=(any) url="https://github.com/omnilib/aiosqlite" @@ -17,25 +16,20 @@ makedepends=( ) checkdepends=(python-aiounittest) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('63ecc7f7ffa0d0c2ba918b3c2bfe6f96b65fd7388b9041ae77b020ea8ff566db') - -_archive="$_pkgname-$pkgver" +sha256sums=('f2338f94d62f5faf5c2da409c3fcd6862e53075cfa52abe521ddba324d472f21') build() { - cd "$_archive" - + cd ${pkgname#python-}-$pkgver python -m build --wheel --no-isolation } check() { - cd "$_archive" - - python -m unittest + cd ${pkgname#python-}-$pkgver + python -m unittest discover -v } package() { - cd "$_archive" - + cd ${pkgname#python-}-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE + install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiosqlite/-/commit/f654930dcc4d8ee2eca52d836f68d20dd54ee1c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiosqlite/-/commit/f654930dcc4d8ee2eca52d836f68d20dd54ee1c4 You're receiving this email because of your account on gitlab.archlinux.org.
