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

recipes/utils/python-platformdirs/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: python-platformdirs
pkgver: '4.11.3'
pkgrel: '1'
pkgdesc: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
url: 'https://pypi.org/project/platformdirs/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-hatch-vcs
source:
- 'https://pypi.python.org/packages/source/p/platformdirs/platformdirs-${pkgver}.tar.gz'
sha256sums:
- 66a73d38a849810252df809a3d8bcbda8e26f6c189920e7535ad608a48dbb5ab
build: "cd platformdirs-${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  platformdirs\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true