notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-simplesoap Python Simple SOAP Library
1.10_1 net Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.10_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-04-03 21:59:35
Last Update: 2017-01-01 19:30:38
SVN Revision: 430274
Also Listed In: python www
License: LGPL3
WWW:
https://github.com/pysimplesoap/pysimplesoap
Description:
PySimpleSOAP (Python Simple 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 it functionality, simplicity and ease of use), with many advanced features added. Goals: - Simple: less than 200LOC client/server concrete implementation for easy maintainability and enhancments. - Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the posibility of fine-tuning XML request and responses - Pythonic: no artifacts, no class generation, no special types, RPC calls parameters and return values are simple python structures (dicts, list, etc.) - Dynamic: no definition (WSDL) required, dynamic generation and parsing supported (cached in a pickle file for performance, supporting fixing broken WSDL) - Easy: simple xml manipulation, including basic serialization and raw object-like access to SOAP messages - Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for special transport needs over SSL and proxy (ISA) WWW: https://github.com/pysimplesoap/pysimplesoap
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}simplesoap>0:net/py-simplesoap@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-simplesoap
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (pysimplesoap-pysimplesoap-1.10_GH0.tar.gz) = b7665ced6be9ce925b11d3a1a88d1ca2cdecda2ae3bb7490a891cc4ee9878ca0 SIZE (pysimplesoap-pysimplesoap-1.10_GH0.tar.gz) = 37522

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pysimplesoap/pysimplesoap/tar.gz/1.10?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10_1
01 Jan 2017 19:30:38
Revision:430274Original commit files touched by this commit
sunpoet search for other commits by this committer
Move net/py-simplesoap to net/py-pysimplesoap
1.10_1
02 Sep 2015 17:04:28
Revision:395888Original commit files touched by this commit
sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
1.10_1
13 May 2015 19:01:33
Revision:386250Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup GH_* knobs: remove GH_TAGNAME
1.10_1
22 Mar 2015 10:44:05
Revision:381898Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MASTER_SITES
- Update WWW
- Bump PORTREVISION for package change
1.10
15 Aug 2014 03:43:55
Revision:364929Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
1.10
15 Aug 2014 03:02:21
Revision:364917Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=python
1.10
03 Apr 2014 21:59:18
Revision:350051Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add py-simplesoap 1.10

PySimpleSOAP (Python Simple 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 it
functionality, simplicity and ease of use), with many advanced features added.

Goals:
- Simple: less than 200LOC client/server concrete implementation for easy
  maintainability and enhancments.
- Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the
  posibility of fine-tuning XML request and responses
- Pythonic: no artifacts, no class generation, no special types, RPC calls
  parameters and return values are simple python structures (dicts, list, etc.)
- Dynamic: no definition (WSDL) required, dynamic generation and parsing
  supported (cached in a pickle file for performance, supporting fixing broken
  WSDL)
- Easy: simple xml manipulation, including basic serialization and raw
  object-like access to SOAP messages
- Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for
  special transport needs over SSL and proxy (ISA)

WWW: https://code.google.com/p/pysimplesoap/

Number of commits found: 7