[arch-commits] Commit in python-suds/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Monday, August 29, 2022 @ 19:30:52
  Author: felixonmars
Revision: 1285663

archrelease: copy trunk to community-any

Added:
  python-suds/repos/community-any/PKGBUILD
    (from rev 1285662, python-suds/trunk/PKGBUILD)
Deleted:
  python-suds/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 31 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 19:30:39 UTC (rev 1285662)
+++ PKGBUILD	2022-08-29 19:30:52 UTC (rev 1285663)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-
-pkgname=python-suds
-pkgver=1.4.1.0
-pkgrel=2
-pkgdesc="A lightweight SOAP python client"
-arch=('any')
-url="https://github.com/cackharot/suds-py3"
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/s/suds-py3/suds-py3-$pkgver.tar.gz")
-sha512sums=('c993c6ae6caf55d28a73e0239345294818cf70bf0b7d0c6c97ce3740f8f1cfcb32254575a74c6398b4e6a60e9360f3dd0f98f33178fe212c2b2aaacf6c5a5c96')
-
-build() {
-  cd suds-py3-$pkgver
-  python setup.py build
-}
-
-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:

Copied: python-suds/repos/community-any/PKGBUILD (from rev 1285662, python-suds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 19:30:52 UTC (rev 1285663)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+
+pkgname=python-suds
+pkgver=1.4.2.0
+pkgrel=1
+pkgdesc="A lightweight SOAP python client"
+arch=('any')
+url="https://github.com/cackharot/suds-py3"
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/cackharot/suds-py3/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b4aa5235b7615c4ef6bd763be8b72f60c86d0c22ba6ea86cb927e4f4425f6c40c55533140e5e9dd47e3684986c574746fdde8187e3f70b35a6cacbb1bfbc3b49')
+
+build() {
+  cd suds-py3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd suds-py3-$pkgver
+  ./run_tests.sh
+}
+
+package() {
+  cd suds-py3-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list