From 50da7741e1809c24b4f3a6b1b72220c87eb321a1 Mon Sep 17 00:00:00 2001 From: Kirill Bessonov Date: Tue, 19 Feb 2019 09:36:45 -0500 Subject: [PATCH] Mob suite 1.4.9.1 (#13697) * Add MOB-suite recipe to the channel.MOB-suite: software tools for clustering, reconstruction and typing of plasmids from draft assemblies * updated recipe to download from URL instead of github * build python version requirement defined (python >=3.4) * added build number * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added tests and noarch parameter * added test statement (import) * added test statement (import) * added the new repository and py36 only compile * made requested corrections by daler. Corrected build number and package string * Small fixes * revert deleted row * New version, fixed sum bugs and improved stability * Updated 1.4.8 version. The str to int casting issues corrected for the --min... parameters * Updated to version 1.4.9 * Updated to version 1.4.9 * Updated to version 1.4.9 * Downgraded to python >= 3.4 to accomodate lowandrew request * new build * no arch commit for python 3.4 * no arch conda package version * Set build number to 1 * new db host * updated meta.yaml with resolved conficts from the head branch * build not more than python 3.6 --- recipes/mob_suite/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/mob_suite/meta.yaml b/recipes/mob_suite/meta.yaml index 15b7ac08c1333..be92334bce063 100644 --- a/recipes/mob_suite/meta.yaml +++ b/recipes/mob_suite/meta.yaml @@ -1,22 +1,22 @@ -{% set version = "1.4.9" %} +{% set version = "1.4.9.1" %} package: name: mob_suite version: {{ version }} build: - number: 1 + number: 0 noarch: python script: python -m pip install --no-deps --ignore-installed . source: url: https://github.com/phac-nml/mob-suite/archive/{{ version }}.tar.gz - sha256: 8bb2442737a11fc2c6b45c6a371b05ccb2defa6b57a77150aa141795367acd0c + sha256: d67d64a70615b908f599723651d44ae52367c01963795fdf07b9bcbbb3f787a0 requirements: host: - - python >=3.4 + - python >=3.4,<3.7 - pip - setuptools run: