diff --git a/.compilation-options b/.compilation-options deleted file mode 100644 index 9c7aafe..0000000 --- a/.compilation-options +++ /dev/null @@ -1 +0,0 @@ -ARCH=any diff --git a/pkg.info b/pkg.info index 533b089..a011ecd 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,20 @@ name: python-scikit-build-core description: A next generation Python CMake adaptor and Python API for plugins version: 0.11.1 +revision: 1 url: https://github.com/scikit-build/scikit-build-core license: Apache-2.0 architecture: any -depends: ["cmake","ninja","python3","python-packaging","python-pathspec"] -make_depends: ["python-build","python-hatch-vcs","python-hatchling","python-installer"] +output_architecture: any type: source +depends: + - cmake + - ninja + - python3 + - python-packaging + - python-pathspec +make_depends: + - python-build + - python-hatch-vcs + - python-hatchling + - python-installer