pkgname: python-hatch-vcs pkgver: '0.5.0' pkgrel: '3' pkgdesc: Hatch plugin for versioning with your preferred VCS url: 'https://github.com/ofek/hatch-vcs' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-hatchling source: - 'https://github.com/ofek/hatch-vcs/archive/v${pkgver}/hatch-vcs-${pkgver}.tar.gz' sha256sums: - a74465d21bb60eef75f01b3c189b73181f152a5eef2b26bd95de039e224953a7 build: "cd hatch-vcs-${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 hatch-vcs\n\ \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true