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

recipes/core/python-vcs-versioning/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: python-vcs-versioning
pkgver: '2.3.1'
pkgrel: '1'
pkgdesc: the blessed package to manage your versions by vcs metadata
url: 'https://github.com/pypa/setuptools-scm'
arch: x86_64
depends: []
makedepends:
- python-wheel
- python-build
- python-setuptools
source:
- 'https://pypi.org/packages/source/v/vcs_versioning/vcs_versioning-${pkgver}.tar.gz'
sha256sums:
- 806635bd0ea653c96af98a70624be758d408a989f2cd0b390e63474d99f96b63
build: "cd vcs_versioning-${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  vcs_versioning\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true