[arch-commits] Commit in python-psutil/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Wed Sep 9 18:24:08 UTC 2015
Date: Wednesday, September 9, 2015 @ 20:24:08
Author: jelle
Revision: 139697
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-psutil/repos/community-i686/PKGBUILD
(from rev 139696, python-psutil/trunk/PKGBUILD)
python-psutil/repos/community-x86_64/PKGBUILD
(from rev 139696, python-psutil/trunk/PKGBUILD)
Deleted:
python-psutil/repos/community-i686/PKGBUILD
python-psutil/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 120 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 60 ----------------------
community-x86_64/PKGBUILD | 60 ----------------------
3 files changed, 120 insertions(+), 120 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-09 18:23:45 UTC (rev 139696)
+++ community-i686/PKGBUILD 2015-09-09 18:24:08 UTC (rev 139697)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
-md5sums=('b34360627efb429cb18a4a3143b18c8c')
-
-build() {
- cd psutil-$pkgver
-
- msg2 python
- python setup.py build --build-lib=build/python
-
- msg2 python2
- python2 setup.py build --build-lib=build/python2
- find build/python2 -type f -exec \
- sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
- cd psutil-$pkgver
-
- msg2 python
- export PYTHONPATH="$PWD/build/python"
- #python test/test_psutil.py
-
- msg2 python2
- export PYTHONPATH="$PWD/build/python2"
- #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
- pkgdesc='A cross-platform process and system utilities module for Python'
- depends=('glibc' 'python')
-
- cd psutil-$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
-}
-
-package_python2-psutil() {
- pkgdesc='A cross-platform process and system utilities module for Python2'
- depends=('glibc' 'python2')
-
- cd psutil-$pkgver
- python2 setup.py build --build-lib=build/python2 \
- 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-i686/PKGBUILD (from rev 139696, python-psutil/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-09 18:24:08 UTC (rev 139697)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
+md5sums=('a308816e735021fd4bf6aa561725c1aa')
+
+build() {
+ cd psutil-$pkgver
+
+ msg2 python
+ python setup.py build --build-lib=build/python
+
+ msg2 python2
+ python2 setup.py build --build-lib=build/python2
+ find build/python2 -type f -exec \
+ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+ cd psutil-$pkgver
+
+ msg2 python
+ export PYTHONPATH="$PWD/build/python"
+ #python test/test_psutil.py
+
+ msg2 python2
+ export PYTHONPATH="$PWD/build/python2"
+ #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python'
+ depends=('glibc' 'python')
+
+ cd psutil-$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
+}
+
+package_python2-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python2'
+ depends=('glibc' 'python2')
+
+ cd psutil-$pkgver
+ python2 setup.py build --build-lib=build/python2 \
+ install --root="$pkgdir" --optimize=1
+ install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-09 18:23:45 UTC (rev 139696)
+++ community-x86_64/PKGBUILD 2015-09-09 18:24:08 UTC (rev 139697)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
-md5sums=('b34360627efb429cb18a4a3143b18c8c')
-
-build() {
- cd psutil-$pkgver
-
- msg2 python
- python setup.py build --build-lib=build/python
-
- msg2 python2
- python2 setup.py build --build-lib=build/python2
- find build/python2 -type f -exec \
- sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
- cd psutil-$pkgver
-
- msg2 python
- export PYTHONPATH="$PWD/build/python"
- #python test/test_psutil.py
-
- msg2 python2
- export PYTHONPATH="$PWD/build/python2"
- #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
- pkgdesc='A cross-platform process and system utilities module for Python'
- depends=('glibc' 'python')
-
- cd psutil-$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
-}
-
-package_python2-psutil() {
- pkgdesc='A cross-platform process and system utilities module for Python2'
- depends=('glibc' 'python2')
-
- cd psutil-$pkgver
- python2 setup.py build --build-lib=build/python2 \
- 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 139696, python-psutil/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-09 18:24:08 UTC (rev 139697)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
+md5sums=('a308816e735021fd4bf6aa561725c1aa')
+
+build() {
+ cd psutil-$pkgver
+
+ msg2 python
+ python setup.py build --build-lib=build/python
+
+ msg2 python2
+ python2 setup.py build --build-lib=build/python2
+ find build/python2 -type f -exec \
+ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+ cd psutil-$pkgver
+
+ msg2 python
+ export PYTHONPATH="$PWD/build/python"
+ #python test/test_psutil.py
+
+ msg2 python2
+ export PYTHONPATH="$PWD/build/python2"
+ #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python'
+ depends=('glibc' 'python')
+
+ cd psutil-$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
+}
+
+package_python2-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python2'
+ depends=('glibc' 'python2')
+
+ cd psutil-$pkgver
+ python2 setup.py build --build-lib=build/python2 \
+ install --root="$pkgdir" --optimize=1
+ install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list