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 0226f2b..6149e2c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,16 @@ name: python-setuptools-scm description: Python package to manage your versions by scm tags version: 8.1.0 +revision: 1 url: https://github.com/pypa/setuptools-scm license: MIT architecture: any -depends: ["python-packaging","python-setuptools"] -make_depends: ["python-build","python-installer","python-wheel"] +output_architecture: any type: source +depends: + - python-packaging + - python-setuptools +make_depends: + - python-build + - python-installer + - python-wheel