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

David Runge dvzrv at archlinux.org
Mon May 20 08:34:25 UTC 2019


    Date: Monday, May 20, 2019 @ 08:34:25
  Author: dvzrv
Revision: 468032

upgpkg: python-imdbpy 6.7-1

Upgrading to 6.7. Switching to pypi for sources, after tests have been included in the srcdist.

Modified:
  python-imdbpy/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 08:17:21 UTC (rev 468031)
+++ PKGBUILD	2019-05-20 08:34:25 UTC (rev 468032)
@@ -1,10 +1,8 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 
-# pypi upstream name is differnt
-#_name=IMDbPY
-_name=imdbpy
+_name=IMDbPY
 pkgname=python-imdbpy
-pkgver=6.6
+pkgver=6.7
 pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/"
@@ -12,11 +10,8 @@
 license=('GPL2')
 depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/alberanid/${_name}/archive/${pkgver}.tar.gz")
-# pypi sources don't have tests yet: 
-# https://github.com/alberanid/imdbpy/issues/180
-#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('668ec0303e4b5cb5aa97dc3111ffd36bcf85b01713365ed5eb8f1bb76ddcb2d23f651d0f8ffcd07dea3a83f70de7cb2b196624659ba20e3faca1029a9512fa38')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('bcf9c26d4a1fc078e7f2a09a047329a0cc516d81e280578515f93a2c0201ae8f12baf7f710d962f29aa09a81ee426891a58840a6e279c5acc30dbc3b0911dee9')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"



More information about the arch-commits mailing list