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

Jelle van der Waa jelle at archlinux.org
Thu Jan 17 21:07:39 UTC 2019


    Date: Thursday, January 17, 2019 @ 21:07:38
  Author: jelle
Revision: 344400

archrelease: copy trunk to extra-x86_64

Added:
  pyalpm/repos/extra-x86_64/PKGBUILD
    (from rev 344399, pyalpm/trunk/PKGBUILD)
Deleted:
  pyalpm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-17 21:07:30 UTC (rev 344399)
+++ PKGBUILD	2019-01-17 21:07:38 UTC (rev 344400)
@@ -1,25 +0,0 @@
-# $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}
-}

Copied: pyalpm/repos/extra-x86_64/PKGBUILD (from rev 344399, pyalpm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-17 21:07:38 UTC (rev 344400)
@@ -0,0 +1,29 @@
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('x86_64')
+url="https://git.archlinux.org/pyalpm.git/"
+license=('GPL')
+makedepends=('git' 'python-pytest')
+depends=('python>=3.6' 'pacman>=5.0')
+source=("git+https://git.archlinux.org/pyalpm.git#commit=6b47d1655688fe2957ef52a16aeca8b474546df2")
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+sha512sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7" pytest
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python setup.py install --root=${pkgdir}
+}



More information about the arch-commits mailing list