Skip to content

Commit 01e9a4e

Browse files
BiocondaBotmencian
andauthored
Update egglib to 3.3.5 (#53547)
* Update egglib to 3.3.5 * try osx builds * Update meta.yaml --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
1 parent 0d45515 commit 01e9a4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

recipes/egglib/meta.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{% set name = "egglib" %}
2-
{% set version = "3.3.4" %}
2+
{% set version = "3.3.5" %}
33

44
package:
55
name: "{{ name|lower }}"
66
version: "{{ version }}"
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/EggLib-{{ version }}.zip
10-
sha256: 685acf514c2b14d3cc4e21e6ca03951599c77b9c0f6530c417cd717d813fafd7
10+
sha256: 69dad3b35adb4cddb59d4ab13ba807d980fa3eed09e5520f9963b2aeb189ca3c
1111

1212
build:
13-
number: 1
14-
skip: True # [osx]
15-
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
13+
number: 0
14+
skip: True # [py < 38 or osx]
15+
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
1616
entry_points:
1717
- egglib-config = egglib.cli.config:main
1818
- egglib-test = egglib.cli.test:main
@@ -42,13 +42,13 @@ test:
4242
- egglib.wrappers
4343

4444
about:
45-
home: "https://egglib.org/"
45+
home: "https://egglib.org"
4646
license: "GPL-3.0-or-later"
4747
license_family: GPL3
4848
license_file: LICENSE
4949
summary: "Evolutionary Genetics and Genomics Library. EggLib is a C++/Python library and program package for evolutionary genetics and genomics. Main features are sequence data management, sequence polymorphism analysis, and coalescent simulations. EggLib is a flexible Python module with a performant underlying C++ library and allows fast and intuitive development of Python programs and scripts."
5050
doc_url: "https://www.egglib.org/index.html"
51-
dev_url: "https://gitlab.com/demita/egglib/"
51+
dev_url: "https://gitlab.com/demita/egglib"
5252

5353
extra:
5454
additional-platforms:

0 commit comments

Comments
 (0)