[arch-commits] Commit in pyalpm/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Sat May 20 20:49:58 UTC 2017


    Date: Saturday, May 20, 2017 @ 20:49:57
  Author: jelle
Revision: 296337

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pyalpm/repos/testing-i686/
  pyalpm/repos/testing-i686/PKGBUILD
    (from rev 296336, pyalpm/trunk/PKGBUILD)
  pyalpm/repos/testing-x86_64/
  pyalpm/repos/testing-x86_64/PKGBUILD
    (from rev 296336, pyalpm/trunk/PKGBUILD)

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

Copied: pyalpm/repos/testing-i686/PKGBUILD (from rev 296336, pyalpm/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-05-20 20:49:57 UTC (rev 296337)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/"
+license=('GPL')
+makedepends=('git')
+depends=('python>=3.6' 'pacman>=4.2')
+source=("git+https://git.archlinux.org/pyalpm.git#tag=$pkgver")
+sha1sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python setup.py install --root=${pkgdir}
+}

Copied: pyalpm/repos/testing-x86_64/PKGBUILD (from rev 296336, pyalpm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-05-20 20:49:57 UTC (rev 296337)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/"
+license=('GPL')
+makedepends=('git')
+depends=('python>=3.6' 'pacman>=4.2')
+source=("git+https://git.archlinux.org/pyalpm.git#tag=$pkgver")
+sha1sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python setup.py install --root=${pkgdir}
+}



More information about the arch-commits mailing list