Skip to content

Commit

Permalink
net/py-suds: Add py-suds 1.1.1 (copied from py-suds-community)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent a0c13b4 commit 07a48b8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -15699,7 +15699,6 @@ devel/pythk||2020-12-12|Has expired: Uses deprecated version of python
mail/py-spambayes||2020-12-12|Has expired: Uses deprecated version of python
math/py-numeric|math/py-numpy|2020-12-12|Has expired: Uses deprecated version of python
math/py-scientific||2020-12-12|Has expired: Uses deprecated version of python
net/py-suds||2020-12-12|Has expired: Uses deprecated version of python
net/pynids||2020-12-12|Has expired: Uses deprecated version of python
security/py-obfsproxy-tor||2020-12-12|Has expired: Uses deprecated version of python
sysutils/syslog-ng324||2020-12-12|Has expired: Agreed upon upstream one year deprecation policy
Expand Down
1 change: 1 addition & 0 deletions net/Makefile
Expand Up @@ -1138,6 +1138,7 @@
SUBDIR += py-sshtunnel
SUBDIR += py-sshuttle
SUBDIR += py-stomp.py
SUBDIR += py-suds
SUBDIR += py-suds-community
SUBDIR += py-suds-jurko
SUBDIR += py-tacacs_plus
Expand Down
22 changes: 22 additions & 0 deletions net/py-suds/Makefile
@@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= suds
PORTVERSION= 1.1.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight SOAP client (community fork)

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/py-suds/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1652737006
SHA256 (suds-1.1.1.tar.gz) = 81f577760f75b93febc1c514d4623b051d738d9ed9e0084d0ba4fc916c54235a
SIZE (suds-1.1.1.tar.gz) = 284895
4 changes: 4 additions & 0 deletions net/py-suds/pkg-descr
@@ -0,0 +1,4 @@
Suds is a lightweight SOAP-based web service client for Python licensed under
LGPL. This is a community fork of the jurko fork.

WWW: https://github.com/suds-community/suds

0 comments on commit 07a48b8

Please sign in to comment.