Port details |
- py-webob WSGI request and response Python object
- 1.8.7 www =5 1.8.7Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2009-02-11 23:56:06
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: nspr, nss, p5-Net-SSLeay, indexinfo, libXdamage
- Also Listed In: python
- License: MIT
- WWW:
- https://webob.org/
- Description:
- WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.
The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.
- ¦ ¦ ¦ ¦
- 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}webob>0:www/py-webob@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-webob/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-webob
- pkg install py39-webob
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-webob listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-webob
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1638441975
SHA256 (WebOb-1.8.7.tar.gz) = b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323
SIZE (WebOb-1.8.7.tar.gz) = 278544
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-pylons-sphinx-themes>=0 : textproc/py-pylons-sphinx-themes@py39
- py39-sphinx>=1.7.5,1 : textproc/py-sphinx@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-coverage>=0 : devel/py-coverage@py39
- py39-pytest-cov>=0 : devel/py-pytest-cov@py39
- py39-pytest>=0 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/py-repoze.who
- www/py-pyramid
-
Deleted ports which required this port:
- for Run
-
- devel/py-keystonemiddleware
- devel/py-microversion-parse
- devel/py-oslo.messaging
- devel/py-oslo.middleware
- devel/py-oslo.service
- devel/py-oslo.versionedobjects
- devel/py-osprofiler
-
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:
- ===> The following configuration options are available for py39-webob-1.8.7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_py-webob
- USES:
- python
- 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 |
1.8.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.8.7 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
1.8.7 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 ) |
1.8.7 02 Dec 2021 11:01:42 |
Nicola Vitale (nivit) |
www/py-webob: Update to 1.8.7
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html |
1.8.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.6 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
1.8.6 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.8.6 23 Sep 2020 08:12:51 |
nivit |
- Update to 1.8.6
- Pet portlint |
1.8.2 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.8.2 14 Aug 2018 16:35:34 |
nivit |
- Update to 1.8.2
- Update URL in pkg-descr to avoid a redirection
- Add a patch and a post-extract-* target to fix a couple of Sphinx exceptions
during the build
process:
1)
WARNING: autodoc: failed to import module u'webob.client'; the following
exception was raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 658,
in import_object
__import__(self.modname)
ImportError: No module named webob.client
2)
Exception occurred:
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
774, in resolve
raise DistributionNotFound(req, requirers)
DistributionNotFound: The 'webob' distribution was not found and is required by
the application
The full traceback has been saved in /tmp/sphinx-err-Kjn2DB.log, if you want to
report the issue to the developers.
Please also report this if it was a user error, so that a better error message
can be provided next time.
A bug report can be filed in the tracker at
<https://github.com/sphinx-doc/sphinx/issues>. Thanks!
*** Error code 1
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html |
1.7.4 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 |
1.7.4 23 Mar 2018 16:46:00 |
sunpoet |
Update to 1.7.4
- Add TEST_DEPENDS
- Convert to options helper
- Remove TESTS option
- Add NO_ARCH
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html
https://github.com/Pylons/webob/blob/master/CHANGES.txt
PR: 226781
Submitted by: sunpoet (myself)
Approved by: nivit (maintainer) |
1.6.3 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 ) |
1.6.3 22 Nov 2016 14:41:54 |
nivit |
- Update to 1.6.3
PR: 214739
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> |
1.4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.4 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.4 18 May 2014 03:29:57 |
nivit |
- Update to 1.4
- Add support for stage dir
- Sort variables
- Use new options helper
- Replace pkg-plist with an automatic package list
Release Notes: http://docs.webob.org/en/latest/news.html |
1.2.2 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
1.2.2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.2.2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.2 08 Sep 2012 22:56:22 |
nivit |
- Update to 1.2.2
- Remove deprecated header information
- Fix style of WWW: field in pkg-descr
Changes&News: http://goo.gl/VBmuR
BuildLog: http://goo.gl/RaQAF |
1.2.1 28 Jul 2012 09:57:16 |
nivit |
- Update to 1.2.1
- Set USE_PYTHON to 'yes' (Python3 ready)
- Define options DOCS and TESTS (default Off)
ReleaseNews: http://goo.gl/VBmuR
BuildLog: http://goo.gl/3tZsn |
1.2.b3 11 Feb 2012 14:41:47 |
nivit |
- Update to 1.2.b3
- Add LICENSE (MIT)
- Remove nivi.interfree.it from MASTER_SITES |
1.2.b2 20 Oct 2011 13:44:54 |
nivit |
- Update to 1.2.b2
- Set USE_PYTHON to 2.6+ |
1.1.b2 09 Aug 2011 15:07:52 |
nivit |
- Update to 1.1.b2
- Update URL of WWW site |
1.1.b1 11 Jul 2011 12:44:49 |
nivit |
- Update to 1.1.b1 |
1.0.8 27 Jun 2011 10:14:16 |
nivit |
- Update to 1.0.8
PR: ports/158091
Submitted by: Jin-Sih Lin <linpct at gmail.com> |
1.0.7 29 Apr 2011 13:46:53 |
nivit |
- Update to 1.0.7
- Set USE_PYTHON to -2.7, because it does not yet support Python 3.X |
1.0.6 07 Apr 2011 12:21:28 |
nivit |
- Update to 1.0.6
- Remove post-install target (to install docs) |
1.0.5 15 Mar 2011 10:01:06 |
nivit |
- Update to 1.0.5 |
1.0.4 13 Mar 2011 00:02:36 |
nivit |
- Update to 1.0.4 |
1.0.3 21 Feb 2011 14:12:52 |
nivit |
- Update to 1.0.3 |
1.0.2 20 Feb 2011 21:25:57 |
nivit |
- Update to 1.0.2
PR: ports/154348
Submitted by: lwhsu |
1.0 15 Sep 2010 11:47:23 |
nivit |
- Update to 1.0
- Install additional documentation |
0.9.8 17 Feb 2010 13:27:24 |
nivit |
- Update to 0.9.8
Feature safe: yes |
0.9.7.1 19 Dec 2009 10:00:21 |
nivit |
- Update to 0.9.7.1 |
0.9.7 17 Dec 2009 17:01:10 |
nivit |
- Update to 0.9.7 |
0.9.6.1 11 Feb 2009 23:55:50 |
nivit |
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.
The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.
WWW: http://pythonpaste.org/webob/ |