[arch-commits] Commit in pyalpm/trunk (PKGBUILD)

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


    Date: Sunday, January 31, 2016 @ 20:44:35
  Author: remy
Revision: 258720

upgpkg: pyalpm 0.8-1

Update to pyalpm 0.8

Modified:
  pyalpm/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-31 16:22:18 UTC (rev 258719)
+++ PKGBUILD	2016-01-31 19:44:35 UTC (rev 258720)
@@ -1,8 +1,8 @@
 # Maintainer : Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.7
-pkgrel=3
+pkgver=0.8
+pkgrel=1
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/"
@@ -9,17 +9,10 @@
 license=('GPL')
 depends=('python>=3.5' 'pacman>=4.2')
 source=("https://sources.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-sha1sums=('62fafb93d30c27b5a5a09df3e802d6e50fed9802')
+sha1sums=('b153afc02b7034158558536c4092a302af8030c3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  # workaround Python packaging issue (FS#34658)
-  export CFLAGS="$CFLAGS -Wno-format"
-
-  # workaround when building with Python 3.5
-  sed -i "s/'-Werror',//" setup.py
-
   python setup.py build
 }
 



More information about the arch-commits mailing list