diff --git a/recipes/dendropy/meta.yaml b/recipes/dendropy/meta.yaml index ac0e894abd468..f3082b0b833eb 100644 --- a/recipes/dendropy/meta.yaml +++ b/recipes/dendropy/meta.yaml @@ -1,19 +1,19 @@ {% set name = "dendropy" %} -{% set version = "5.0.1" %} -{% set sha256 = "f2815e7649a6fe2924ff3fdf00a660c948dc6f3316e303b8b022f74cc75ca42e" %} +{% set version = "5.0.2" %} +{% set sha256 = "59cdf12cf6c745c3c985a6837285ec38c8def9c4035b04485e64779b72935242" %} package: name: {{ name }} version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/DendroPy-{{ version }}.tar.gz + url: https://github.com/jeetsukumaran/DendroPy/archive/refs/tags/v{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 noarch: python - script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv + script: {{ PYTHON }} -m pip install . --use-pep517 --no-deps --no-build-isolation --no-cache-dir -vvv entry_points: - sumtrees=dendropy.application.sumtrees:main - sumlabels=dendropy.application.sumlabels:main_cli @@ -25,11 +25,12 @@ build: requirements: host: - - python >=3.7 + - python >=3.6 - pip + - setuptools - pytest-runner run: - - python >=3.7 + - python >=3.6 test: imports: @@ -52,7 +53,7 @@ about: license_family: BSD license_file: LICENSE.rst dev_url: "https://github.com/jeetsukumaran/DendroPy" - doc_url: "https://dendropy.org/" + doc_url: "https://dendropy.org" extra: identifiers: