Port details |
- py-falcon High-performance Python framework for building cloud APIs
- 3.1.3 www =2 3.1.3Version of this port present on the latest quarterly branch.
- Maintainer: lichray@gmail.com
- Port Added: 2013-03-14 11:38:31
- Last Update: 2024-07-29 06:55:16
- Commit Hash: c500efc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://falconframework.org/
- Description:
- Falcon is a high-performance Python framework for building cloud APIs.
It tries to do as little as possible while remaining highly effective.
- ¦ ¦ ¦ ¦
- 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}falcon>0:www/py-falcon@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-falcon/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-falcon
- pkg install py311-falcon
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-falcon listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-falcon
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1701730800
SHA256 (falcon-3.1.3.tar.gz) = 23335dbccd44f29e85ec55f2f35d5a0bc12bd7a509f641ab81f5c64b65626263
SIZE (falcon-3.1.3.tar.gz) = 577770
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:
-
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-jsonschema>=0 : devel/py-jsonschema@py311
- py311-msgpack>=0 : devel/py-msgpack@py311
- py311-pecan>=0 : www/py-pecan@py311
- py311-pytest>=0 : devel/py-pytest@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-requests>=0 : www/py-requests@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-python-mimeparse>=1.5.2 : devel/py-python-mimeparse@py311
- py311-six>=1.4.0 : devel/py-six@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- mail/mailman3
Configuration Options:
- No options to configure
- Options name:
- www_py-falcon
- 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.3 29 Jul 2024 06:55:16 |
Zsolt Udvari (uzsolt) Author: Tomasz Sowa |
www/py-falcon: update to 3.1.3
Switch to DISTVERSION.
Pet portfmt, portclippy.
Changelogs:
https://github.com/falconry/falcon/releases/tag/3.1.3
https://github.com/falconry/falcon/releases/tag/3.1.1
https://github.com/falconry/falcon/releases/tag/3.1.0
PR: 280252
Approved by: lichray <lichray@gmail.com> (maintainer) |
3.0.1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
3.0.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 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) |
3.0.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 ) |
3.0.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 ) |
3.0.1 07 Apr 2022 03:24:57 |
Neel Chauhan (nc) Author: Einar Bjarni Halldórsson |
www/py-falcon: Update to 3.0.1
PR: 263039
Approved by: lichray AT gmail DOT com (maintainer) |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.0 08 May 2020 12:18:17 |
dbaio |
www/py-falcon: Update to 2.0.0
While here, add strip *.so (Q/A warning).
Changelog: https://falcon.readthedocs.io/en/stable/changes/2.0.0.html
PR: 246248
Submitted by: Goran Mekic <meka@tilda.center>
Approved by: lichray@gmail.com (maintainer) |
1.4.1_1 11 Aug 2019 11:29:11 |
sunpoet |
Update RUN_DEPENDS
- While I'm here, sort *_DEPENDS
- Bump PORTREVISION for dependency change |
1.4.1 19 Jul 2018 08:03:47 |
gblach |
- Update to 1.4.1
- Add LICENSE and LICENSE_FILE
- Add do-test
PR: 229870
Approved by: lichray <at> gmail <dot> com (maintainer) |
1.0.0 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.0.0 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.0.0 24 Sep 2016 13:26:53 |
rm |
www/py-falcon: update to 1.0.0
- update to 1.0.0.
PR: 212722
Submitted by: Fredrik Eriksson <fredrik.eriksson@loopia.se>
Approved by: lichray@gmail.com (maintainer) |
0.1.4_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 |
0.1.4_1 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.1.4_1 01 Mar 2014 18:12:12 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.1.4 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) |
0.1.4 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.1.4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.1.4 26 Apr 2013 06:47:24 |
miwi |
- Update to 0.1.4
PR: 177631
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
0.1.1 14 Mar 2013 11:38:15 |
miwi |
Falcon is a high-performance Python framework for building cloud APIs.
It tries to do as little as possible while remaining highly effective.
WWW: http://falconframework.org/
PR: ports/176380
Submitted by: Zhihao Yuan <lichray@gmail.com> |