Date: Friday, April 28, 2023 @ 13:11:23
  Author: jelle
Revision: 1449104

archrelease: copy trunk to community-staging-x86_64

Added:
  python-psutil/repos/community-staging-x86_64/PKGBUILD
    (from rev 1449103, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 13:11:16 UTC (rev 1449103)
+++ PKGBUILD    2023-04-28 13:11:23 UTC (rev 1449104)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=python-psutil
-pkgver=5.9.4
-pkgrel=2
-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=('ea131f301e1464bde52493910631d3cb3c8ac6a8456c19218c24433d94c11eada1cb553496838ba42eff0d6ea2ed8be68115261439fdf6ea4a642fa3fc18dc1c')
-
-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-staging-x86_64/PKGBUILD (from rev 
1449103, python-psutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-28 13:11:23 UTC (rev 1449104)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=python-psutil
+pkgver=5.9.5
+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=('b9872acbecd1d9a9a79f032bd375ff0f10be4574e5f76f904c7a6367d7d3e24e7f0a1d06affa2fafbea74ecb594017029bdf29fdb8a8d37aeb51fb0016c3339c')
+
+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:

Reply via email to