From 56481aba8e4a857d3fbe90f0c6a1312eef88fcaa Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:27:47 +0000 Subject: [PATCH] Converted metadata to yaml --- .compilation-options | 1 + pkg.info | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .compilation-options diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index f4f57ee..6d824f4 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: python-flit-core description: A PEP 517 build backend for packages using Flit version: 3.9.0 +revision: 2 url: https://pypi.org/project/flit-core/ license: BSD-3-Clause architecture: any +depends: ["python3"] +make_depends: ["python3"] type: source