[arch-commits] Commit in pyalpm/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon May 28 15:02:34 UTC 2018


    Date: Monday, May 28, 2018 @ 15:02:34
  Author: jelle
Revision: 325086

archrelease: copy trunk to staging-x86_64

Added:
  pyalpm/repos/staging-x86_64/
  pyalpm/repos/staging-x86_64/PKGBUILD
    (from rev 325085, pyalpm/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: pyalpm/repos/staging-x86_64/PKGBUILD (from rev 325085, pyalpm/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-05-28 15:02:34 UTC (rev 325086)
@@ -0,0 +1,24 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('x86_64')
+url="https://git.archlinux.org/pyalpm.git/"
+license=('GPL')
+makedepends=('git')
+depends=('python>=3.6' 'pacman>=5.0')
+source=("git+https://git.archlinux.org/pyalpm.git#commit=284d480cd50a0d90dbdd00085efaf0ff9a63913c")
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+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