Skip to content

Commit

Permalink
Merge pull request #10 from regro-cf-autotick-bot/0.18.0_hdc3173
Browse files Browse the repository at this point in the history
deptry v0.18.0
  • Loading branch information
maresb authored Jul 31, 2024
2 parents a4ccae3 + f29cb37 commit eb783d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "deptry" %}
{% set version = "0.17.0" %}
{% set version = "0.18.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/deptry-{{ version }}.tar.gz
sha256: f48a71bab8f46a896fe507c8be5f2b50bb9bab0c44e4dfad00afe87e9a08c14b
sha256: 9cf8e398ea394f90ccfa8e11d7dcfba8ed485f6a33270ee2b024475b72a00d11

build:
skip: true # [py<38]
Expand Down Expand Up @@ -51,6 +51,11 @@ test:
- deptry --help
requires:
- pip
# I don't understand where "hpy 0.9.0 requires setuptools, which is not installed."
# is coming from when the test environment runs pip check. Seems very annoying to
# track down, so let's just make this dirty workaround.
- setuptools # [python_impl == 'pypy']
- setuptools

about:
home: https://deptry.com/
Expand Down

0 comments on commit eb783d7

Please sign in to comment.