Commit 43a53df 1 parent 01a4b75 commit 43a53df Copy full SHA for 43a53df
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "dendropy" %}
2
- {% set version = "5.0.1 " %}
3
- {% set sha256 = "f2815e7649a6fe2924ff3fdf00a660c948dc6f3316e303b8b022f74cc75ca42e " %}
2
+ {% set version = "5.0.2 " %}
3
+ {% set sha256 = "59cdf12cf6c745c3c985a6837285ec38c8def9c4035b04485e64779b72935242 " %}
4
4
5
5
package :
6
6
name : {{ name }}
7
7
version : {{ version }}
8
8
9
9
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
11
11
sha256 : {{ sha256 }}
12
12
13
13
build :
14
14
number : 0
15
15
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
17
17
entry_points :
18
18
- sumtrees=dendropy.application.sumtrees:main
19
19
- sumlabels=dendropy.application.sumlabels:main_cli
@@ -25,11 +25,12 @@ build:
25
25
26
26
requirements :
27
27
host :
28
- - python >=3.7
28
+ - python >=3.6
29
29
- pip
30
+ - setuptools
30
31
- pytest-runner
31
32
run :
32
- - python >=3.7
33
+ - python >=3.6
33
34
34
35
test :
35
36
imports :
52
53
license_family : BSD
53
54
license_file : LICENSE.rst
54
55
dev_url : " https://github.com/jeetsukumaran/DendroPy"
55
- doc_url : " https://dendropy.org/ "
56
+ doc_url : " https://dendropy.org"
56
57
57
58
extra :
58
59
identifiers :
You can’t perform that action at this time.
0 commit comments