forked from conda-forge/staged-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
42 lines (35 loc) · 874 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{% set name = "standard-chunk" %}
{% set version = "3.13.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/standard_chunk-{{ version }}.tar.gz
sha256: 4ac345d37d7e686d2755e01836b8d98eda0d1a3ee90375e597ae43aaf064d654
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python {{ python_min }}
- setuptools >=75.0
- pip
run:
- python >={{ python_min }}
test:
imports:
- chunk
commands:
- pip check
requires:
- python {{ python_min }}
- pip
about:
summary: Standard library chunk redistribution. "dead battery".
license: BSD-4-Clause
license_file: LICENSE
home: https://github.com/youknowone/python-deadlib
extra:
recipe-maintainers:
- bmcfee