pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-resampy: Update to v0.4.3



Module Name:	pkgsrc-wip
Committed By:	Malte Dehling <mdehling%gmail.com@localhost>
Pushed By:	mdehling
Date:		Mon Jun 3 10:37:54 2024 -0700
Changeset:	476e2ff5090d4b5e15e202e05e302ac4bc0fe8ff

Modified Files:
	py-resampy/Makefile
	py-resampy/PLIST
	py-resampy/distinfo
Removed Files:
	py-resampy/TODO

Log Message:
py-resampy: Update to v0.4.3

- convert to wheel
- remove TODO (testing works fine)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=476e2ff5090d4b5e15e202e05e302ac4bc0fe8ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-resampy/Makefile | 16 +++++++++-------
 py-resampy/PLIST    | 10 +++++-----
 py-resampy/TODO     |  1 -
 py-resampy/distinfo |  6 +++---
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs:
diff --git a/py-resampy/Makefile b/py-resampy/Makefile
index 28e27be288..fbbc3ebf26 100644
--- a/py-resampy/Makefile
+++ b/py-resampy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/01/04 20:52:34 wiz Exp $
+# $NetBSD$
 
-DISTNAME=	resampy-0.2.2
+DISTNAME=	resampy-0.4.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	audio python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/resampy/}
@@ -10,14 +10,16 @@ HOMEPAGE=	https://github.com/bmcfee/resampy
 COMMENT=	Efficient sample rate conversion in Python
 LICENSE=	isc
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-numba-[0-9]*:../../math/py-numba
 DEPENDS+=	${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-resampy/PLIST b/py-resampy/PLIST
index 58b2fe774d..d5a8f1dbc3 100644
--- a/py-resampy/PLIST
+++ b/py-resampy/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/resampy/__init__.py
 ${PYSITELIB}/resampy/__init__.pyc
 ${PYSITELIB}/resampy/__init__.pyo
diff --git a/py-resampy/TODO b/py-resampy/TODO
deleted file mode 100644
index 11bb2cd715..0000000000
--- a/py-resampy/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Finished, but tests only test coverage, so not sure if it works.
diff --git a/py-resampy/distinfo b/py-resampy/distinfo
index cda8f0b81d..5400c8127a 100644
--- a/py-resampy/distinfo
+++ b/py-resampy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.8 2021/10/26 09:59:25 nia Exp $
 
-BLAKE2s (resampy-0.2.2.tar.gz) = 2c3c4975301f9b098b6ba866440e33405f23771d5233c32b5051b160b07ec9f3
-SHA512 (resampy-0.2.2.tar.gz) = 779aee8a41e478f90c43f672872f8ce5c81f372b70318d0b0236eed6816abebf006f920e732e4263d43ecd900bcdb16cf7cb71fdb7f4094cc8fbcae53f2271dd
-Size (resampy-0.2.2.tar.gz) = 323380 bytes
+BLAKE2s (resampy-0.4.3.tar.gz) = 1ac93123bbb898de69f9dc0bdfbdbc2a56b6994b224850168a9f55560ef18d08
+SHA512 (resampy-0.4.3.tar.gz) = c368f00cb67327fc7d831275e446379866be5f82867a5c7b6a78d3e3f47a6aad9cea18e7f3c5aa1a15d9b1444770e3014e6b5b79a6e7fc0df960a3c4d9ea8ab3
+Size (resampy-0.4.3.tar.gz) = 3080604 bytes


Home | Main Index | Thread Index | Old Index