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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 13 11:05:38 UTC 2022


    Date: Sunday, February 13, 2022 @ 11:05:38
  Author: felixonmars
Revision: 1133031

upgpkg: python-softlayer 5.9.8-2: switch to python-prettytable

Modified:
  python-softlayer/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 10:58:38 UTC (rev 1133030)
+++ PKGBUILD	2022-02-13 11:05:38 UTC (rev 1133031)
@@ -2,21 +2,24 @@
 
 pkgname=python-softlayer
 pkgver=5.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
 license=('MIT')
 url='https://github.com/softlayer/softlayer-python'
-depends=('python-six' 'python-ptable' 'python-click' 'python-requests' 'python-prompt_toolkit'
+depends=('python-six' 'python-prettytable' 'python-click' 'python-requests' 'python-prompt_toolkit'
          'python-pygments' 'python-urllib3')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools' 'tk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz")
-sha512sums=('3125489e59e810620c10b5a347015ed62c36c97794c30a4657135ff8e7cd0cd631505e8ce406c02559f652c52ecc0e9e597b8a110a3e0097b71233bc290ea0e4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz"
+         https://github.com/softlayer/softlayer-python/commit/bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch)
+sha512sums=('3125489e59e810620c10b5a347015ed62c36c97794c30a4657135ff8e7cd0cd631505e8ce406c02559f652c52ecc0e9e597b8a110a3e0097b71233bc290ea0e4'
+            '07400a8b643cc35eb479be36a074e75bf60576c318409b935e7646ef2b055a2eb510b077e3d19ddf2e4ef5071cb658affc0d82a38c25436bc612b307e174be35')
 
 prepare() {
   cd softlayer-python-$pkgver
   sed -i 's/==/>=/' setup.py
+  patch -p1 < ../bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch # replace PTable with prettytable
 }
 
 build() {



More information about the arch-commits mailing list