Skip to content

Commit

Permalink
Update buscolite to 24.11.3 (#51898)
Browse files Browse the repository at this point in the history
* Update buscolite to 24.11.3

* update dependencies

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 4, 2024
1 parent 3d46bd0 commit 22e1a60
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/buscolite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{% set name = "buscolite" %}
{% set version = "23.10.26" %}
{% set version = "24.11.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/buscolite-{{ version }}.tar.gz
sha256: c641dc6c702fa198fd6fa661b756aedde4468ea591c8c64f8b8bd9c8a865b72d
sha256: f7ef8151b2dd16848ec8bf7e14658a81db3fbe7898e6377a2bb0553cf065f47b

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

requirements:
host:
- python >=3.6
- pip
- hatchling
run:
- python >=3.6
- augustus >=3.5.0
Expand All @@ -42,6 +43,7 @@ about:
license: BSD-2-Clause
license_family: BSD
license_file: LICENSE.md
dev_url: https://github.com/nextgenusfs/buscolite

extra:
recipe-maintainers:
Expand Down

0 comments on commit 22e1a60

Please sign in to comment.