Skip to content

Commit

Permalink
Update Woltka to 0.1.7 (bioconda#51263)
Browse files Browse the repository at this point in the history
* Update Woltka to 0.1.6

* Update Woltka to 0.1.6

* Update Woltka to 0.1.6

* Update Woltka to 0.1.6

* updated license

* Update Woltka to 0.1.7

* run_reports

* added home
  • Loading branch information
qiyunzhu authored Oct 9, 2024
1 parent f1ae964 commit 99770b7
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions recipes/woltka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,47 @@
{% set name = "woltka" %}
{% set version = "0.1.6" %}
{% set version = "0.1.7" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d1ffe069515284f6350e3129b5fa3a65b4a583105282c5af0a3997c30b7f8e99
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/woltka-{{ version }}.tar.gz
sha256: 7958b10a4f33511fd82c740cdb461fc03d1b7932e00ac6746b6eb5d8de3880f5

build:
number: 0
noarch: python
entry_points:
- woltka=woltka.cli:cli
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"
- woltka = woltka.cli:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage("woltka", max_pin="x.x") }}

requirements:
host:
- biom-format
- python >=3.6
- hatchling
- pip
- python
- setuptools
run:
- python >=3.6
- numba
- biom-format
- python
- setuptools

test:
imports:
- woltka
- woltka.q2
- woltka.tests
commands:
- pip check
- woltka --help
requires:
- pip

about:
home: "https://github.com/qiyunzhu/woltka"
home: https://github.com/qiyunzhu/woltka
summary: versatile meta-omic data classifier
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "versatile meta-omic data classifier"
doc_url:
dev_url:

extra:
recipe-maintainers:
Expand Down

0 comments on commit 99770b7

Please sign in to comment.