Skip to content

Commit

Permalink
Add recipe for sqlalchemy-risingwave
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jan 26, 2024
1 parent bc7d5a7 commit 7edf7a6
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions recipes/sqlalchemy-risingwave/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "sqlalchemy-risingwave" %}
{% set version = "1.0.0" %}

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

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

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python
- pip
run:
- python
- sqlalchemy >=1.4,<2

test:
imports:
- sqlalchemy_risingwave
commands:
- pip check
requires:
- pip

about:
home: https://github.com/risingwavelabs/risingwave
summary: RisingWave dialect for SQLAlchemy
dev_url: https://github.com/risingwavelabs/sqlalchemy-risingwave
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- gforsyth

0 comments on commit 7edf7a6

Please sign in to comment.