Date: Thursday, September 22, 2022 @ 07:35:50
Author: jelle
Revision: 1306245
archrelease: copy trunk to community-x86_64
Added:
python-psutil/repos/community-x86_64/PKGBUILD
(from rev 1306244, python-psutil/trunk/PKGBUILD)
Deleted:
python-psutil/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-22 07:35:35 UTC (rev 1306244)
+++ PKGBUILD 2022-09-22 07:35:50 UTC (rev 1306245)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=python-psutil
-pkgver=5.9.1
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A cross-platform process and system utilities module for Python'
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python-pytest')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
-sha512sums=('44008ce813157c09772420c1c5d1f02bc47648286f451e61d3976d36f0c45a7f520bdaaeb59701197ddcb3d7b50b2c83b55190f10667edbf216e44bf08d1eca8')
-
-build() {
- cd psutil-release-$pkgver
-
- python setup.py build --build-lib=build/python
-}
-
-check() {
- cd psutil-release-$pkgver
-
- # Required for testing
-#cp setup.py build/python
-#cp -r scripts build/python/
-
-# 4 non-working tests in build chroot, requires fixes. Test framework does not
allow exclusion.
-# PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py
-}
-
-package() {
- cd psutil-release-$pkgver
- python setup.py build --build-lib=build/python \
- install --root="$pkgdir" --optimize=1
- install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-psutil/repos/community-x86_64/PKGBUILD (from rev 1306244,
python-psutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-22 07:35:50 UTC (rev 1306245)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=python-psutil
+pkgver=5.9.2
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A cross-platform process and system utilities module for Python'
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python-pytest')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
+sha512sums=('25e93a5e146fdcfda4b5372bb7f6a0014529cae13579d0e1eb01d4df445155a2bd4c9ab61a6ea9667684bd4e7994b8899ab4dd28ed1ea928b687079bc7aa6d5e')
+
+build() {
+ cd psutil-release-$pkgver
+
+ python setup.py build --build-lib=build/python
+}
+
+check() {
+ cd psutil-release-$pkgver
+
+ # Required for testing
+#cp setup.py build/python
+#cp -r scripts build/python/
+
+# 4 non-working tests in build chroot, requires fixes. Test framework does not
allow exclusion.
+# PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py
+}
+
+package() {
+ cd psutil-release-$pkgver
+ python setup.py build --build-lib=build/python \
+ install --root="$pkgdir" --optimize=1
+ install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: