Skip to content

Commit

Permalink
Migrato to rattler-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adament committed Dec 3, 2024
1 parent bfc6376 commit 52e556a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 40 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
conda_forge_output_validation: true
conda_build_tool: rattler-build
github:
branch_name: main
tooling_branch_name: main
Expand Down
40 changes: 0 additions & 40 deletions recipe/meta.yaml

This file was deleted.

42 changes: 42 additions & 0 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
context:
name: fredapi
version: 0.5.2

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

source:
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
sha256: 405ca048abed4207d93dbc9b7ee8c46d6b473483650323e2f1c094af83d4b247

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

requirements:
host:
- python
- pip
- setuptools
run:
- pandas
- python

tests:
- python:
imports:
- fredapi
# pip_check: false

about:
license: Apache-2.0
license_file: LICENSE
summary: Python API for Federal Reserve Economic Data (FRED) from St. Louis Fed
homepage: https://github.com/mortada/fredapi

extra:
recipe-maintainers:
- adament
- tk3369

0 comments on commit 52e556a

Please sign in to comment.