pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-audioop-lts



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 15 08:05:37 UTC 2026

Added Files:
        pkgsrc/audio/py-audioop-lts: DESCR Makefile PLIST distinfo

Log Message:
py-audioop-lts: added version 0.2.2

An LTS port of the Python builtin module audioop which was deprecated since
version 3.11 and removed in 3.13.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/py-audioop-lts/DESCR \
    pkgsrc/audio/py-audioop-lts/Makefile pkgsrc/audio/py-audioop-lts/PLIST \
    pkgsrc/audio/py-audioop-lts/distinfo

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

Added files:

Index: pkgsrc/audio/py-audioop-lts/DESCR
diff -u /dev/null pkgsrc/audio/py-audioop-lts/DESCR:1.1
--- /dev/null   Wed Apr 15 08:05:37 2026
+++ pkgsrc/audio/py-audioop-lts/DESCR   Wed Apr 15 08:05:37 2026
@@ -0,0 +1,2 @@
+An LTS port of the Python builtin module audioop which was deprecated since
+version 3.11 and removed in 3.13.
Index: pkgsrc/audio/py-audioop-lts/Makefile
diff -u /dev/null pkgsrc/audio/py-audioop-lts/Makefile:1.1
--- /dev/null   Wed Apr 15 08:05:37 2026
+++ pkgsrc/audio/py-audioop-lts/Makefile        Wed Apr 15 08:05:37 2026
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:05:37 adam Exp $
+
+DISTNAME=      audioop_lts-0.2.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    audio python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/audioop-lts/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/AbstractUmbra/audioop
+COMMENT=       LTS Port of Python audioop
+LICENSE=       python-software-foundation
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311 312
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/py-audioop-lts/PLIST
diff -u /dev/null pkgsrc/audio/py-audioop-lts/PLIST:1.1
--- /dev/null   Wed Apr 15 08:05:37 2026
+++ pkgsrc/audio/py-audioop-lts/PLIST   Wed Apr 15 08:05:37 2026
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:05:37 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/audioop/__init__.py
+${PYSITELIB}/audioop/__init__.pyc
+${PYSITELIB}/audioop/__init__.pyi
+${PYSITELIB}/audioop/__init__.pyo
+${PYSITELIB}/audioop/_audioop.abi3.so
+${PYSITELIB}/audioop/py.typed
Index: pkgsrc/audio/py-audioop-lts/distinfo
diff -u /dev/null pkgsrc/audio/py-audioop-lts/distinfo:1.1
--- /dev/null   Wed Apr 15 08:05:37 2026
+++ pkgsrc/audio/py-audioop-lts/distinfo        Wed Apr 15 08:05:37 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:05:37 adam Exp $
+
+BLAKE2s (audioop_lts-0.2.2.tar.gz) = e711cf4ba3f56e338a1d2ca84a5c1aab311bc65cbb258e02f6e4bab016ec4fd7
+SHA512 (audioop_lts-0.2.2.tar.gz) = e7ed20da985c0aff20fe60ef8f3a36b7306c86677b969509840efce0667d65880c922edff61453aa25fde036aa1d46b1890e78ddfaa6be8468d4203ef074df16
+Size (audioop_lts-0.2.2.tar.gz) = 30686 bytes



Home | Main Index | Thread Index | Old Index