git: 7673da96261d - main - audio/py-audioread: Update to 3.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 11:43:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7673da96261d5d9b1a0bd1fe7dc735a6dd0f56e5
commit 7673da96261d5d9b1a0bd1fe7dc735a6dd0f56e5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-31 11:22:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-31 11:41:01 +0000
audio/py-audioread: Update to 3.0.0
Changes: https://github.com/beetbox/audioread/commits/main
---
audio/py-audioread/Makefile | 2 +-
audio/py-audioread/distinfo | 6 +++---
audio/py-audioread/files/patch-setup.py | 10 ----------
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/audio/py-audioread/Makefile b/audio/py-audioread/Makefile
index b110e2e9cf79..3f6f577b2c44 100644
--- a/audio/py-audioread/Makefile
+++ b/audio/py-audioread/Makefile
@@ -1,5 +1,5 @@
PORTNAME= audioread
-PORTVERSION= 2.1.9
+PORTVERSION= 3.0.0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-audioread/distinfo b/audio/py-audioread/distinfo
index 832179540725..cac5130ea3fb 100644
--- a/audio/py-audioread/distinfo
+++ b/audio/py-audioread/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604480728
-SHA256 (audioread-2.1.9.tar.gz) = a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089
-SIZE (audioread-2.1.9.tar.gz) = 377500
+TIMESTAMP = 1661599217
+SHA256 (audioread-3.0.0.tar.gz) = 121995bd207eb1fda3d566beb851d3534275925bc35a4fb6da0cb11de0f7251a
+SIZE (audioread-3.0.0.tar.gz) = 377038
diff --git a/audio/py-audioread/files/patch-setup.py b/audio/py-audioread/files/patch-setup.py
deleted file mode 100644
index 4da5af98e66a..000000000000
--- a/audio/py-audioread/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2019-09-01 00:41:41 UTC
-+++ setup.py
-@@ -37,7 +37,6 @@ setup(name='audioread',
- packages=['audioread'],
-
- tests_require=[
-- 'pytest-runner',
- 'pytest'
- ],
-