Skip to content

Commit

Permalink
Adopt cfep 25
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 12, 2024
1 parent 745a6a9 commit 85efadb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python_min:
- '3.10'
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ package:
version: {{ version }}

source:
- url: https://pypi.io/packages/source/c/conda-store/conda_store-{{ version }}.tar.gz
- url: https://pypi.org/packages/source/c/conda-store/conda_store-{{ version }}.tar.gz
sha256: 2b2c5039776d299f14af48739701def9bfc3764f67f1b7335ae9f9d88cc52fc0
folder: conda-store
- url: https://pypi.io/packages/source/c/conda-store-server/conda_store_server-{{ version }}.tar.gz
- url: https://pypi.org/packages/source/c/conda-store-server/conda_store_server-{{ version }}.tar.gz
sha256: 61451e3893e8a109d7015dbedc4748691f59c11357f92ab2face5c0e66eef760
folder: conda-store-server

build:
number: 0
number: 1

outputs:
- name: conda-store
Expand All @@ -26,7 +26,7 @@ outputs:
- conda-store = conda_store.__main__:main
requirements:
host:
- python >=3.8
- python {{ python_min }}
- pip
- hatchling >=1.14.0
- hatch-vcs
Expand All @@ -36,7 +36,7 @@ outputs:
- __win # [win]
- aiohttp >=3.8.1
- click
- python >=3.8
- python >={{ python_min }}
- rich
- ruamel.yaml
- yarl
Expand All @@ -59,7 +59,7 @@ outputs:
- conda-store-worker = conda_store_server._internal.worker.__main__:main
requirements:
host:
- python >=3.8
- python {{ python_min }}
- pip
- hatchling >=1.14.0
- hatch-vcs
Expand All @@ -81,7 +81,7 @@ outputs:
- minio
- pydantic <2.0a0
- pyjwt
- python >=3.8
- python >={{ python_min }}
- python-docker
- python-multipart
- pyyaml
Expand Down

0 comments on commit 85efadb

Please sign in to comment.