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