Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snakedeploy to 0.10.1 #51283

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions recipes/snakedeploy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set version = "0.10.0" %}
{% set version = "0.10.1" %}

package:
name: snakedeploy
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/snakedeploy/snakedeploy-{{ version }}.tar.gz
sha256: 85922677897e90e3d179e74ba41f28e174084ed184d4e2712a4c0be3890c6279
sha256: 27e14f682488d5017d52aeb6253005a51ef006b913dcb5fac217eeff70ca0c24

build:
number: 0
noarch: python
entry_points:
- snakedeploy=snakedeploy.client:main
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --use-pep517 -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv
run_exports:
- {{ pin_subpackage('snakedeploy', max_pin="x.x") }}

Expand All @@ -24,6 +24,7 @@ requirements:
- python >=3.8
run:
- python >=3.8
- setuptools
- jinja2
- pandas
- requests
Expand All @@ -36,16 +37,14 @@ test:
imports:
- snakedeploy
commands:
- pip check
- snakedeploy --help
requires:
- pip

about:
home: https://github.com/snakemake/snakedeploy
summary: Helper for deploying published Snakemake pipelines
summary: "Helper for deploying published Snakemake pipelines."
license: MPL-2.0
license_file: LICENSE
dev_url: https://github.com/snakemake/snakedeploy

extra:
recipe-maintainers:
Expand Down