Skip to content

Commit

Permalink
updating recipe and setup to ver. 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasnicar committed Mar 6, 2024
1 parent cd60e47 commit 74abaaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "phylophlan" %}
{% set version = "3.1" %}
{% set sha256 = "9428a8fceb2626325fb6b93cc47143b100183c314f50eb96b32467e42a5bc4ad" %}
{% set version = "3.1.1" %}

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

source:
# path: ..
url: https://github.com/biobakery/phylophlan/archive/{{ version }}.tar.gz
sha256: "{{ sha256 }}"
path: ..
# url: https://github.com/biobakery/phylophlan/archive/{{ version }}.tar.gz
# sha256: "{{ sha256 }}"

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"
run_exports:
- {{ pin_subpackage('phylophlan', max_pin='x.x') }}

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"]

setuptools.setup(name='PhyloPhlAn',
version='3.1',
version='3.1.1',
author='Francesco Asnicar',
author_email='[email protected]',
url='http://github.com/biobakery/phylophlan',
Expand Down

0 comments on commit 74abaaa

Please sign in to comment.