Skip to content

Commit 06bbdc1

Browse files
authored
Merge pull request #29400 from bmcfee/standard-aifc
Dead batteries packages: standard-aifc, standard-sunau, standard-chunk, and audioop-lts
2 parents e8d809c + 4d9613d commit 06bbdc1

File tree

4 files changed

+168
-0
lines changed

4 files changed

+168
-0
lines changed

recipes/audioop-lts/meta.yaml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{% set name = "audioop-lts" %}
2+
{% set version = "0.2.1" %}
3+
{% set python_min = "3.13" %}
4+
5+
package:
6+
name: {{ name|lower }}
7+
version: {{ version }}
8+
9+
source:
10+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/audioop_lts-{{ version }}.tar.gz
11+
sha256: e81268da0baa880431b68b1308ab7257eb33f356e57a5f9b1f915dfb13dd1387
12+
13+
build:
14+
noarch: python
15+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
16+
number: 0
17+
18+
requirements:
19+
build:
20+
- {{ compiler('c') }}
21+
- {{ stdlib('c') }}
22+
host:
23+
- python {{ python_min }}
24+
- setuptools
25+
- pip
26+
run:
27+
- python >={{ python_min }}
28+
29+
test:
30+
imports:
31+
- audioop
32+
commands:
33+
- pip check
34+
requires:
35+
- python {{ python_min }}
36+
- pip
37+
38+
about:
39+
summary: LTS Port of Python audioop
40+
license: EPL-2.0
41+
license_file: LICENSE
42+
home: https://github.com/AbstractUmbra/audioop
43+
44+
extra:
45+
recipe-maintainers:
46+
- bmcfee

recipes/standard-aifc/meta.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{% set name = "standard-aifc" %}
2+
{% set version = "3.13.0" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/standard_aifc-{{ version }}.tar.gz
10+
sha256: 64e249c7cb4b3daf2fdba4e95721f811bde8bdfc43ad9f936589b7bb2fae2e43
11+
12+
build:
13+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
14+
number: 0
15+
16+
requirements:
17+
host:
18+
- python
19+
- setuptools >=61.0
20+
- pip
21+
run:
22+
- python
23+
24+
test:
25+
imports:
26+
- aifc
27+
commands:
28+
- pip check
29+
requires:
30+
- pip
31+
32+
about:
33+
summary: Standard library aifc redistribution. "dead battery".
34+
license: BSD-4-Clause
35+
license_file: LICENSE
36+
home: https://github.com/youknowone/python-deadlib
37+
38+
extra:
39+
recipe-maintainers:
40+
- bmcfee

recipes/standard-chunk/meta.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{% set name = "standard-chunk" %}
2+
{% set version = "3.13.0" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/standard_chunk-{{ version }}.tar.gz
10+
sha256: 4ac345d37d7e686d2755e01836b8d98eda0d1a3ee90375e597ae43aaf064d654
11+
12+
build:
13+
noarch: python
14+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15+
number: 0
16+
17+
requirements:
18+
host:
19+
- python {{ python_min }}
20+
- setuptools >=75.0
21+
- pip
22+
run:
23+
- python >={{ python_min }}
24+
25+
test:
26+
imports:
27+
- chunk
28+
commands:
29+
- pip check
30+
requires:
31+
- python {{ python_min }}
32+
- pip
33+
34+
about:
35+
summary: Standard library chunk redistribution. "dead battery".
36+
license: BSD-4-Clause
37+
license_file: LICENSE
38+
home: https://github.com/youknowone/python-deadlib
39+
40+
extra:
41+
recipe-maintainers:
42+
- bmcfee

recipes/standard-sunau/meta.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{% set name = "standard-sunau" %}
2+
{% set version = "3.13.0" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/standard_sunau-{{ version }}.tar.gz
10+
sha256: b319a1ac95a09a2378a8442f403c66f4fd4b36616d6df6ae82b8e536ee790908
11+
12+
build:
13+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
14+
number: 0
15+
16+
requirements:
17+
host:
18+
- python
19+
- setuptools >=75.0
20+
- pip
21+
run:
22+
- python
23+
24+
test:
25+
imports:
26+
- sunau
27+
commands:
28+
- pip check
29+
requires:
30+
- pip
31+
32+
about:
33+
summary: Standard library sunau redistribution. "dead battery".
34+
license: BSD-4-Clause
35+
license_file: LICENSE
36+
home: https://github.com/youknowone/python-deadlib
37+
38+
extra:
39+
recipe-maintainers:
40+
- bmcfee

0 commit comments

Comments
 (0)