From 17488bbc22411d00e340e5e95faba3c64d36bbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sodr=C3=A9?= Date: Thu, 2 Aug 2018 11:46:53 -0400 Subject: [PATCH] Move PyVCF to conda-forge (#9979) --- recipes/pyvcf/0.6.7/build.sh | 2 -- recipes/pyvcf/0.6.7/meta.yaml | 29 ----------------------------- recipes/pyvcf/build.sh | 2 -- recipes/pyvcf/meta.yaml | 29 ----------------------------- 4 files changed, 62 deletions(-) delete mode 100644 recipes/pyvcf/0.6.7/build.sh delete mode 100644 recipes/pyvcf/0.6.7/meta.yaml delete mode 100644 recipes/pyvcf/build.sh delete mode 100644 recipes/pyvcf/meta.yaml diff --git a/recipes/pyvcf/0.6.7/build.sh b/recipes/pyvcf/0.6.7/build.sh deleted file mode 100644 index 89481145a5291..0000000000000 --- a/recipes/pyvcf/0.6.7/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/recipes/pyvcf/0.6.7/meta.yaml b/recipes/pyvcf/0.6.7/meta.yaml deleted file mode 100644 index 3214281972c61..0000000000000 --- a/recipes/pyvcf/0.6.7/meta.yaml +++ /dev/null @@ -1,29 +0,0 @@ -package: - name: pyvcf - version: '0.6.7' - -source: - url: https://pypi.python.org/packages/source/P/PyVCF/PyVCF-0.6.7.tar.gz - md5: 51b57ce99e0c2f7be2a18d08d8f87734 - -build: - noarch: python - number: 1 - -requirements: - host: - - python - - setuptools - - run: - - python - -test: - imports: - - vcf.test - - vcf - -about: - home: https://github.com/jamescasbon/PyVCF - license: BSD - summary: A Variant Call Format reader for Python diff --git a/recipes/pyvcf/build.sh b/recipes/pyvcf/build.sh deleted file mode 100644 index 89481145a5291..0000000000000 --- a/recipes/pyvcf/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/recipes/pyvcf/meta.yaml b/recipes/pyvcf/meta.yaml deleted file mode 100644 index 10300ebba7e53..0000000000000 --- a/recipes/pyvcf/meta.yaml +++ /dev/null @@ -1,29 +0,0 @@ -package: - name: pyvcf - version: '0.6.8' - -source: - url: https://pypi.python.org/packages/source/P/PyVCF/PyVCF-0.6.8.tar.gz - md5: 3cc70aa59e62dab7b4a85bd5a9f2e714 - -build: - noarch: python - number: 1 - -requirements: - host: - - python - - setuptools - - run: - - python - -test: - imports: - - vcf.test - - vcf - -about: - home: https://github.com/jamescasbon/PyVCF - license: BSD - summary: A Variant Call Format reader for Python