Port details |
- py-pyramid Small, fast, web development framework by the Pylons community
- 1.7.3_1 www =5 1.7.3_1Version of this port present on the latest quarterly branch.
- Maintainer: jun-g@daemonfreaks.com
- Port Added: 2011-03-21 10:26:44
- Last Update: 2023-06-30 07:00:41
- Commit Hash: 1eabb6d
- People watching this port, also watch:: apache24, ntraceroute, burp, check_ssl_cert, freeradius3
- Also Listed In: python
- License: REPOZE
- WWW:
- https://pylonsproject.org/
- Description:
- Pyramid is a small, fast, down-to-earth Python web application
development framework. It is developed as part of the Pylons Project.
The major feature additions in Pyramid 1.0 are:
* New name and branding association with the Pylons Project.
* BFG conversion script
* Paster template improvements
* Terminology changes
* Better platform compatibility and support
* Direct built-in support for the Mako templating language.
* Built-in support for sessions.
* Updated URL dispatch features
* Better imperative extensibility
* ZCML externalized
* Better support for global template variables during rendering
* View mappers
* Testing system improvements
* Authentication support improvements
* Documentation improvements
- ¦ ¦ ¦ ¦
- 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}pyramid>0:www/py-pyramid@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-pyramid/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-pyramid
- pkg install py39-pyramid
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-pyramid listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyramid
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1483034097
SHA256 (pyramid-1.7.3.tar.gz) = 74b8eedf2b0a1a658ab79ae4b0ecf68fa8cdd5debcfec579c8b40bec83d1864e
SIZE (pyramid-1.7.3.tar.gz) = 2630457
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-pastedeploy>=1.5.0 : www/py-pastedeploy@py39
- py39-repoze.lru>=0.4 : devel/py-repoze.lru@py39
- py39-translationstring>=0.4 : textproc/py-translationstring@py39
- py39-venusian>=1.0,1 : devel/py-venusian@py39
- py39-webob>=1.3.1 : www/py-webob@py39
- py39-zope.deprecation>=3.5.0 : devel/py-zope.deprecation@py39
- py39-zope.interface>=3.8.0 : devel/py-zope.interface@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pastedeploy>=1.5.0 : www/py-pastedeploy@py39
- py39-repoze.lru>=0.4 : devel/py-repoze.lru@py39
- py39-translationstring>=0.4 : textproc/py-translationstring@py39
- py39-venusian>=1.0,1 : devel/py-venusian@py39
- py39-webob>=1.3.1 : www/py-webob@py39
- py39-zope.deprecation>=3.5.0 : devel/py-zope.deprecation@py39
- py39-zope.interface>=3.8.0 : devel/py-zope.interface@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/py-pyramid_rpc
- for Run
-
- www/py-pyramid-mako
- www/py-pyramid_rpc
Configuration Options:
- No options to configure
- Options name:
- www_py-pyramid
- 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.7.3_1 30 Jun 2023 07:00:41 |
Po-Chuan Hsieh (sunpoet) |
www/py-webtest: Move www/py-WebTest to www/py-webtest
- Use lowercase PORTNAME and path
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, fix py-zope.testbrowser
error in zope.testbrowser setup command: 'install_requires' must be a string or
list of strings containing valid project/version requirement specifiers;
Expected end or semicolon (after name and no valid version specifier)
pytz > dev
^
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-zope.testbrowser |
1.7.3 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.7.3 07 Jun 2023 21:59:00 |
Jan Beich (jbeich) |
www/py-WebTest: chase PORTNAME in consumers after d35a222edd93
===> py39-pecan-1.3.3 depends on package: py39-WebTest>=1.3.1 - not found
===> Installing existing package /packages/All/py39-webtest-3.0.0.pkg
Installing py39-webtest-3.0.0...
[...]
Extracting py39-webtest-3.0.0: .......... done
===> py39-pecan-1.3.3 depends on package: py39-WebTest>=1.3.1 - not found
*** Error code 1
Reported by: pkg-fallout |
1.7.3 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.7.3 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.7.3 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 ) |
1.7.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.3 15 Oct 2020 20:20:08 |
sunpoet |
Update RUN_DEPENDS for PORTNAME change in py-pastedeploy |
1.7.3 23 Nov 2019 17:34:16 |
antoine |
Unbreak bulk -a
Pointy hat: bofh |
1.7.3 03 Dec 2018 20:00:33 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.7.3 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.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.7.3 30 Dec 2016 19:23:20 |
sunpoet |
- Update to 1.7.3
- While I'm here, add NO_ARCH
Changes: https://github.com/Pylons/pyramid/blob/master/CHANGES.txt
PR: 215655
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer) |
1.6.1 28 Oct 2016 17:14:34 |
jbeich |
devel/py-venusian: track PORTEPOCH in consumers |
1.6.1 10 Apr 2016 13:43:15 |
robak |
www/py-pyramid: update 1.5.7 -> 1.6.1
PR: 208672
Submitted by: Junji Nakanishi <jun-g@daemonfreaks.com> (maintainer) |
1.5.7 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.7 04 May 2015 08:10:38 |
wen |
- Update to 1.5.7
PR: 199911
Submitted by: jun-g@daemonfreaks.com(maintainer) |
1.5.1 07 Apr 2015 19:55:37 |
rm |
www/py-pyramid: pass maintainership to submitter
- pass maintainership to submitter
- add license (REPOZE)
PR: 197572
Submitted by: jun-g@daemonfreaks.com |
1.5.1 09 Feb 2015 14:11:12 |
antoine |
Unbreak |
1.5.1 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
1.5.1 24 Oct 2014 09:38:24 |
lwhsu |
- Update to 1.5.1
Approved by: clsung (maintainer) |
1.4.3_1 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.4.3_1 15 Jun 2014 18:22:48 |
mva |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.4.3 09 Mar 2014 01:10:28 |
gerald |
Convert to staging (which just means removing the NO_STAGE flag here). |
1.4.3 09 Mar 2014 00:46:57 |
gerald |
Update to version 1.4.3. Adjust the URL in pkg-descr. Sort pkg-plist.
PR: 182301
Submitted by: lwhsu
Approved by: maintainer timeout (clsung, >5 months) |
1.4.2 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.4.2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.4.2 28 Jun 2013 02:26:08 |
clsung |
- Update to 1.4.2 |
1.4 27 Jun 2013 02:09:11 |
clsung |
Upgrade to 1.4
PR: ports/175529
Submitted by: Andras JAKO <jako.andras_AT_eik.bme.hu> |
1.2_1 29 Sep 2011 21:18:00 |
glarkin |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2 26 Sep 2011 00:59:05 |
clsung |
- Update to 1.2
- Update depends
- Includes ports/160858
PR: ports/160939
Submitted by: lwhsu |
1.1.2 09 Sep 2011 03:57:44 |
lwhsu |
- Update to 1.1.2
PR: ports/159861
Submitted by: lwhsu
Approved by: clsung (maintainer) |
1.0 21 Mar 2011 10:26:23 |
clsung |
Pyramid is a small, fast, down-to-earth Python web application
development framework. It is developed as part of the Pylons Project.
The major feature additions in Pyramid 1.0 are:
* New name and branding association with the Pylons Project.
* BFG conversion script
* Paster template improvements
* Terminology changes
* Better platform compatibility and support
* Direct built-in support for the Mako templating language.
* Built-in support for sessions.
* Updated URL dispatch features
* Better imperative extensibility
* ZCML externalized
* Better support for global template variables during rendering
* View mappers
* Testing system improvements
* Authentication support improvements
* Documentation improvements
WWW: http://docs.pylonsproject.org |