🔒 Repository is read-only – file editing is disabled.

recipes/core/python-setuptools-scm/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: python-setuptools-scm
pkgver: '10.2.1'
pkgrel: '1'
pkgdesc: Handles managing your python package versions in scm metadata.
url: 'https://github.com/pypa/setuptools_scm'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
- python-typing_extensions
- python-packaging
- python-vcs-versioning
source:
- 'https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-${pkgver}.tar.gz'
sha256sums:
- 4fa7dd82cf8c800df59c9a288c90299b1657ff1ecfc3f5cc00287c5dbf5e27a9
build: "cd setuptools_scm-${pkgver}\n\npip3 wheel -w dist \\\n  --no-build-isolation \\\n  --no-deps $PWD\npip3 install --no-index\
  \ \\\n  --find-links dist \\\n  --no-cache-dir    \\\n  --no-user         \\\n  --root=${PKGDIR}       \\\n  setuptools_scm\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true