mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
audio/py-audioread: Update to 3.0.1
- Convert to USE_PYTHON=pep517 Changes: https://github.com/beetbox/audioread/commits/main
This commit is contained in:
parent
f6a8891e55
commit
538a35cc74
@ -1,5 +1,5 @@
|
||||
PORTNAME= audioread
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,8 +11,10 @@ WWW= https://github.com/beetbox/audioread
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1661599217
|
||||
SHA256 (audioread-3.0.0.tar.gz) = 121995bd207eb1fda3d566beb851d3534275925bc35a4fb6da0cb11de0f7251a
|
||||
SIZE (audioread-3.0.0.tar.gz) = 377038
|
||||
TIMESTAMP = 1696001324
|
||||
SHA256 (audioread-3.0.1.tar.gz) = ac5460a5498c48bdf2e8e767402583a4dcd13f4414d286f42ce4379e8b35066d
|
||||
SIZE (audioread-3.0.1.tar.gz) = 116513
|
||||
|
Loading…
Reference in New Issue
Block a user