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

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

17 linii Raw ← Powrót
1234567891011121314151617
pkgname: python-psutil
pkgver: '7.2.2'
pkgrel: '1'
pkgdesc: A cross-platform process and system utilities module for Python3
url: 'https://github.com/giampaolo/psutil'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/giampaolo/psutil/archive/release-${pkgver}.tar.gz'
sha256sums:
- 38f406bf21acc67e45f414b7980463b2e6e6270ba3616ffd41995d997078cbe6
build: "mv psutil-release-${pkgver} psutil-${pkgver}\ncd psutil-${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  psutil\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true