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 9e3c92f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/rethinkdb-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "rethinkdb-python" %}
{% set version = "2.4.10" %}
{% set python_min = python_min|default("3.6") %}

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
noarch: python
skip: true # [win]

requirements:
host:
- looseversion
- pip
- python {{ python_min }}
- setuptools
- six
run:
- looseversion
- python >={{ python_min }}
- six
- tornado
- trio

test:
imports:
- rethinkdb
commands:
- pip check
requires:
- pip
- python {{ python_min }}

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 9e3c92f

Please sign in to comment.