forked from conda-forge/staged-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
40 lines (33 loc) · 791 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
{% set name = "standard-sunau" %}
{% set version = "3.13.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/standard_sunau-{{ version }}.tar.gz
sha256: b319a1ac95a09a2378a8442f403c66f4fd4b36616d6df6ae82b8e536ee790908
build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python
- setuptools >=75.0
- pip
run:
- python
test:
imports:
- sunau
commands:
- pip check
requires:
- pip
about:
summary: Standard library sunau redistribution. "dead battery".
license: BSD-4-Clause
license_file: LICENSE
home: https://github.com/youknowone/python-deadlib
extra:
recipe-maintainers:
- bmcfee