Port details |
- py-pastedeploy Load, configure, and compose WSGI applications and servers
- 2.1.1 www
=1 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-01-07 10:15:53
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: json-c, sysinfo, python, miller
- Also Listed In: python
- License: MIT
- 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.
See also: https://github.com/Pylons/pastedeploy
¦ ¦ ¦ ¦ 
- 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 = 1602877815
SHA256 (PasteDeploy-2.1.1.tar.gz) = 6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817
SIZE (PasteDeploy-2.1.1.tar.gz) = 19141
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Paste>=1.6 : www/py-paste@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- 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
- misc/py-cinder
- 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: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 |
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 ) |