Port details |
- py-pastedeploy Load, configure, and compose WSGI applications and servers
- 3.1.0 www
=3 3.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-01-07 10:15:53
- Last Update: 2023-11-27 10:28:25
- Commit Hash: 64b4e19
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py311-beautifulsoup, openmdns
- Also Listed In: python
- License: MIT
- WWW:
- https://pylonsproject.org/
- https://github.com/Pylons/pastedeploy
- Description:
- Load, configure, and compose WSGI applications and servers
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
Egg. For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be exposed to
the implementation details of your application.
The result is something a system administrator can install and manage without
knowing any Python, or the details of the WSGI application or its container.
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.
 ¦ ¦ ¦ ¦ 
- 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}pastedeploy>0:www/py-pastedeploy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-pastedeploy/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-pastedeploy
- pkg install py39-pastedeploy
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-pastedeploy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pastedeploy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1700759878
SHA256 (PasteDeploy-3.1.0.tar.gz) = 9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95
SIZE (PasteDeploy-3.1.0.tar.gz) = 37841
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-setuptools>=41 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/py-pyramid
-
Deleted ports which required this port:
- for Run
-
- devel/py-oslo.service
- www/py-pyramid
-
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-pastedeploy
- 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.1.0 27 Nov 2023 10:28:25
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-pastedeploy: Update to 3.1.0
Changes: https://github.com/Pylons/pastedeploy/blob/main/docs/news.rst |
3.0.1_1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
3.0.1_1 30 Jun 2023 07:06:22
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-pastedeploy: Remove outdated PYTHON_REL check after lang/python37 removal |
3.0.1_1 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.0.1_1 05 Jun 2023 18:47:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-pastedeploy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.0.1 27 May 2023 04:11:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-pastedeploy: Update to 3.0.1
Changes: https://github.com/Pylons/pastedeploy/blob/main/docs/news.rst |
2.1.1 05 Apr 2023 17:31:00
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-pastedeploy: Update WWW and clean up pkg-descr |
2.1.1 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) |
2.1.1 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.1.1 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.1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.1 29 Dec 2020 13:21:38
  |
antoine  |
Drop python 2.7 support from a few ports |
2.1.1 18 Oct 2020 15:35:27
  |
sunpoet  |
Update to 2.1.1
Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst |
2.1.0_1 15 Oct 2020 20:20:03
  |
sunpoet  |
Update PORTNAME: use lowercase
- Bump PORTREVISION for package change |
2.1.0 03 Feb 2020 19:46:22
  |
sunpoet  |
Update to 2.1.0
Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst
https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html |
2.0.1 05 Dec 2018 18:48:17
  |
sunpoet  |
Update to 2.0.1
Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst
https://github.com/Pylons/pastedeploy/commits/master
https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html |
2.0.0 03 Dec 2018 19:58:46
  |
sunpoet  |
Update to 2.0.0
- Add NO_ARCH
- Reformat pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst
https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html |
1.5.2 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.5.2 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.5.2 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.5.2 14 Mar 2015 11:51:16
  |
wen  |
- Update to 1.5.2 [1]
- Add LICENSE [1]
- Reset maintainer to ports@
PR: 198033 [1]
Submitted by: jun-g@daemonfreaks.com [1] |
1.5.0_1 02 Mar 2015 23:55:26
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
1.5.0_1 03 Jan 2015 08:41:21
  |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.5.0_1 17 Feb 2014 05:20:47
  |
miwi  |
- Stage support
- Convert to autplist
- Bump PORTREV |
1.5.0 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.5.0 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.5.0 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.5.0 24 Apr 2012 08:23:14
 |
wen  |
- Update to 1.5.0
PR: 167248
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.3.4_1 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.3.4_1 25 Feb 2011 04:40:31
 |
miwi  |
- Move over to py25
- while here drop md5 support
- Small cleanups |
1.3.4 21 Sep 2010 00:25:53
 |
wen  |
- Update to 1.3.4 |
1.3.3 27 Feb 2009 15:22:51
 |
miwi  |
- Update to 1.3.3
PR: 132046
Submitted by: Wen Heping <wenheping@gmail.com> |
1.3.2 12 Nov 2008 04:50:06
 |
dryice  |
really upgrade to 1.3.2
PR: ports/128496
Submitted by: Wen Heping <wenheping@gmail.com> |
1.3.1 07 Nov 2008 15:29:38
 |
dryice  |
pass on maintainership
Approved by: New maintainer <wenheping@gmail.com> via private mail |
1.3.1 07 Nov 2008 14:09:28
 |
dryice  |
- update to 1.3.2
- removed files: files/pkg-deinstall.in, files/pkg-install.in
PR: ports/128496
Submitted by: Wen Heping <wenheping@gmail.com> |
1.3.1 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.3.1 02 Jul 2007 11:32:37
 |
dryice  |
update to 1.3.1 |
1.3 14 Apr 2007 06:34:23
 |
dryice  |
update to 1.3
Approved by: itetcu (mentor, implicit) |
1.1 15 Jan 2007 23:51:16
 |
dryice  |
update to 1.1
Approved by: itetcu (mentor) |
1.0 07 Jan 2007 09:53:55
 |
nivit  |
Load, configure, and compose WSGI applications and servers
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides a
single, simple function (loadapp) for loading a WSGI application from
a configuration file or a Python Egg. For WSGI application providers
it only asks for a single, simple entry point to your application, so
that application users don't need to be exposed to the implementation
details of your application.
The result is something a system administrator can install and manage
without knowing any Python, or the details of the WSGI application or
its container.
This tool provides code to load WSGI applications and servers from (Only the first 15 lines of the commit message are shown above ) |