Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-soxr
Commits:
8138fa9e by Maxime Gauduin at 2026-05-29T19:27:06+02:00
upgpkg: 1.1.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-soxr
pkgdesc = High quality, one-dimensional sample-rate conversion library
for Python
- pkgver = 0.5.0.post1
- pkgrel = 4
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/dofuuz/python-soxr
arch = x86_64
license = LGPL-2.1-or-later
@@ -13,12 +13,11 @@ pkgbase = python-soxr
makedepends = python-scikit-build-core
makedepends = python-setuptools
makedepends = python-setuptools-scm
- depends = gcc-libs
depends = glibc
depends = libsoxr
depends = python
depends = python-numpy
- source =
git+https://github.com/dofuuz/python-soxr.git#tag=ebe422ceaf44c240bfc8e43a7e1dc023d9d584ba
- b2sums =
efb1ad624bc79e6f51ade5bd043758d27ab0326a5a4ae95f24e616f5b83cd65221defde8d534700203653e2ac3fdca655833cd04925998a568ed2e1b96e65b2c
+ source = git+https://github.com/dofuuz/python-soxr.git#tag=v1.1.0
+ b2sums = SKIP
pkgname = python-soxr
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,13 @@
# Contributor: Claudia Pellegrino <[email protected]>
pkgname=python-soxr
-pkgver=0.5.0.post1
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
pkgdesc='High quality, one-dimensional sample-rate conversion library for
Python'
arch=(x86_64)
url=https://github.com/dofuuz/python-soxr
license=(LGPL-2.1-or-later)
depends=(
- gcc-libs
glibc
libsoxr
python
@@ -25,20 +24,14 @@ makedepends=(
python-setuptools
python-setuptools-scm
)
-_tag=ebe422ceaf44c240bfc8e43a7e1dc023d9d584ba
-source=(git+https://github.com/dofuuz/python-soxr.git#tag=${_tag})
-b2sums=('efb1ad624bc79e6f51ade5bd043758d27ab0326a5a4ae95f24e616f5b83cd65221defde8d534700203653e2ac3fdca655833cd04925998a568ed2e1b96e65b2c')
+source=(git+https://github.com/dofuuz/python-soxr.git#tag=v${pkgver})
+b2sums=(SKIP)
prepare() {
cd python-soxr
rm -rf libsoxr
}
-pkgver() {
- cd python-soxr
- git describe --tags | sed 's/^v//'
-}
-
build() {
cd python-soxr
export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-soxr/-/commit/8138fa9e8cbf6195c669626a79efb0b9d496ef5c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-soxr/-/commit/8138fa9e8cbf6195c669626a79efb0b9d496ef5c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help