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

Jelle van der Waa jelle at archlinux.org
Sun Jul 15 17:34:29 UTC 2018


    Date: Sunday, July 15, 2018 @ 17:34:29
  Author: jelle
Revision: 328692

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pyalpm/repos/community-staging-x86_64/PKGBUILD (from rev 328691, pyalpm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-15 17:34:29 UTC (rev 328692)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.4
+pkgrel=2
+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=ec89afb96636a3449006323030dd1768c143c5f5")
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+sha512sums=('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