Skip to content

Commit

Permalink
Update flams to 1.1.0 (bioconda#44321)
Browse files Browse the repository at this point in the history
* Update flams to 1.1.0

* edit tests

* add pandas

* fix tzdata pinning

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 18, 2023
1 parent dd41f4a commit 5bcddfa
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions recipes/flams/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
{% set name = "flams" %}
{% set version = "1.0.1" %}
{% set version = "1.1.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/flams-{{ version }}.tar.gz
sha256: fe553630ba355bf111b84e3a23081e360568472a01d4b366cefd8a3e13186006
sha256: c67a3c0807d050ad17bbdcaa51ea04268d4a9cc062dd17ca9ef0b3c484614558

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

requirements:
host:
- python >=3.10
- setuptools
- pip
run:
- python >=3.10
Expand All @@ -34,20 +33,23 @@ requirements:
- numpy ==1.24.3
- requests ==2.31.0
- urllib3 ==2.0.2
- pandas ==2.1.2
- python-dateutil ==2.8.2
- pytz ==2023.3.post1
- six ==1.16.0
- tzdata ==2023c

test:
imports:
- flams
commands:
- pip check
- FLAMS --help
requires:
- pip

about:
home: https://github.com/hannelorelongin/FLAMS
summary: Find Lysine Acylation & other Modification Sites
license: MIT
license_family: MIT
license_file: LICENSE

extra:
Expand Down

0 comments on commit 5bcddfa

Please sign in to comment.