Date: Tuesday, October 16, 2012 @ 07:53:56
  Author: allan
Revision: 168844

db-move: moved pyalpm from [staging] to [testing] (i686, x86_64)

Added:
  pyalpm/repos/testing-i686/
  pyalpm/repos/testing-i686/PKGBUILD
    (from rev 168833, pyalpm/repos/staging-i686/PKGBUILD)
  pyalpm/repos/testing-x86_64/
  pyalpm/repos/testing-x86_64/PKGBUILD
    (from rev 168833, pyalpm/repos/staging-x86_64/PKGBUILD)
Deleted:
  pyalpm/repos/staging-i686/
  pyalpm/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: pyalpm/repos/testing-i686/PKGBUILD (from rev 168833, 
pyalpm/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-16 11:53:56 UTC (rev 168844)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <[email protected]>
+
+pkgname=pyalpm
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/";
+license=('GPL')
+depends=('python>=3.2' 'pacman>=4')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+

Copied: pyalpm/repos/testing-x86_64/PKGBUILD (from rev 168833, 
pyalpm/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-16 11:53:56 UTC (rev 168844)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <[email protected]>
+
+pkgname=pyalpm
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/";
+license=('GPL')
+depends=('python>=3.2' 'pacman>=4')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+

Reply via email to