diff --git a/recipes/biokit/meta.yaml b/recipes/biokit/meta.yaml index c867eba44db27..05458cc9bb4ba 100644 --- a/recipes/biokit/meta.yaml +++ b/recipes/biokit/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.2" %} +{% set version = "0.4.4" %} package: name: biokit @@ -6,11 +6,11 @@ package: 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 @@ -63,3 +63,9 @@ extra: container: # needs libGL.so.1 extended-base: true + skip-lints: + - uses_setuptools + + + +