Skip to content

Commit

Permalink
Merge pull request #4090 from mrocklin/kazoo
Browse files Browse the repository at this point in the history
Add kazoo recipe
  • Loading branch information
synapticarbors committed Oct 1, 2017
2 parents 0aa89db + 1c0e8ca commit bf5d517
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/kazoo/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "kazoo" %}
{% set version = "2.4.0" %}
{% set sha256 = "a7c2d1d7ddb047c936d368e31b08a93bb327ffa46606fe85f550a37ce608c29b" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
- python
- setuptools
run:
- python
- six

test:
imports:
- kazoo

about:
home: http://github.com/python-zk/kazoo
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper'

description: Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper
doc_url: https://kazoo.readthedocs.io/
dev_url: https://github.com/python-zk/kazoo

extra:
recipe-maintainers:
- mrocklin

0 comments on commit bf5d517

Please sign in to comment.