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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-soappy SOAP Services for Python
0.12.22_1 net Deleted on this many watch lists=1 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 0.12.22_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Please consider using net/py-zeep as upstream development is stalled and recommends using another stalled library stud
Expired This port expired on: 2019-12-31
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-08-02 18:35:10
Last Update: 2019-12-31 17:00:29
SVN Revision: 521645
People watching this port, also watch:: p5-type1inst, python
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/kiorky/SOAPpy
Description:
SOAPpy provides tools for building SOAP clients and servers. WWW: https://github.com/kiorky/SOAPpy
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}soappy>0:net/py-soappy@${PY_FLAVOR}
Conflicts:
CONFLICTS:
  • py*-soappy-devel-0.12.*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py27-soappy
Package flavors (<flavor>: <package>)
  • py27: py27-soappy
distinfo:
SHA256 (SOAPpy-0.12.22.zip) = e70845906bb625144ae6a8df4534d66d84431ff8e21835d7b401ec6d8eb447a5 SIZE (SOAPpy-0.12.22.zip) = 172855

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-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-defusedxml>0 : devel/py-defusedxml@py27
  2. py27-wstools>0 : textproc/py-wstools@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7 zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/S/SOAPpy/
  2. https://pypi.org/packages/source/S/SOAPpy/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.22_1
31 Dec 2019 17:00:29
Revision:521645Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-12-31 accessibility/linux-c6-atk: Superseded by CentOS 7
2019-12-31 audio/exaile-devel: this port is older than audio/exaile
2019-12-31 audio/linux-c6-alsa-lib: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-oss: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-pulseaudio: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-utils: Superseded by CentOS 7
2019-12-31 audio/linux-c6-flac: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libaudiofile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libogg: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libsndfile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libvorbis: Superseded by CentOS 7
2019-12-31 audio/linux-c6-mikmod: Superseded by CentOS 7
2019-12-31 audio/linux-c6-nas-libs: Superseded by CentOS 7
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.12.22_1
14 Apr 2019 00:16:38
Revision:498868Original commit files touched by this commit
bofh search for other commits by this committer
net/py-soappy: Mark DEPRECATED

- Please consider using net/py-zeep as upstream development is stalled and
  recommends using another stalled library stud
0.12.22_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.12.22_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
0.12.22
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.12.22
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.12.22
25 Jun 2015 20:05:44
Revision:390596Original commit files touched by this commit
bofh search for other commits by this committer
net/py-soappy: Update version 0.11.6=>0.12.22

- Change MASTER_SITES to CHEESESHOP as SF is no longer maintained
- Limit python version to 2.x only (still not compatible with 3.x)
- Remove dependency on py-fpconst - it was dropped in 0.12.6
- Update offsite url
- Although there is no LICENSE file in CHEESESHOP distfile but the actual
LICENSE file is maintained in GH repo

Submitted by:	rm
0.11.6_1
24 Dec 2014 00:14:13
Revision:375378Original commit files touched by this commit
bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
0.11.6_1
25 Oct 2014 06:52:33
Revision:371468Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.11.6_1
24 Oct 2014 16:21:26
Revision:371449Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
0.11.6_1
10 Jul 2014 12:13:12
Revision:361440Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
0.11.6_1
05 Jun 2014 01:47:55
Revision:356571Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support

PR:		190507
0.11.6
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.11.6
18 Mar 2012 05:04:36
Original commit files touched by this commit
miwi search for other commits by this committer
- Set Portscout flags
- Pass maintainership to submitter

PR:             166196 165943 165915
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
0.11.6
01 Feb 2012 15:53:08
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
0.11.6
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.11.6
22 Aug 2009 00:32:25
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
0.11.6
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.11.6
09 Nov 2005 02:32:50
Original commit files touched by this commit
mnag search for other commits by this committer
Add SHA256
0.11.6
16 Sep 2005 17:58:32
Original commit files touched by this commit
mnag search for other commits by this committer
Update my email

Approved by: pav (mentor)
0.11.6
12 Sep 2005 11:06:04
Original commit files touched by this commit
garga search for other commits by this committer
- Repocopy py-soappy -> py-soappy-devel

- py-soappy-devel:
 - Update to 0.12.0 RC1

- Both
 - Add CONFLICTS
 - Pacify portlint

PR:             ports/85869
Submitted by:   maintainer
Repocopied by:  marcus
0.11.6
30 Nov 2004 20:50:38
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 0.11.6
- Pass maintainership to submitter

PR:             ports/74508
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
0.11.5
28 Nov 2004 21:26:33
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 0.11.5

PR:             ports/71545
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
0.11.4
02 Aug 2004 17:41:19
Original commit files touched by this commit
netchild search for other commits by this committer
Another SOAP implementation for python.

Number of commits found: 24