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-WebTest Helper to test WSGI applications
3.0.0 www Deleted on this many watch lists=2 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-02-27 15:37:36
Last Update: 2023-06-30 07:00:41
Commit Hash: 1eabb6d
People watching this port, also watch:: roundcube-php82, siproxd, nss, p5-Net-SSLeay, py39-virtualenvwrapper
Also Listed In: python
License: MIT
WWW:
https://docs.pylonsproject.org/projects/webtest/en/latest/
https://github.com/Pylons/webtest
Description:
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. It provides convenient full-stack testing of applications written with any WSGI-compatible framework.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}webtest>0:www/py-WebTest@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py39-webtest
Package flavors (<flavor>: <package>)
  • py39: py39-webtest
distinfo:
TIMESTAMP = 1685829922 SHA256 (WebTest-3.0.0.tar.gz) = 54bd969725838d9861a9fa27f8d971f79d275d94ae255f5c501f53bb6d9929eb SIZE (WebTest-3.0.0.tar.gz) = 75871

Packages (timestamps in pop-ups are UTC):
py37-WebTest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.0.32---2.0.32-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
py39-WebTest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--2.0.32-----
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
py39-webtest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-----3.0.0-3.0.0
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-beautifulsoup>=0 : www/py-beautifulsoup@py39
  2. py39-waitress>=0.8.5 : www/py-waitress@py39
  3. py39-webob>=1.2 : www/py-webob@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. security/py-keystone*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. net-mgmt/noc*
  2. www/py-kallithea*
  3. www/py-pylons*
  4. www/py-zope.app.wsgi*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
www_py-WebTest
USES:
python
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/W/WebTest/
  2. https://pypi.org/packages/source/W/WebTest/
Collapse this list.
Port Moves
  • port moved to www/py-webtest on 2023-06-08
    REASON: Use lowercase PORTNAME and path

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
30 Jun 2023 07:00:41
commit hash: 1eabb6df5d822262c98dca710c20553cbab38360commit hash: 1eabb6df5d822262c98dca710c20553cbab38360commit hash: 1eabb6df5d822262c98dca710c20553cbab38360commit hash: 1eabb6df5d822262c98dca710c20553cbab38360 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-webtest: Move www/py-WebTest to www/py-webtest

- Use lowercase PORTNAME and path
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, fix py-zope.testbrowser

error in zope.testbrowser setup command: 'install_requires' must be a string or
list of strings containing valid project/version requirement specifiers;
Expected end or semicolon (after name and no valid version specifier)
    pytz > dev
         ^
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-zope.testbrowser
3.0.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
3.0.0
05 Jun 2023 18:47:24
commit hash: d35a222edd9345ca5962e8471232a2cee2a4d6d7commit hash: d35a222edd9345ca5962e8471232a2cee2a4d6d7commit hash: d35a222edd9345ca5962e8471232a2cee2a4d6d7commit hash: d35a222edd9345ca5962e8471232a2cee2a4d6d7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-WebTest: Update to 3.0.0

- Change MASTER_SITES from GitHub to PYPI
- Update WWW
- Take maintainership

Changes:	https://github.com/Pylons/webtest/blob/main/CHANGELOG.rst
		https://docs.pylonsproject.org/projects/webtest/en/latest/changelog.html
2.0.32
03 Jun 2023 19:05:01
commit hash: 882150c9ff49e7c4911f0faf8fd2fc30ee9b8e82commit hash: 882150c9ff49e7c4911f0faf8fd2fc30ee9b8e82commit hash: 882150c9ff49e7c4911f0faf8fd2fc30ee9b8e82commit hash: 882150c9ff49e7c4911f0faf8fd2fc30ee9b8e82 files touched by this commit
Carlo Strub (cs) search for other commits by this committer
www/py-WebTest: Back to @ports
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.0.32
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.32
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.32
29 Apr 2021 14:24:50
commit hash: af187b8087cec9f8b93a6003d4e65f476e649800commit hash: af187b8087cec9f8b93a6003d4e65f476e649800commit hash: af187b8087cec9f8b93a6003d4e65f476e649800commit hash: af187b8087cec9f8b93a6003d4e65f476e649800 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-WebTest: Add NO_ARCH

