forked from AguaClara/aguaclara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
49 lines (42 loc) · 1003 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
43
44
45
46
47
48
49
{% set name = "aide_design" %}
{% set version = "0.0.0" %}
{% set hash_type = "sha256" %}
{% set hash_value = "6cf7b6b98bed2337af42f679c072fd9815538b478cca03df309cc1b2c659ab79" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.tar.gz'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
'{{ hash_type }}': '{{ hash_value }}'
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- pint
- numpy
- pandas
- matplotlib
run:
- python
- pint
- numpy
- pandas
- matplotlib
test:
imports:
- aide_design
about:
home: https://github.com/AguaClara/aguaclara_design
license: MIT
license_family: MIT
license_file: ''
summary: AguaClara Infrastructure Design Engine
description: ''
doc_url: ''
dev_url: ''
extra:
recipe-maintainers: ''