Skip to content

Commit 43a53df

Browse files
authored
Update dendropy to 5.0.2 (#53545)
1 parent 01a4b75 commit 43a53df

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

recipes/dendropy/meta.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{% set name = "dendropy" %}
2-
{% set version = "5.0.1" %}
3-
{% set sha256 = "f2815e7649a6fe2924ff3fdf00a660c948dc6f3316e303b8b022f74cc75ca42e" %}
2+
{% set version = "5.0.2" %}
3+
{% set sha256 = "59cdf12cf6c745c3c985a6837285ec38c8def9c4035b04485e64779b72935242" %}
44

55
package:
66
name: {{ name }}
77
version: {{ version }}
88

99
source:
10-
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/DendroPy-{{ version }}.tar.gz
10+
url: https://github.com/jeetsukumaran/DendroPy/archive/refs/tags/v{{ version }}.tar.gz
1111
sha256: {{ sha256 }}
1212

1313
build:
1414
number: 0
1515
noarch: python
16-
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
16+
script: {{ PYTHON }} -m pip install . --use-pep517 --no-deps --no-build-isolation --no-cache-dir -vvv
1717
entry_points:
1818
- sumtrees=dendropy.application.sumtrees:main
1919
- sumlabels=dendropy.application.sumlabels:main_cli
@@ -25,11 +25,12 @@ build:
2525

2626
requirements:
2727
host:
28-
- python >=3.7
28+
- python >=3.6
2929
- pip
30+
- setuptools
3031
- pytest-runner
3132
run:
32-
- python >=3.7
33+
- python >=3.6
3334

3435
test:
3536
imports:
@@ -52,7 +53,7 @@ about:
5253
license_family: BSD
5354
license_file: LICENSE.rst
5455
dev_url: "https://github.com/jeetsukumaran/DendroPy"
55-
doc_url: "https://dendropy.org/"
56+
doc_url: "https://dendropy.org"
5657

5758
extra:
5859
identifiers:

0 commit comments

Comments
 (0)