Skip to content

Commit 74abaaa

Browse files
committed
updating recipe and setup to ver. 3.1.1
1 parent cd60e47 commit 74abaaa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{% set name = "phylophlan" %}
2-
{% set version = "3.1" %}
3-
{% set sha256 = "9428a8fceb2626325fb6b93cc47143b100183c314f50eb96b32467e42a5bc4ad" %}
2+
{% set version = "3.1.1" %}
43

54
package:
65
name: "{{ name|lower }}"
76
version: "{{ version }}"
87

98
source:
10-
# path: ..
11-
url: https://github.com/biobakery/phylophlan/archive/{{ version }}.tar.gz
12-
sha256: "{{ sha256 }}"
9+
path: ..
10+
# url: https://github.com/biobakery/phylophlan/archive/{{ version }}.tar.gz
11+
# sha256: "{{ sha256 }}"
1312

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

1919
requirements:
2020
host:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"]
1414

1515
setuptools.setup(name='PhyloPhlAn',
16-
version='3.1',
16+
version='3.1.1',
1717
author='Francesco Asnicar',
1818
author_email='f.asnicar@unitn.it',
1919
url='http://github.com/biobakery/phylophlan',

0 commit comments

Comments
 (0)