pkgname: python-calver pkgver: '2025.10.20' pkgrel: '2' pkgdesc: Setuptools extension for CalVer package versions url: 'https://github.com/di/calver' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel source: - 'https://pypi.org/packages/source/c/calver/calver-${pkgver}.tar.gz' sha256sums: - c98b376c2424642224d456b2f70c51402343e008c63d204634665e1a2a2835f5 build: "cd calver-${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 calver\n\n\ find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true