Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_3 03 Jun 2022 10:51:36 |
Po-Chuan Hsieh (sunpoet) |
net/py-suds-jurko: Remove obsoleted port
Use net/py-suds instead. |
0.6_3 25 Mar 2022 13:37:11 |
Po-Chuan Hsieh (sunpoet) |
net/py-suds-jurko: Do not install tests module
- Bump PORTREVISION for package change
PR: 262759
Reported by: se |
0.6_2 25 Oct 2021 15:57:34 |
Po-Chuan Hsieh (sunpoet) |
net/py-suds-jurko: Fix build with py-setuptools 58.0.0+
- Bump PORTREVISION for package change
===> Configuring for py38-suds-jurko-0.6_1
error in suds-jurko setup command: use_2to3 is invalid.
*** Error code 1
Stop.
make: stopped in /usr/ports/net/py-suds-jurko
Reference: https://github.com/pypa/setuptools/blob/main/CHANGES.rst |
0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.6_1 10 Dec 2020 21:44:46 |
sunpoet |
Silence patch message |
0.6_1 13 Sep 2020 19:46:11 |
sunpoet |
Take maintainership |
0.6_1 12 Sep 2020 12:55:04 |
zi |
- Reset MAINTAINER due to multiple fatal bounces
Reported by: portscout! |
0.6_1 13 Jan 2020 07:03:57 |
koobs |
net/py-suds-jurko: Bump PORTREVISION missed in ports r522860
PR: 226077
MFH: 2020Q1 (MFH with ports r522860) |
0.6 13 Jan 2020 07:02:35 |
koobs |
net/py-suds-jurko: Fix tests installed into shared location [1]
This package installs its 'tests' module into a non-package-specific
location in the root site-packages directory. Python packages should/usually
address this by excluding tests from installation using
setup.py: find_packages(exclude[ "<package-glob>" ]).
Unfortunately the above 'simple' change cannot be used because it doesn't
allow the package to be tested on Python 3.x, as the tests package is not
processed by 2to3, and the tests need to be run on the processed (by 2to3)
sources. This may be the original reason upstream didn't remove them from
the build, not grokking the ramifications.
Accordingly, this change moves the tests into the main package namespace
and runs the tests on the processed sources in the resulting build/* (Only the first 15 lines of the commit message are shown above ) |
0.6 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.6 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
0.6 09 Jan 2017 14:28:12 |
novel |
net/py-suds-jurko: use proper category name
s/devel/net/
Reported by: FreshPorts sanity checking
Pointy hat to: novel |
09 Jan 2017 14:19:18
|
novel |
Add net/py-suds-jurko, Lightweight SOAP client (jurko's fork)
As it conflicts with net/py-suds because of installing the same files,
add CONFLICTS_INSTALL to both py-suds-jurko and net/py-suds
and bump PORTREVISION for the latter.
PR: 215877
Submitted by: Alexander Nusov |