Skip to content

Commit

Permalink
Merge pull request #9 from regro-cf-autotick-bot/0.17.0_hbd7f58
Browse files Browse the repository at this point in the history
deptry v0.17.0
  • Loading branch information
maresb authored Jul 21, 2024
2 parents 5bfc7af + 126ede3 commit a4ccae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{% set name = "deptry" %}
{% set version = "0.16.2" %}
{% set version = "0.17.0" %}

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

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

build:
# We have to skip Windows due to <https://github.com/conda-forge/staged-recipes/pull/26614#issuecomment-2156602195>
skip: true # [py<38]
entry_points:
- deptry = deptry.cli:deptry
# Setting CARGO_HOME is a workaround for "path too long" error on
# Windows due to the 260 character limit for paths, and because the
# ruff repo (which is a dependency) has some files with very long names.

# Ref: <https://github.com/conda-forge/deptry-feedstock/issues/5>
script: |
set "CARGO_HOME=C:\cargo"
echo "building..."
Expand Down

0 comments on commit a4ccae3

Please sign in to comment.