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 912932b..f9c66a2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,19 @@ name: python-hatchling description: This is the extensible, standards compliant build backend used by Hatch version: 1.27.0 +revision: 1 url: https://github.com/pypa/hatch/tree/master/backend license: MIT architecture: any -depends: ["python3","python-editables","python-packaging","python-pathspec","python-pluggy","python-trove-classifiers"] -make_depends: ["python-build","python-installer"] +output_architecture: any type: source +depends: + - python3 + - python-editables + - python-packaging + - python-pathspec + - python-pluggy + - python-trove-classifiers +make_depends: + - python-build + - python-installer