Approved by:	portmgr (blanket)
2.0.32
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.0.32
24 Dec 2020 09:21:28
Revision:559056Original commit files touched by this commit
antoine search for other commits by this committer
soupsieve 2.0.1 is only compatible with python 3.6+
2.0.32
09 Oct 2018 21:23:36
Revision:481673Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.32
2.0.29
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
2.0.29
30 Apr 2018 19:03:43
Revision:468738Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.29
2.0.23
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)
2.0.23
03 Jan 2017 18:12:13
Revision:430490Original commit files touched by this commit
mat search for other commits by this committer
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2.0.23
03 Aug 2016 20:49:21
Revision:419555Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.23
2.0.21
17 Apr 2016 17:58:02
Revision:413520Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.21
2.0.20
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
2.0.20
20 Feb 2016 14:37:48
Revision:409244Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.0.20
- Move to Github
2.0.14
18 Oct 2014 13:18:19
Revision:371124Original commit files touched by this commit
rm search for other commits by this committer
Convert to USES=python

Approved by:	portmgr (blanket)
2.0.14
10 Mar 2014 18:01:09
Revision:347789Original commit files touched by this commit
bapt search for other commits by this committer
Convert www to USES=zip
2.0.14
31 Jan 2014 19:47:28
Revision:342056Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.14
2.0.10
03 Dec 2013 20:19:05
Revision:335591Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.0.10
- Support staging
2.0.4
20 Sep 2013 23:36:54
Revision:327776Original 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:
www)
2.0.4
28 Jun 2013 04:30:04
Revision:321945Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.4
2.0.3
09 Jun 2013 21:25:54
Revision:320410Original commit files touched by this commit
cs search for other commits by this committer
Add run depends

PR:		ports/179079
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	maintainer (myself)
2.0.3
26 Mar 2013 20:37:45
Revision:315326Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.3
2.0.2
24 Mar 2013 17:32:27
Revision:315148Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.0.2

PR:		ports/177022
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:	maintainer
1.4.0
07 Nov 2012 14:06:59
Revision:307135Original commit files touched by this commit
cs search for other commits by this committer
- Update to 1.4.0
- Cleanup Makefile header

Feature safe:	yes
1.3.6
31 Aug 2012 13:47:20
Revision:303423Original commit files touched by this commit
cs search for other commits by this committer
- Update to 1.3.6
- tidy pkg-descr
1.3.4
19 May 2012 07:59:37
Original commit files touched by this commit
cs search for other commits by this committer
Update to 1.3.4
1.3.3
21 Dec 2011 10:11:58
Original commit files touched by this commit
cs search for other commits by this committer
Update to 1.3.3

Submitted by:   wen@ (via mail)
Approved by:    wen@ (co-mentor, implicit)
1.3.1
09 Oct 2011 14:27:03
Original commit files touched by this commit
cs search for other commits by this committer
Update to 1.3.1

Approved by:    glarkin@ (mentor)
1.2.3
15 Sep 2011 12:33:27
Original commit files touched by this commit
cs search for other commits by this committer
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
1.2.3
01 Apr 2011 02:40:55
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 1.2.3
  Changes:
https://bitbucket.org/ianb/webtest/changeset/5860980bf8c1#chg-docs/news.txt

PR:             ports/155725
Submitted by:   C-S <c-s@c-s.li> (maintainer)
1.2.2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2.2
20 Sep 2010 06:28:54
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2.2
- Pass maintainership to submitter

PR:             ports/150603
Submitted by:   C-S <c-s@c-s.li>
1.2.1
26 May 2010 08:31:01
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2.1
- Reset maintainer
1.2
30 May 2009 21:01:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2 (make python 2.6.2 safe)

PR:             134865
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
1.1
27 Feb 2009 15:37:21
Original commit files touched by this commit
miwi search for other commits by this committer
py-WebTest is a helper to test WSGI applications, it wraps
any WSGI application and makes it easy to send test requests
to that application, without starting up an HTTP server.
It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.

WWW: http://pythonpaste.org/webtest/

PR:             ports/132045
Submitted by:   Wen Heping <wenheping at gmail.com>

Number of commits found: 40