diff --git a/conda-recipes/bld.bat b/conda-recipes/bld.bat deleted file mode 100755 index 09818fd..0000000 --- a/conda-recipes/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -%PYTHON% -m pip install . -if errorlevel 1 exit 1 diff --git a/conda-recipes/build.sh b/conda-recipes/build.sh deleted file mode 100755 index 68f3c0a..0000000 --- a/conda-recipes/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -set -x -$PYTHON -m pip install . diff --git a/conda-recipes/meta.yaml b/conda-recipes/meta.yaml index bc2fe59..d9fca37 100644 --- a/conda-recipes/meta.yaml +++ b/conda-recipes/meta.yaml @@ -10,12 +10,16 @@ source: path: ../ build: - number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} - + noarch: python + script: {{ PYTHON }} -m pip install . -vv + number: 0 + string: {{ GIT_BUILD_STR }} + requirements: - build: - - python + host: + - python >=3.11 - setuptools + - pip run: - python >=3.11 - python-graphviz @@ -28,6 +32,7 @@ test: - pytest --pyargs numba_rvsdg about: + summary: Numba Compatible RVSDG utilities home: https://github.com/numba/numba_rvsdg license: Simplified BSD License - summary: TBD + license_file: LICENSE diff --git a/pyproject.toml b/pyproject.toml index f08cfb1..6975b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dependencies = [ "pyyaml", ] -[tool.setuptools] -packages = ["numba_rvsdg"] +[tool.setuptools.packages] +find = {} [project.optional-dependencies] dev = [