From aacae4f6a4df7b75febc8cfd3bce7f1bf725f739 Mon Sep 17 00:00:00 2001 From: "Travis-CI on github.com/conda-forge/staged-recipes" Date: Fri, 30 Jun 2017 00:26:31 +0000 Subject: [PATCH] Removed recipe (plumpy) after converting into feedstock. [ci skip] --- recipes/plumpy/meta.yaml | 50 ---------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 recipes/plumpy/meta.yaml diff --git a/recipes/plumpy/meta.yaml b/recipes/plumpy/meta.yaml deleted file mode 100644 index edaf6535d8903..0000000000000 --- a/recipes/plumpy/meta.yaml +++ /dev/null @@ -1,50 +0,0 @@ -{% set name = "plumpy" %} -{% set version = "0.7.9"%} -{% set sha256 = "a14c20c61c086414895142d22d4ba9b4a5267a743dddfff860d947a5126fdb79" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - fn: {{ name }}-{{ version }}-fixed.tar.gz - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}-fixed.tar.gz - sha256: {{ sha256 }} - -build: - number: 0 - script: python setup.py install --single-version-externally-managed --record record.txt - skip: True # [not py27] - -requirements: - build: - - setuptools - - python - - run: - - python - - frozendict - - enum34 # [py < 34] - - futures # [py < 32] - -test: - imports: - - plum - - commands: - - python -m unittest discover - - source_files: - - test - -about: - home: https://github.com/aiidateam/plumpy - license: GPLv3, MIT - license_file: LICENSE - summary: "A python workflow library that supports multithreading, and RabbitMQ as a message broker for starting/stopping/monitoring tasks." - dev_url: https://github.com/aiidateam/plumpy - -extra: - recipe-maintainers: - - ltalirz - - muhrin