Skip to content

Commit

Permalink
audio/py-audioread: Update to 3.0.1
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/beetbox/audioread/commits/main
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent f6a8891 commit 538a35c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions audio/py-audioread/Makefile
@@ -1,5 +1,5 @@
PORTNAME= audioread
PORTVERSION= 3.0.0
PORTVERSION= 3.0.1
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions audio/py-audioread/distinfo
@@ -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

0 comments on commit 538a35c

Please sign in to comment.