Skip to content

Commit

Permalink
Update bioblend to 1.4.0 (bioconda#51984)
Browse files Browse the repository at this point in the history
* Update bioblend to 1.4.0

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
2 people authored and glis-glis committed Nov 8, 2024
1 parent f5f9c3c commit 69a4dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 113 deletions.
7 changes: 4 additions & 3 deletions recipes/bioblend/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "bioblend" %}
{% set version = "1.3.0" %}
{% set version = "1.4.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/b/bioblend/bioblend-{{ version }}.tar.gz
sha256: e72318e10c29a81c16281d25aaac00989a07fc2900be7479137964232cc4a507
sha256: 175d49d288e27d132ff59c870551c87cd95d7747be55ab94807c563291a3fa1d

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- requests >=2.20.0
Expand Down Expand Up @@ -66,7 +67,7 @@ test:
about:
home: "https://github.com/galaxyproject/bioblend"
license: MIT
summary: 'A Python library for interacting with the Galaxy API'
summary: 'A Python library for interacting with the Galaxy API.'
license_family: MIT
license_file: LICENSE
doc_url: "https://bioblend.readthedocs.org/"
Expand Down
4 changes: 0 additions & 4 deletions recipes/k8/build_failure.linux-aarch64.yaml

This file was deleted.

Loading

0 comments on commit 69a4dbe

Please sign in to comment.