Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 22 additions & 18 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ github:
tooling_branch_name: main
provider:
win: azure
conda_install_tool: pixi
conda_build_tool: rattler-build
52 changes: 52 additions & 0 deletions pixi.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 0 additions & 50 deletions recipe/meta.yaml

This file was deleted.

51 changes: 51 additions & 0 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
schema_version: 1

context:
name: neo4j
version: "6.2.0"

package:
name: neo4j-python-driver
version: ${{ version }}

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/neo4j-${{ version }}.tar.gz
sha256: e1e246b65b572bd8ea97f9e0e721b7d40a5ce53e53d0007c29aef63e4f9124d9

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

requirements:
host:
- python ${{ python_min }}.*
- setuptools ==82.0.1
- pip
run:
- python >=${{ python_min }}
- pytz

tests:
- python:
imports:
- neo4j
- neo4j.graph
pip_check: true
python_version: ${{ python_min }}

about:
summary: Neo4j Bolt driver for Python
license: Apache-2.0 AND Python-2.0
license_file:
- LICENSE.APACHE2.txt
- LICENSE.PYTHON.txt
- LICENSE.txt
- NOTICE.txt
homepage: https://github.com/neo4j/neo4j-python-driver

extra:
recipe-maintainers:
- pvanheus
- thebestnom
- xylar