-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
meta.yaml
80 lines (70 loc) · 2.07 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{% set name = "OpenFisca-France" %}
{% set version = "103.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://files.pythonhosted.org/packages/c4/55/7e186b3761f6abe6f502fe7be830a9a8f6721828dc6b919e7481d8486954/OpenFisca-France-{{ version }}.tar.gz
sha256: 52aeb8e431d217b00412db0adf32a1fc94912b1a6acd85460692e1653a0254dd
build:
noarch: python
number: 0
requirements:
host:
- python
- pip
run:
- python >=3.6,<4.0
- OpenFisca-Core >=35.2.0,<36.0
test:
imports:
- openfisca_france
requires:
- pip
- pytest >=4.4.1,<6.0.0 # To be Removed when OF-Core as been updated
commands:
- pip check
outputs:
- name: openfisca-france
- name: openfisca-france-scipy
build:
noarch: python
requirements:
host:
- python
run:
- scipy >=0.17
- {{ pin_subpackage('openfisca-france', exact=True) }}
- name: openfisca-france-dev
build:
noarch: python
requirements:
host:
- python
run:
- autopep8 ==1.5.7
- flake8 >=3.8.0,<3.10.0
- flake8-print
- pytest >=5.0.0, <7.0.0
- requests >=2.8
- yamllint >=1.11.1,<1.27
- {{ pin_subpackage('openfisca-france-scipy', exact=True) }}
about:
home: https://fr.openfisca.org/
# Use the SPDX identifier, e.g: GPL-2.0-only instead of GNU General Public License version 2.0
# See https://spdx.org/licenses/
license_family: AGPL
license: AGPL-3.0-only
license_file: LICENSE
summary: "French tax and benefit system for OpenFisca"
description: |
OpenFisca is a versatile microsimulation free software.
This repository contains the OpenFisca model of the French tax and benefit system.
Therefore, the working language here is French.
doc_url: https://fr.openfisca.org/
dev_url: https://github.com/openfisca/openfisca-france/
extra:
recipe-maintainers:
# GitHub IDs for maintainers of the recipe.
# Always check with the people listed below if they are OK becoming maintainers of the recipe. (There will be spam!)
- benoit-cty