From 94f0de7146085011b5fc5aa0848cbc754a2ec447 Mon Sep 17 00:00:00 2001 From: Mahdi Farmahini Farahani Date: Sun, 2 Mar 2025 00:23:12 +0330 Subject: [PATCH] Update meta.yaml --- recipe/meta.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index df4640b..7e82656 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,12 +1,10 @@ -{% set version = environ.get('FEZRS_VERSION', '0.4.10') %} - package: name: fezrs - version: {{ version }} + version: "{{ version }}" # This will be replaced by the script with the actual version from VERSION file source: url: https://pypi.io/packages/source/f/fezrs/fezrs-{{ version }}.tar.gz - sha256: 5e6881632966fbf10d97d0077952c031784b25353807a404421b412029625d78 # Update with the correct checksum + sha256: {{ sha256_placeholder }} # This will be updated by your script build: number: 1 @@ -26,3 +24,15 @@ requirements: - scikit-learn - fastapi - opencv + +test: + imports: + - fezrs # Replace this with actual module names you're testing + commands: + - pytest # Or any other test commands you want to run + +about: + home: https://github.com/your-username/fezrs # Change to your repo URL + license: Apache 2.0 # Specify the license + license_file: LICENSE # If you have a LICENSE file + summary: "Your package description here."