mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/py-pysimplesoap: Add py-pysimplesoap 1.16.2
Python simple and lightweight SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality. Initially it was inspired by PHP Soap Extension (mimicking its functionality, simplicity and ease of use), with many advanced features added.
This commit is contained in:
parent
e9ea4819f6
commit
75abab400d
@ -1113,6 +1113,7 @@
|
||||
SUBDIR += py-pyroute2.protocols
|
||||
SUBDIR += py-pysendfile
|
||||
SUBDIR += py-pyshark
|
||||
SUBDIR += py-pysimplesoap
|
||||
SUBDIR += py-pysmb
|
||||
SUBDIR += py-pysocks
|
||||
SUBDIR += py-pystun
|
||||
|
22
net/py-pysimplesoap/Makefile
Normal file
22
net/py-pysimplesoap/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
PORTNAME= pysimplesoap
|
||||
PORTVERSION= 1.16.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= PySimpleSOAP-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python simple and lightweight SOAP Library
|
||||
WWW= https://github.com/pysimplesoap/pysimplesoap
|
||||
|
||||
LICENSE= LGPL3+
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-pysimplesoap/distinfo
Normal file
3
net/py-pysimplesoap/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1714227790
|
||||
SHA256 (PySimpleSOAP-1.16.2.tar.gz) = b1bbf4d0d0adff9b652197d61aa1b76731ad618849e27d28fe5cb250916d67e1
|
||||
SIZE (PySimpleSOAP-1.16.2.tar.gz) = 44273
|
11
net/py-pysimplesoap/files/patch-setup.py
Normal file
11
net/py-pysimplesoap/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2017-12-03 17:06:13 UTC
|
||||
+++ setup.py
|
||||
@@ -25,7 +25,7 @@ setup(
|
||||
warnings.warn("Exception when converting the README format: %s" % e)
|
||||
|
||||
setup(
|
||||
- name='PySimpleSOAP',
|
||||
+ name='pysimplesoap',
|
||||
version=__version__,
|
||||
description='Python simple and lightweight SOAP Library',
|
||||
long_description=long_desc,
|
4
net/py-pysimplesoap/pkg-descr
Normal file
4
net/py-pysimplesoap/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Python simple and lightweight SOAP library for client and server webservices
|
||||
interfaces, aimed to be as small and easy as possible, supporting most common
|
||||
functionality. Initially it was inspired by PHP Soap Extension (mimicking its
|
||||
functionality, simplicity and ease of use), with many advanced features added.
|
Loading…
Reference in New Issue
Block a user