Skip to content

Commit

Permalink
Update pymsaviz to 0.5.0 (bioconda#50713)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 authored Sep 15, 2024
1 parent 8b7b051 commit 242dcde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions recipes/pymsaviz/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pymsaviz" %}
{% set version = "0.4.2" %}
{% set version = "0.5.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pymsaviz-{{ version }}.tar.gz
sha256: a6506c75b52e8e0c9f28c13f0cca2d2c5cd642c8136dbb42426ab5f19e5ff6f7
sha256: 644a5bacfc0aa75b7c5d2c2e2b666020ac4f72e18b54a142b56d4638cfbe6764

build:
entry_points:
Expand All @@ -20,22 +20,19 @@ build:

requirements:
host:
- python >=3.8
- poetry-core >=1.0.0
- python >=3.9
- hatchling
- pip
run:
- python >=3.8
- python >=3.9
- biopython >=1.79
- matplotlib-base >=3.5.2
- pytest

test:
imports:
- pymsaviz
commands:
- pymsaviz --help
source_files:
- tests/

about:
home: https://moshi4.github.io/pyMSAviz/
Expand Down
1 change: 0 additions & 1 deletion recipes/pymsaviz/run_test.sh

This file was deleted.

0 comments on commit 242dcde

Please sign in to comment.