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

David Runge dvzrv at archlinux.org
Tue May 18 08:46:03 UTC 2021


    Date: Tuesday, May 18, 2021 @ 08:46:03
  Author: dvzrv
Revision: 936235

upgpkg: python-imdbpy 2021.4.18-2: Rebuild to switch to python-sqlalchemy1.3.

Upstream does not have a clear statement on support for python-sqlalchemy >= 1.4 yet:
https://github.com/alberanid/imdbpy/issues/320
Remove python-setuptools from depends and move it to makedepends.

Modified:
  python-imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-18 08:36:53 UTC (rev 936234)
+++ PKGBUILD	2021-05-18 08:46:03 UTC (rev 936235)
@@ -3,12 +3,14 @@
 _name=IMDbPY
 pkgname=python-imdbpy
 pkgver=2021.4.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/"
 arch=('any')
 license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+# using python-sqlalchemy < 1.4 for good measure: https://github.com/alberanid/imdbpy/issues/320
+depends=('python-lxml' 'python-sqlalchemy1.3')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('512e459f18018b0439ba7162a85b9492d9bb58e7d360258c228e7437ac971c6957b22017561437c7922dbe3251a9150e99d9590b099e72db8034b0cfe13841fa')



More information about the arch-commits mailing list