diff --git a/recipes/audioop-lts/meta.yaml b/recipes/audioop-lts/meta.yaml new file mode 100644 index 0000000000000..b52c3e6705e9a --- /dev/null +++ b/recipes/audioop-lts/meta.yaml @@ -0,0 +1,45 @@ +{% set name = "audioop-lts" %} +{% set python_min = "3.13" %} +{% set version = "0.2.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz + sha256: e81268da0baa880431b68b1308ab7257eb33f356e57a5f9b1f915dfb13dd1387 + +build: + script: {{ PYTHON }} -m pip install . -vv + noarch: python + number: 0 + +requirements: + host: + - python {{ python_min }} + - pip + - setuptools + run: + - python >={{ python_min }} + +test: + imports: + - audioop + requires: + - python {{ python_min }} + - pip + commands: + - pip check + +about: + home: https://pypi.org/project/audioop-lts/ + summary: 'An LTS port of the Python builtin module audioop which was deprecated since version 3.11 and removed in 3.13.' + license: PSF-2.0 + license_family: PSF + license_file: LICENSE + dev_url: https://github.com/AbstractUmbra/audioop + +extra: + recipe-maintainers: + - kynan