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

Jelle van der Waa jelle at archlinux.org
Thu May 25 11:19:52 UTC 2017


    Date: Thursday, May 25, 2017 @ 11:19:51
  Author: jelle
Revision: 296568

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

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

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

Copied: pyalpm/repos/community-testing-i686/PKGBUILD (from rev 296567, pyalpm/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-05-25 11:19:51 UTC (rev 296568)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="https://git.archlinux.org/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/community-testing-x86_64/PKGBUILD (from rev 296567, pyalpm/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-05-25 11:19:51 UTC (rev 296568)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="https://git.archlinux.org/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