Skip to content

Commit

Permalink
Update snakeobjects to 3.1.4 (#51019)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Sep 27, 2024
1 parent 762d2e3 commit 4528093
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions recipes/snakeobjects/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{% set version = "3.1.2" %}
{% set version = "3.1.4" %}

package:
name: snakeobjects
version: {{ version }}

source:
url: https://github.com/iossifovlab/snakeobjects/archive/refs/tags/{{ version }}.tar.gz
sha256: b95951c084c5d4ab047bb4dccbb2d7c1573bf9652eabde29b5c6fab93c1075e4
sha256: 056d8edff46015a6813047f327ca1888c88ee012707e9400d6297e4eb7b00cf7

build:
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir -vvv .
noarch: python
number: 0
entry_points:
- sobjects = snakeobjects.cli:cli
run_exports:
- {{ pin_subpackage('snakeobjects', max_pin="x") }}

requirements:
host:
- python
- python <3.12
- pip
run:
- python
- python <3.12
- snakemake-minimal

test:
Expand All @@ -34,7 +36,9 @@ about:
home: https://github.com/iossifovlab/snakeobjects
summary: Snakeobjects, an object-oriented workflow management system based on snakemake
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/iossifovlab/snakeobjects

extra:
maintainers:
Expand Down

0 comments on commit 4528093

Please sign in to comment.