Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update biokit to v0.4.4 #10148

Merged
merged 2 commits into from
Jul 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions recipes/biokit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set version = "0.4.2" %}
{% set version = "0.4.4" %}

package:
name: biokit
version: {{ version }}

source:
url: https://pypi.io/packages/source/b/biokit/biokit-{{ version }}.tar.gz
sha256: bd54cff19a46815bf4420697c912223808f7acb9726b350acb6d47115ff51613
sha256: c45f13b6653887b38e061279abdd562f4e6ed170ff0d551aba576e42f1954c85

build:
skip: True # [py34]
number: 1
number: 0

# Set xmltodict >= 0.10.2 to use conda-forge version instead of bioconda
# Same with easydev
Expand Down Expand Up @@ -63,3 +63,9 @@ extra:
container:
# needs libGL.so.1
extended-base: true
skip-lints:
- uses_setuptools