Port details |
- py-bottle Fast and simple WSGI-framework for small web-applications
- 0.12.25_1 www
=2 0.12.25Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2009-11-04 09:13:44
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://bottlepy.org/
- Description:
- Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.
¦ ¦ ¦ ¦ 
- 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}bottle>0:www/py-bottle@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-bottle/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-bottle
- pkg install py311-bottle
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-bottle listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-bottle
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1678036182
SHA256 (bottle-0.12.25.tar.gz) = e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021
SIZE (bottle-0.12.25.tar.gz) = 74231
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:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- finance/beancount
- sysutils/conan
- for Run
-
- astro/py-indiweb
- devel/youcompleteme
- finance/beancount
- security/theonionbox
- sysutils/conan
- www/py-bottle-cork
- www/py-pywebview-gtk
-
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-bottle
- USES:
- cpe 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 |
0.12.25_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. |
0.12.25 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> |
0.12.25 05 Mar 2023 17:14:50
    |
Nicola Vitale (nivit)  |
www/py-bottle: Update to 0.12.25
Reported by: portscout! |
0.12.23 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.12.23 20 Nov 2022 13:34:42
    |
Nicola Vitale (nivit)  |
www/py-bottle: update to 0.12.23 |
0.12.20 18 Nov 2022 09:53:55
    |
Nicola Vitale (nivit)  |
www/py-bottle: update to 0.12.20 |
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) |
0.12.19 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 ) |
0.12.19 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 ) |
0.12.19 07 Dec 2021 09:18:35
    |
Nicola Vitale (nivit)  Author: Wen Heping |
www/py-bottle: Update to 0.12.19
PR: 259459 |
0.12.18 30 Sep 2021 15:14:23
    |
Bernhard Froehlich (decke)  |
www/py-bottle: Add CPE information
Approved by: portmgr (blanket) |
0.12.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.12.18 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.12.18 03 Oct 2020 15:38:19
  |
nivit  |
- Update to 0.12.18 |
0.12.15_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.12.15 03 Dec 2018 14:35:22
  |
nivit  |
- Update to 0.12.15
- Add NO_ARCH
- Pet portlint |
0.12.14 01 Dec 2018 16:25:47
  |
nivit  |
- Update to 0.12.14 |
0.12.13_1 13 Aug 2018 20:41:58
  |
yuri  |
www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installed
Approved by: portmgr |
0.12.13 30 Aug 2017 12:11:00
  |
woodsb02  |
www/py-bottle: Update to 0.12.13
Changes this release:
https://github.com/bottlepy/bottle/compare/0.12.7...0.12.13
PR: 221879
Approved by: nivit (maintainer) |
0.12.7 18 Oct 2014 11:39:16
  |
rm  |
www/py-bottle: convert to USES=python
Approved by: portmgr (blanket) |
0.12.7 01 Aug 2014 03:37:06
  |
nivit  |
- Update to 0.12.7
Build Log: https://redports.org/buildarchive/20140801022741-87486 |
0.12.5 30 Mar 2014 22:18:35
  |
nivit  |
- Update to 0.12.5
Release Notes: http://bottlepy.org/docs/0.12/changelog.html#release-0-12 |
0.11.6_1 02 Mar 2014 19:51:02
  |
rm  |
Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk |
0.11.6_1 29 Jan 2014 15:04:46
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
0.11.6 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
0.11.6 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.11.6 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.11.6 02 Feb 2013 14:25:29
  |
nivit  |
- Update to 0.11.6
- Include fix of pkg-plist when Python ver >= 3.2 |
0.11.2 07 Jan 2013 09:27:08
  |
nivit  |
- Update to 0.11.2
- Trim Makefile header
PR: ports/172622
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> |
0.10.11 30 Jun 2012 13:28:09
 |
nivit  |
- Update to 0.10.11
- Add add-plist-post target to fix pkg-plist when the Python version
is >= 3.2 |
0.10.10 30 Jun 2012 12:39:29
 |
nivit  |
- Update to 0.10.10
- Add LICENSE (MIT)
PR: ports/169437
Submitted by: koobs <koobs.freebsd at gmail.com> |
0.10.9 11 Feb 2012 21:47:02
 |
nivit  |
- Update to 0.10.9 |
0.10.8 10 Feb 2012 23:26:00
 |
nivit  |
- Update to 0.10.8
- Remove nivi.interfree.it from MASTER_SITES |
0.10.7 21 Jan 2012 13:48:13
 |
nivit  |
- Update to 0.10.7
- Drop support for Python 2.5
- Update URL of the WWW site
PR: ports/162811
Submitted by: wen |
0.9.6 07 Aug 2011 20:54:22
 |
nivit  |
- Update to 0.9.6 |
0.9.5 30 Jun 2011 16:14:40
 |
nivit  |
- Update to 0.9.5
PR: ports/158367
Submitted by: Jin-Sih Lin <linpct at gmail.com> |
0.9.4 27 Jun 2011 08:35:53
 |
nivit  |
- Update to 0.9.4
PR: ports/158162
Submitted by: Jin-Sih Lin <linpct at gmail.com> |
0.9.3 20 Jun 2011 07:56:29
 |
nivit  |
- Update to 0.9.3
PR: ports/157749
Submitted by: Jin-Sih Lin <linpct at gmail.com> |
0.9.2 16 May 2011 20:31:07
 |
nivit  |
- Update to 0.9.2 [1]
- Set USE_PYTHON to -2.7, because it does not yet support Python 3
PR: ports/157026
Submitted by: Mirko Zinn <mail at derzinn.de> [1] (actually v. 0.9.1) |
0.8.5 13 Nov 2010 16:31:12
 |
nivit  |
- Update to 0.8.5 |
0.8.3 10 Sep 2010 16:48:51
 |
nivit  |
- Update to 0.8.3 |
0.8.2 15 Aug 2010 07:40:11
 |
nivit  |
- Update to 0.8.2 |
0.8.1 24 Jul 2010 12:26:45
 |
nivit  |
- Update to 0.8.1 |
0.6.5 08 May 2010 16:01:26
 |
nivit  |
- Update to 0.6.5 |
0.6.4 04 Nov 2009 09:13:23
 |
nivit  |
Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.
WWW: http://bottle.paws.de/ |