Skip to content

Commit

Permalink
Merge pull request #24806 from cmutel/ecoinvent_interface
Browse files Browse the repository at this point in the history
Add recipe for ecoinvent_interface
  • Loading branch information
ocefpaf committed Dec 18, 2023
2 parents b63cd32 + fd496f1 commit 54ab24b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/ecoinvent_interface/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "ecoinvent_interface" %}
{% set version = "2.4.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ecoinvent_interface-{{ version }}.tar.gz
sha256: 0075f93ff7125d77e3ad2c8d046b297069d18dac83261230589b47d0c1ab0fc7

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- setuptools >=68.0
- pip
run:
- python >=3.9
- lxml
- platformdirs
- py7zr
- pydantic-settings
- pyecospold
- requests
- tqdm

test:
imports:
- ecoinvent_interface
commands:
- pip check
requires:
- pip

about:
home: https://github.com/brightway-lca/ecoinvent_interface/
summary: Unofficial client for interfacing with ecoinvent database
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- cmutel

0 comments on commit 54ab24b

Please sign in to comment.