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 1c9c576..afe0e56 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,14 @@ name: python-typing_extensions description: Backported and experimental type hints for Python version: 4.4.0 +revision: 1 license: Python-2.0.1 architecture: any -depends: ["python3"] -make_depends: ["python-build","python-flit-core","python-installer"] +output_architecture: any type: source +depends: + - python3 +make_depends: + - python-build + - python-flit-core + - python-installer