Port details |
- py-fbprophet Forecasting time series data based on an additive model
- 0.5_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: gmm@tutanota.com
 - Port Added: 2019-09-03 19:30:39
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: MIT
- Description:
- Implements a procedure for forecasting time series data based on an additive
model where non-linear trends are fit with yearly, weekly, and daily
seasonality, plus holiday effects. It works best with time series that have
strong seasonal effects and several seasons of historical data. Prophet is
robust to missing data and shifts in the trend, and typically handles outliers
well.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}fbprophet>0:devel/py-fbprophet@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-fbprophet/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-fbprophet
- pkg install py39-fbprophet
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-fbprophet listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-fbprophet
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1567169291
SHA256 (fbprophet-0.5.tar.gz) = c67fde2845db52dbdb4becd312b271575ce1c804be666ed1eee94339c5a35127
SIZE (fbprophet-0.5.tar.gz) = 49077
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-pystan>2.14 : math/py-pystan@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pystan>2.14 : math/py-pystan@py39
- py39-numpy>1.10.0 : math/py-numpy@py39
- py39-matplotlib>2.0.0 : math/py-matplotlib@py39
- py39-pandas>0.23.4 : math/py-pandas@py39
- py39-holidays>0.9.5 : devel/py-holidays@py39
- py39-lunardate>0.1.5 : devel/py-lunardate@py39
- py39-convertdate>2.1.2 : devel/py-convertdate@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-fbprophet
- USES:
- compiler:c11 python:3.7+
- 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.5_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) |
0.5_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 ) |
0.5_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5_1 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
0.5_1 19 Sep 2020 14:15:43
  |
antoine  |
Unbreak bulk -a |
0.5_1 27 Sep 2019 09:18:27
  |
pkubaj  |
devel/py-fbprophet: fix build on GCC architectures
Use C++11 compiler:
INFO:pystan:COMPILING THE C++ CODE FOR MODEL
anon_model_861b75c6337e237650a61ae58c4385ef NOW.
error: command 'cc' failed with exit status 1
Approved by: mentors (implicit approval) |
0.5_1 05 Sep 2019 13:49:58
  |
dvl  |
Add ${WRKSRC} to LICENSE_FILE
Noticed by: koobs |
0.5_1 04 Sep 2019 11:21:54
  |
dvl  |
* add python as a secondary virtual category
* use CHEESESHOP, works now.
* set LICENSE_FILE |
0.5 03 Sep 2019 19:30:29
  |
dvl  |
Add prophet, a tool for producing high quality forecasts for time series data
that has multiple seasonality with linear or non-linear growth.
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email) |