pkgsrc-WIP-changes archive

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

py-soxr: Add v0.3.7



Module Name:	pkgsrc-wip
Committed By:	Malte Dehling <mdehling%gmail.com@localhost>
Pushed By:	mdehling
Date:		Mon Jun 3 17:00:10 2024 -0700
Changeset:	1c99a5ae6fd1f5f02f01c4e329d8068834cac5dd

Modified Files:
	Makefile
Added Files:
	py-soxr/DESCR
	py-soxr/Makefile
	py-soxr/PLIST
	py-soxr/distinfo

Log Message:
py-soxr: Add v0.3.7

High quality, one-dimensional sample-rate conversion library for Python.

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

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

diffstat:
 Makefile         |  1 +
 py-soxr/DESCR    |  1 +
 py-soxr/Makefile | 25 +++++++++++++++++++++++++
 py-soxr/PLIST    | 22 ++++++++++++++++++++++
 py-soxr/distinfo |  5 +++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c2c4464b25..f643010205 100644
--- a/Makefile
+++ b/Makefile
@@ -4548,6 +4548,7 @@ SUBDIR+=	py-sode
 SUBDIR+=	py-sofa
 SUBDIR+=	py-solpy
 SUBDIR+=	py-sortedcollections
+SUBDIR+=	py-soxr
 SUBDIR+=	py-spacy
 SUBDIR+=	py-spambayes
 SUBDIR+=	py-spams
diff --git a/py-soxr/DESCR b/py-soxr/DESCR
new file mode 100644
index 0000000000..36268060f5
--- /dev/null
+++ b/py-soxr/DESCR
@@ -0,0 +1 @@
+High quality, one-dimensional sample-rate conversion library for Python.
diff --git a/py-soxr/Makefile b/py-soxr/Makefile
new file mode 100644
index 0000000000..1d8eaae967
--- /dev/null
+++ b/py-soxr/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	soxr-0.3.7
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	audio python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/soxr/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dofuuz/python-soxr
+COMMENT=	Sample-rate conversion library for Python
+LICENSE=	gnu-lgpl-v2.1
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
+PYTHON_PLATFORM=	${LOWER_OPSYS}-${OS_VERSION}-${MACHINE}-cpython-${PYTHON_VERSION}
+TEST_ENV+=		PYTHONPATH=${WRKSRC:Q}/build/lib.${PYTHON_PLATFORM}
+
+.include "../../lang/python/wheel.mk"
+#.include "../../audio/libsoxr/buildlink3.mk"	# XXX: vendored
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-soxr/PLIST b/py-soxr/PLIST
new file mode 100644
index 0000000000..3cdab7a7a2
--- /dev/null
+++ b/py-soxr/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING.LGPL
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/soxr/__init__.pxd
+${PYSITELIB}/soxr/__init__.py
+${PYSITELIB}/soxr/__init__.pyc
+${PYSITELIB}/soxr/__init__.pyo
+${PYSITELIB}/soxr/_csoxr_version.c
+${PYSITELIB}/soxr/_version.py
+${PYSITELIB}/soxr/_version.pyc
+${PYSITELIB}/soxr/_version.pyo
+${PYSITELIB}/soxr/csoxr.pxd
+${PYSITELIB}/soxr/csoxr_version.c
+${PYSITELIB}/soxr/csoxr_version.h
+${PYSITELIB}/soxr/cysoxr.c
+${PYSITELIB}/soxr/cysoxr.pyx
+${PYSITELIB}/soxr/cysoxr.so
+${PYSITELIB}/soxr/soxr-config.h
diff --git a/py-soxr/distinfo b/py-soxr/distinfo
new file mode 100644
index 0000000000..636a17a613
--- /dev/null
+++ b/py-soxr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (soxr-0.3.7.tar.gz) = 099579cc82b7e833e2c1a9bcecce87571962bad16042d9bf4298fda55a7f94a9
+SHA512 (soxr-0.3.7.tar.gz) = 3ebdee12173c06a41fa09397ba707bacc747ff83cb5095faa0594d3fe489e084a6129d7262df93015cd0cc15e5c136d8c03f391a1864eaad739da104b40a8590
+Size (soxr-0.3.7.tar.gz) = 296432 bytes


Home | Main Index | Thread Index | Old Index