[arch-commits] Commit in python2-sensors/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Dec 30 16:04:49 UTC 2014


    Date: Tuesday, December 30, 2014 @ 17:04:49
  Author: fyan
Revision: 124950

archrelease: copy trunk to community-any

Added:
  python2-sensors/repos/community-any/PKGBUILD
    (from rev 124949, python2-sensors/trunk/PKGBUILD)
Deleted:
  python2-sensors/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 16:04:27 UTC (rev 124949)
+++ PKGBUILD	2014-12-30 16:04:49 UTC (rev 124950)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
-
-pkgname=python2-sensors
-_pkgname=PySensors
-pkgver=0.0.2
-pkgrel=2
-pkgdesc='Python bindings to libsensors'
-arch=('any')
-url='http://pypi.python.org/pypi/PySensors/'
-license=('GPL')
-depends=('python2' 'lm_sensors')
-source=(http://pypi.python.org/packages/source/P/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('7786f888e59866a0b3b91ec2138b0d1f')
-
-build() {
-  cd "${srcdir}"/${_pkgname}-${pkgver}
-  sed -i 's/env python/env python2/' sensors/*.py
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}"/${_pkgname}-${pkgver}
-  python2 setup.py install -O1 --prefix='/usr' --root=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sensors/repos/community-any/PKGBUILD (from rev 124949, python2-sensors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-30 16:04:49 UTC (rev 124950)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+
+pkgname=python2-sensors
+_pkgname=PySensors
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Python bindings to libsensors'
+arch=('any')
+url='http://pypi.python.org/pypi/PySensors/'
+license=('GPL')
+depends=('python2' 'lm_sensors')
+source=(http://pypi.python.org/packages/source/P/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('ff15240b5918a9f5aa1bb7b2a75c7b07')
+
+build() {
+  cd "${srcdir}"/${_pkgname}-${pkgver}
+  sed -i 's/env python/env python2/' sensors/*.py
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/${_pkgname}-${pkgver}
+  python2 setup.py install -O1 --prefix='/usr' --root=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list