From 482e7a0f7137680b92571db72b00fef851988569 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 8 Oct 2025 11:10:50 +0300 Subject: [PATCH] Replace .compilation-options with output_architecture --- .compilation-options | 1 - pkg.info | 9 +++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .compilation-options 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 efa4f77..edcfdbc 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,14 @@ name: python-pyproject-hooks description: Low-level library for calling build-backends in pyproject.toml-based project version: 1.2.0 +revision: 1 url: https://pypi.org/project/pyproject-hooks/ license: MIT architecture: any -depends: ["python3"] -make_depends: ["python-flit-core","python-installer"] +output_architecture: any type: source +depends: + - python3 +make_depends: + - python-flit-core + - python-installer