Port details |
- py-WebTest Helper to test WSGI applications
- 2.0.32 www
=2 Version of this port present on the latest quarterly branch. - Maintainer: cs@FreeBSD.org
 - Port Added: 2009-02-27 15:37:36
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: qemu, dropbear, siproxd, nspr, py39-webob
- Also Listed In: python
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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}
- To install the port:
- cd /usr/ports/www/py-WebTest/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-WebTest
- pkg install py39-WebTest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-WebTest listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-WebTest
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1539119140
SHA256 (Pylons-webtest-2.0.32_GH0.tar.gz) = b4fe05b6f0bb63f3fddd7e287e678eab26a23f4362b1acc79869e5185dbe48c7
SIZE (Pylons-webtest-2.0.32_GH0.tar.gz) = 68401
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-six>0 : devel/py-six@py39
- py39-beautifulsoup>=4 : www/py-beautifulsoup@py39
- py39-waitress>0 : www/py-waitress@py39
- py39-webob>=1.2 : www/py-webob@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-six>0 : devel/py-six@py39
- py39-beautifulsoup>=4 : www/py-beautifulsoup@py39
- py39-waitress>0 : www/py-waitress@py39
- py39-webob>=1.2 : www/py-webob@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-zope.testbrowser
- net/py-errbot
- www/py-pecan
-
Deleted ports which required this port:
- * - 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:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
2.0.32 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
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 ) |
2.0.32 29 Apr 2021 14:24:50
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-WebTest: Add NO_ARCH
Approved by: portmgr (blanket) |
2.0.32 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.32 24 Dec 2020 09:21:28
  |
antoine  |
soupsieve 2.0.1 is only compatible with python 3.6+ |
2.0.32 09 Oct 2018 21:23:36
  |
cs  |
Update to 2.0.32 |
2.0.29 20 Jun 2018 17:05:44
  |
mat  |
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
  |
cs  |
Update to 2.0.29 |
2.0.23 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
2.0.23 03 Jan 2017 18:12:13
  |
mat  |
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
  |
cs  |
Update to 2.0.23 |
2.0.21 17 Apr 2016 17:58:02
  |
cs  |
Update to 2.0.21 |
2.0.20 01 Apr 2016 14:33:58
  |
mat  |
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
  |
cs  |
- Update to 2.0.20
- Move to Github |
2.0.14 18 Oct 2014 13:18:19
  |
rm  |
Convert to USES=python
Approved by: portmgr (blanket) |
2.0.14 10 Mar 2014 18:01:09
  |
bapt  |
Convert www to USES=zip |
2.0.14 31 Jan 2014 19:47:28
  |
cs  |
Update to 2.0.14 |
2.0.10 03 Dec 2013 20:19:05
  |
cs  |
- Update to 2.0.10
- Support staging |
2.0.4 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.4 28 Jun 2013 04:30:04
  |
cs  |
Update to 2.0.4 |
2.0.3 09 Jun 2013 21:25:54
  |
cs  |
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
  |
cs  |
Update to 2.0.3 |
2.0.2 24 Mar 2013 17:32:27
  |
cs  |
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
  |
cs  |
- Update to 1.4.0
- Cleanup Makefile header
Feature safe: yes |
1.3.6 31 Aug 2012 13:47:20
  |
cs  |
- Update to 1.3.6
- tidy pkg-descr |
1.3.4 19 May 2012 07:59:37
 |
cs  |
Update to 1.3.4 |
1.3.3 21 Dec 2011 10:11:58
 |
cs  |
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
 |
cs  |
Update to 1.3.1
Approved by: glarkin@ (mentor) |
1.2.3 15 Sep 2011 12:33:27
 |
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
1.2.3 01 Apr 2011 02:40:55
 |
glarkin  |
- 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
 |
miwi  |
- Get Rid MD5 support |
1.2.2 20 Sep 2010 06:28:54
 |
wen  |
- 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
 |
wen  |
- Update to 1.2.1
- Reset maintainer |
1.2 30 May 2009 21:01:06
 |
miwi  |
- 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
 |
miwi  |
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> |