Date: Tuesday, November 8, 2022 @ 08:14:56
Author: alerque
Revision: 1345907
upgpkg: python-inflate64 0.3.1-1
Modified:
python-inflate64/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-08 08:02:05 UTC (rev 1345906)
+++ PKGBUILD 2022-11-08 08:14:56 UTC (rev 1345907)
@@ -2,11 +2,11 @@
pkgname=python-inflate64
_pyname=${pkgname#python-}
-pkgver=0.1.3
+pkgver=0.3.1
pkgrel=1
pkgdesc='decompression of deflate64, enhanced deflate and compression
algorithm'
arch=(x86_64)
-url="https://github.com/miurahr/${_pyname}"
+url="https://codeberg.org/miurahr/${_pyname}"
license=(LGPL)
depends=(python)
makedepends=(python-{build,installer,wheel}
@@ -14,7 +14,7 @@
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('8acfaa2057d9d229482f6e63af2fc9502716bef8ed287065697fcc8b0024aabe')
+sha256sums=('b52dd8fefd2ba179e5dfa18d6eca7e2fc822584616271c039d5ef1f9ca90c71c')
build(){
cd "$_archive"
@@ -23,7 +23,7 @@
check() {
cd "$_archive"
- local _pyver=$(python -c 'import sys; print(".".join(map(str,
sys.version_info[:2])))')
+ local _pyver=cpython-$(python -c 'import sys; print("".join(map(str,
sys.version_info[:2])))')
export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver"
python -m pytest tests
}