Sun Apr 30 18:31:42 2023 UTC ()
py-audioread: not for python 2


(wiz)
diff -r1.9 -r1.10 pkgsrc/audio/py-audioread/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/audio/py-audioread/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/py-audioread/Makefile 2022/01/04 20:52:32 1.9
+++ pkgsrc/audio/py-audioread/Makefile 2023/04/30 18:31:42 1.10
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2023/04/30 18:31:42 wiz Exp $
2 2
3DISTNAME= audioread-2.1.9 3DISTNAME= audioread-2.1.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= audio python 6CATEGORIES= audio python
7MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/sampsyo/audioread 10HOMEPAGE= https://github.com/sampsyo/audioread
11COMMENT= Audio file decoder 11COMMENT= Audio file decoder
12LICENSE= mit 12LICENSE= mit
13 13
14BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 14BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 27
 19
18.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"