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

Rémy Oudompheng remy at archlinux.org
Sun Jan 31 19:47:33 UTC 2016


    Date: Sunday, January 31, 2016 @ 20:47:33
  Author: remy
Revision: 258721

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

Added:
  pyalpm/repos/testing-i686/
  pyalpm/repos/testing-i686/PKGBUILD
    (from rev 258720, pyalpm/trunk/PKGBUILD)
  pyalpm/repos/testing-x86_64/
  pyalpm/repos/testing-x86_64/PKGBUILD
    (from rev 258720, 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 258720, pyalpm/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-01-31 19:47:33 UTC (rev 258721)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/"
+license=('GPL')
+depends=('python>=3.5' 'pacman>=4.2')
+source=("https://sources.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
+sha1sums=('b153afc02b7034158558536c4092a302af8030c3')
+
+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 258720, pyalpm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-01-31 19:47:33 UTC (rev 258721)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/"
+license=('GPL')
+depends=('python>=3.5' 'pacman>=4.2')
+source=("https://sources.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
+sha1sums=('b153afc02b7034158558536c4092a302af8030c3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



More information about the arch-commits mailing list