Port details |
- py-frappe-bench Frappe / ERPNext apps setup tool
- 5.22.9 www =0 0.92Version of this port present on the latest quarterly branch.
- Maintainer: kiwi@FreeBSD.org
- Port Added: 2015-07-31 14:06:14
- Last Update: 2024-12-13 17:33:10
- Commit Hash: 6d9bec7
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/frappe/bench
- Description:
- The bench allows you to set up Frappe / ERPNext apps on
your local machine or a production server. You can use
the bench to serve multiple frappe sites.
WWW: https://github.com/frappe/bench
- ¦ ¦ ¦ ¦
- 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}frappe-bench>0:www/py-frappe-bench@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-frappe-bench/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-frappe-bench
- pkg install py311-frappe-bench
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-frappe-bench listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-frappe-bench
- Package flavors (<flavor>: <package>)
- py311: py311-frappe-bench
- distinfo:
- TIMESTAMP = 1727357834
SHA256 (frappe-bench-v5.22.9_GH0.tar.gz) = 47b1d42b16b5a4f1aadbb8ee0009f8f9795f618ee0c1b048c9fe33413c7a50ac
SIZE (frappe-bench-v5.22.9_GH0.tar.gz) = 121494
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-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>0 : devel/py-click@py311
- py311-Jinja2>0 : devel/py-Jinja2@py311
- py311-virtualenv>0 : devel/py-virtualenv@py311
- py311-requests>0 : www/py-requests@py311
- py311-semantic-version>0 : devel/py-semantic-version@py311
- py311-gitpython>=1.0.1 : devel/py-gitpython@py311
- py311-honcho>0 : sysutils/py-honcho@py311
- py311-python-crontab>0 : sysutils/py-python-crontab@py311
- py311-pip>0 : devel/py-pip@py311
- git : devel/git
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-frappe-bench
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.22.9 13 Dec 2024 17:33:10 |
Xavier Beaudouin (kiwi) |
*/*: Use my @FreeBSD.org email as MAINTAINER
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D48050 |
5.22.9 23 Oct 2024 13:57:31 |
Mateusz Piotrowski (0mp) Author: Xavier Beaudouin |
www/py-frappe-bench: Frappe / ERPNext apps setup tool
The bench allows you to set up Frappe / ERPNext apps on
your local machine or a production server. You can use
the bench to serve multiple frappe sites.
PR: 282284
Sponsored By: Klara, Inc. |
0.92 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.92 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.92 20 Jun 2018 19:38:07 |
sunpoet |
Add NO_ARCH
Approved by: portmgr (blanket) |
0.92 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 |
0.92 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 ) |
0.92 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.92 09 Sep 2015 14:14:41 |
loader |
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612 |
0.92 31 Jul 2015 14:05:59 |
loader |
[NEW] www/py-frappe-bench: Frappe / ERPNext apps setup tool
The bench allows you to setup Frappe / ERPNext apps on
your local machine or a production server. You can use
the bench to serve multiple frappe sites.
WWW: https://github.com/frappe/bench
Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3120 |
Number of commits found: 10
|