Skip to content

Commit

Permalink
Update snakedeploy to 0.10.1 (#51283)
Browse files Browse the repository at this point in the history
* Update snakedeploy to 0.10.1

* setuptools is no longer pulled in by python?

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 10, 2024
1 parent 1cb353b commit 17ed99f
Showing 1 changed file with 6 additions and 7 deletions.
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

0 comments on commit 17ed99f

Please sign in to comment.