Skip to content

Commit

Permalink
Update snakemake-storage-plugin-fs to 1.0.0 (bioconda#46069)
Browse files Browse the repository at this point in the history
* Update snakemake-storage-plugin-fs to 1.0.0

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Feb 28, 2024
1 parent e9f0def commit a875c49
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions recipes/snakemake-storage-plugin-fs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "snakemake-storage-plugin-fs" %}
{% set version = "0.2.0" %}
{% set version = "1.0.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/snakemake_storage_plugin_fs-{{ version }}.tar.gz
sha256: cad1859036cbf429ea6fdb97f242567ec54a36d0b6ff900ce0d3ecfb6a824ae7
sha256: de4ed37232173b604fadbf93cd84b05a8c28fa3e1d3167426bef181c7256e22c

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
Expand All @@ -23,9 +23,10 @@ requirements:
- pip
run:
- python >=3.11.0,<4.0.0
- snakemake-interface-common >=1.14.2,<2.0.0
- snakemake-interface-storage-plugins >=3.0.0,<4.0.0
- snakemake-interface-common >=1.17.0,<2.0.0
- snakemake-interface-storage-plugins >=3.1.0,<4.0.0
- sysrsync >=1.1.1,<2.0.0
- reretry >=0.11.8,<0.12.0

test:
# We do not test the import as the plugin needs snakemake for importing, but adding
Expand All @@ -39,6 +40,7 @@ about:
home: https://github.com/snakemake/snakemake-storage-plugin-fs
summary: 'A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync'
license: MIT
license_family: MIT
license_file: LICENSE

extra:
Expand Down

0 comments on commit a875c49

Please sign in to comment.