diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-09-10 10:48:04 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-13 07:58:08 +0700 |
| commit | e77528575178ce36034978caa353bd3ba52eabac (patch) | |
| tree | e30a25ca8e089c4db6c07f17f76469a19ad4a3d4 /python/python3-soxr | |
| parent | ed8dce80f33775709b8c31796fc7c7b3b3bc7088 (diff) | |
python/python3-soxr: Version bump to 1.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soxr')
| -rw-r--r-- | python/python3-soxr/README | 3 | ||||
| -rw-r--r-- | python/python3-soxr/python3-soxr.SlackBuild | 4 | ||||
| -rw-r--r-- | python/python3-soxr/python3-soxr.info | 10 |
3 files changed, 7 insertions, 10 deletions
diff --git a/python/python3-soxr/README b/python/python3-soxr/README index 0e67299e12..cd0016b025 100644 --- a/python/python3-soxr/README +++ b/python/python3-soxr/README @@ -2,6 +2,3 @@ python3-soxr (Sample-rate conversion library for Python) High quality, one-dimensional sample-rate conversion library for Python. - -NOTE: Unable to support newer versions due to requiring newer version -of cython than is available in Slackware 15.0. diff --git a/python/python3-soxr/python3-soxr.SlackBuild b/python/python3-soxr/python3-soxr.SlackBuild index 5ca67ccc6a..45a4ff4036 100644 --- a/python/python3-soxr/python3-soxr.SlackBuild +++ b/python/python3-soxr/python3-soxr.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-soxr -VERSION=${VERSION:-0.5.0.post1} -SOXRVER=${SOXRVER:-edbdb40} +VERSION=${VERSION:-1.0.0} +SOXRVER=${SOXRVER:-a66f3ee} SRCNAM=${SRCNAM:-python-soxr} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-soxr/python3-soxr.info b/python/python3-soxr/python3-soxr.info index 56c17b88f1..3c17ada128 100644 --- a/python/python3-soxr/python3-soxr.info +++ b/python/python3-soxr/python3-soxr.info @@ -1,10 +1,10 @@ PRGNAM="python3-soxr" -VERSION="0.5.0.post1" +VERSION="1.0.0" HOMEPAGE="https://github.com/dofuuz/python-soxr/" -DOWNLOAD="https://github.com/dofuuz/python-soxr/archive/refs/tags/v0.5.0.post1/python-soxr-0.5.0.post1.tar.gz \ - https://github.com/dofuuz/soxr/archive/edbdb40/soxr-edbdb4081db14eb21729b57c4f2c813514ad0259.tar.gz" -MD5SUM="19324df276952c88e47e3fdfe96ba700 \ - 766a6704052d5f876887002acc1b133b" +DOWNLOAD="https://github.com/dofuuz/python-soxr/archive/refs/tags/v1.0.0/python-soxr-1.0.0.tar.gz \ + https://github.com/dofuuz/soxr/archive/a66f3ee/soxr-a66f3eeeeb62a32403ff143b756eed92b1ec6b62.tar.gz" +MD5SUM="0ef46bfbee4a4ac89a0e49e22fbcf2ad \ + ded376a240eb4957c91527be4f935e5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-numpy nanobind" |
