Port details |
- py-paste Tools for using a Web Server Gateway Interface stack
- 3.10.1_1 www
=4 3.10.1Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2006-12-14 11:40:59
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: libevent, indexinfo, py311-beautifulsoup, libXdamage, asciidoc
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pasteorg/paste
- Description:
- Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
These provide several pieces of "middleware" (or filters) that can be
nested to build web applications. Each piece of middleware uses the
WSGI (PEP 333) interface, and should be compatible with other
middleware based on those interfaces.
¦ ¦ ¦ ¦ 
- 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}Paste>0:www/py-paste@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-paste/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-paste
- pkg install py311-Paste
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 py311-Paste listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-Paste
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1714741211
SHA256 (paste-3.10.1.tar.gz) = 1c3d12065a5e8a7a18c0c7be1653a97cf38cc3e9a5a0c8334a9dd992d3a05e4a
SIZE (paste-3.10.1.tar.gz) = 652629
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-six>=1.4.0 : devel/py-six@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-six>=1.4.0 : devel/py-six@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-oslo.service
- www/py-WebError
-
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-paste
- 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 |
3.10.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.10.1 03 May 2024 14:50:14
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.10.1
Release changes: https://github.com/pasteorg/paste/releases/tag/3.10.1
Reported by: Chris Dent <notifications@github.com> |
3.10.0 29 Apr 2024 09:10:17
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.10.0
- Update WWW address
Release changes: https://github.com/pasteorg/paste/releases/tag/3.10.0
Reported by: portscout |
3.9.0 06 Apr 2024 08:32:10
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.9.0
Release changes: https://github.com/cdent/paste/releases/tag/3.9.0
Reported by: Chris Dent <notifications@github.com> |
3.8.0 30 Mar 2024 15:22:21
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.8.0
- Don't use devel/py-tox for testing, but our framework via pytest
Release changes: https://github.com/cdent/paste/releases/tag/3.8.0
Reported by: portscout |
3.7.1 23 Oct 2023 05:28:13
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.7.1
Reported by: portscout |
3.6.0 03 Oct 2023 07:03:43
    |
Nicola Vitale (nivit)  |
www/py-paste: Update to 3.6.0
Reported by: portscout |
3.5.2 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> |
3.5.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.5.2 18 Nov 2022 17:09:54
    |
Nicola Vitale (nivit)  |
www/py-paste: update to 3.5.2 |
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) |
3.4.6 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 ) |
3.4.6 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 ) |
3.4.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4.6 29 Dec 2020 13:21:38
  |
antoine  |
Drop python 2.7 support from a few ports |
3.4.6 26 Sep 2020 12:01:46
  |
nivit  |
- Update to 3.4.6
- Use devel/py-tox for testing.
Running pytest directly fails a couple of tests with this
version. |
3.4.5 25 Sep 2020 15:05:05
  |
nivit  |
- Update to 3.4.5
- Add test target |
2.0.3 27 Nov 2018 17:10:29
  |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
2.0.3 05 Sep 2018 16:50:04
  |
nivit  |
- Update to 2.0.3 |
2.0.2_1 01 Jul 2018 09:07:20
  |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket |
2.0.2_1 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.2_1 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.2_1 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.2_1 11 Nov 2015 09:11:51
  |
antoine  |
Add missing RUN_DEPENDS |
2.0.2 10 Nov 2015 15:10:52
  |
wg  |
www/py-paste: update to 2.0.2
Approved by: maintainer (via email) |
1.7.5.1_2 02 Mar 2015 23:55:26
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
1.7.5.1_2 03 Jan 2015 08:41:21
  |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.7.5.1_2 10 Feb 2014 05:32:35
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
1.7.5.1_1 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.7.5.1_1 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.7.5.1_1 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
1.7.5.1_1 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.7.5.1_1 25 Feb 2011 04:40:31
 |
miwi  |
- Move over to py25
- while here drop md5 support
- Small cleanups |
1.7.5.1 21 Sep 2010 15:52:20
 |
nivit  |
- Update to 1.7.5.1
- Install documentation |
1.7.5 15 Sep 2010 08:33:35
 |
nivit  |
- Update to 1.7.5 |
1.7.4 12 Sep 2010 05:21:00
 |
nivit  |
- Update to 1.7.4 |
1.7.3.1 06 May 2010 19:30:15
 |
nivit  |
- Take maintainership |
1.7.3.1 06 May 2010 08:26:35
 |
wen  |
- Update to 1.7.3.1
- Reset maintainer |
1.7.3 20 Apr 2010 09:18:45
 |
wen  |
- Update to 1.7.3
- Update my mail address to FreeBSD |
1.7.2 07 Nov 2008 15:30:57
 |
dryice  |
pass on maintainership
Approved by: New maintainer <wenheping@gmail.com> via private mail |
1.7.2 07 Nov 2008 14:05:16
 |
dryice  |
- update to 1.7.2
- removed files: files/pkg-install.in, files/pkg-deinstall.in
PR: ports/128494
Submitted by: Wen Heping <wenheping@gmail.com> |
1.6 14 Jan 2008 03:28:38
 |
dryice  |
update to 1.6 |
1.5.1 30 Oct 2007 04:10:42
 |
dryice  |
update to 1.5.1 |
1.4.2 17 Sep 2007 11:50:07
 |
dryice  |
update to 1.4.2 |
1.4 30 Jul 2007 09:42:28
 |
alexbl  |
- 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 |
1.4 02 Jul 2007 11:37:12
 |
dryice  |
update to 1.4 |
1.3 24 Mar 2007 14:12:06
 |
dryice  |
update to 1.3
Approved by: itetcu (mentor, implicit) |
1.2.1 04 Feb 2007 12:03:33
 |
dryice  |
update to 1.2.1
Approved by: itetcu (mentor, implicit) |
1.1.1 15 Jan 2007 23:49:11
 |
dryice  |
update to 1.1.1
Approved by: itetcu (mentor) |
1.0 07 Jan 2007 09:49:49
 |
nivit  |
- Fixed PYPASTE_EGG value
Reviewed by: dryice (maintainer)
Approved by: alexbl (mentor) |
1.0 31 Dec 2006 13:30:36
 |
nivit  |
- Added files/pkg-deinstall files/pkg-install
- Added variable PYPASTE_EGG
Approved by: alexbl (mentor), dryice (maintainer) |
1.0 14 Dec 2006 11:38:34
 |
miwi  |
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
These provide several pieces of "middleware" (or filters) that can be
nested to build web applications. Each piece of middleware uses the
WSGI (PEP 333) interface, and should be compatible with other
middleware based on those interfaces.
Author: Ian Bicking <ianb at colorstudy com>
WWW: http://pythonpaste.org
PR: ports/106706
Submitted by: Dryice Liu <dryice at dryice.name> |