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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 19:30:39 UTC 2022


    Date: Monday, August 29, 2022 @ 19:30:39
  Author: felixonmars
Revision: 1285662

upgpkg: python-suds 1.4.2.0-1

Modified:
  python-suds/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 19:30:28 UTC (rev 1285661)
+++ PKGBUILD	2022-08-29 19:30:39 UTC (rev 1285662)
@@ -2,8 +2,8 @@
 # Contributor: Jonathan Liu <net147 at gmail.com>
 
 pkgname=python-suds
-pkgver=1.4.1.0
-pkgrel=2
+pkgver=1.4.2.0
+pkgrel=1
 pkgdesc="A lightweight SOAP python client"
 arch=('any')
 url="https://github.com/cackharot/suds-py3"
@@ -10,8 +10,8 @@
 license=('LGPL')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/s/suds-py3/suds-py3-$pkgver.tar.gz")
-sha512sums=('c993c6ae6caf55d28a73e0239345294818cf70bf0b7d0c6c97ce3740f8f1cfcb32254575a74c6398b4e6a60e9360f3dd0f98f33178fe212c2b2aaacf6c5a5c96')
+source=("https://github.com/cackharot/suds-py3/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b4aa5235b7615c4ef6bd763be8b72f60c86d0c22ba6ea86cb927e4f4425f6c40c55533140e5e9dd47e3684986c574746fdde8187e3f70b35a6cacbb1bfbc3b49')
 
 build() {
   cd suds-py3-$pkgver
@@ -18,12 +18,14 @@
   python setup.py build
 }
 
+check() {
+  cd suds-py3-$pkgver
+  ./run_tests.sh
+}
+
 package() {
   cd suds-py3-$pkgver
   python setup.py install --root="$pkgdir" -O1
-  # https://bugs.archlinux.org/task/57562
-  #local _py3_ver=$(python --version | cut -d " " -f2)
-  #rm -rf "${pkgdir}/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list