[arch-commits] Commit in python-suds/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 21:04:47 UTC 2020
Date: Thursday, November 12, 2020 @ 21:04:47
Author: felixonmars
Revision: 753761
archrelease: copy trunk to community-staging-any
Added:
python-suds/repos/community-staging-any/
python-suds/repos/community-staging-any/PKGBUILD
(from rev 753760, python-suds/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: python-suds/repos/community-staging-any/PKGBUILD (from rev 753760, python-suds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 21:04:47 UTC (rev 753761)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+
+pkgname=python-suds
+pkgver=1.4.1.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://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:
More information about the arch-commits
mailing list