mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
28 lines
836 B
Plaintext
28 lines
836 B
Plaintext
# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
|
|
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
|
|
pkgname=py3-soappy
|
|
pkgver=0.52.28
|
|
pkgrel=1
|
|
pkgdesc="Simple to use SOAP library for Python"
|
|
url="https://github.com/Synerty/SOAPpy-py3"
|
|
options="!check" # Requires running servere
|
|
arch="noarch"
|
|
license="BSD-3-Clause-Attribution"
|
|
depends="py3-defusedxml py3-wstools py3-m2crypto"
|
|
makedepends="py3-setuptools"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://pypi.io/packages/source/S/SOAPpy-py3/SOAPpy-py3-$pkgver.tar.gz"
|
|
builddir="$srcdir/SOAPpy-py3-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
fcfee577ccf142900215c52567c7393b8df268feca1ceccb4978b207733bce33cd2b17f4e4064e87c42d38d749e305f698615fde29531c027b661c388ba33771 SOAPpy-py3-0.52.28.tar.gz
|
|
"
|