Skip to content

Commit

Permalink
Add rethinkdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Nov 25, 2024
1 parent 474b4a5 commit 4055418
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/rethinkdb-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "rethinkdb-python" %}
{% set version = "2.4.10" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/rethinkdb/rethinkdb-{{ version }}.tar.gz
sha256: 55ecf7447dc11fec0e2ce9aac4ba4c0b57fdc5c9c57d77ee673d59d245c74666

build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: true # [win]

requirements:
host:
- looseversion
- pip
- python
- setuptools
- six
run:
- looseversion
- python
- six
- tornado
- trio

test:
imports:
- rethinkdb
commands:
- pip check
requires:
- pip
- python

about:
home: https://rethinkdb.com/api/python/
summary: Python driver for RethinkDB
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- jeongseok-meta

0 comments on commit 4055418

Please sign in to comment.