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

David Runge dvzrv at archlinux.org
Thu Mar 15 01:53:31 UTC 2018


    Date: Thursday, March 15, 2018 @ 01:53:30
  Author: dvzrv
Revision: 307889

upgpkg: python-imdbpy 6.4-1

Upgrading to 6.4. Removing broken test removal (fixed upstream).

Modified:
  python-imdbpy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 01:47:12 UTC (rev 307888)
+++ PKGBUILD	2018-03-15 01:53:30 UTC (rev 307889)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 
 pkgname=python-imdbpy
-pkgver=6.3
+pkgver=6.4
 pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/"
@@ -11,7 +11,7 @@
 makedepends=('python-pytest' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz")
-sha512sums=('7317d55a7dce4d0d94d6d7c8758b719685c596981d7ee07077eb9cb998d67d3f808c8659a0e920bde8d029deb0ec0ccd102ea577e98cd9cea4ba2ae8b0a27f6d')
+sha512sums=('dc1852abffaafe495b6c22bcbd6afb999ca03efcb3a5d2e5aea56221b249169b5b0bd0b31858e22dc40ef3c9b4e43c51c43720a1aa3e35fe149a5a6f734af1d2')
 
 prepare() {
   mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
@@ -19,8 +19,6 @@
   # fix install folder for docs and config
   sed -e "s/'doc'/'share\/doc'/" \
       -e "s/'etc'/'\/etc'/" -i setup.py
-  # removing broken test: https://github.com/alberanid/imdbpy/issues/135
-  sed '366,369d' -i tests/test_http_movie_combined.py
 }
 
 build() {



More information about the arch-commits mailing list