Port details |
- py-flask-migrate Database schema migrations for Flask applications
- 4.0.7 www =2 4.0.7Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-12-09 16:08:54
- Last Update: 2024-03-23 14:49:34
- Commit Hash: 64d5b86
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/miguelgrinberg/Flask-Migrate
- Description:
- Flask-Migrate is an extension that handles SQLAlchemy database migrations for
Flask applications using Alembic. The database operations are provided as
command line arguments for Flask-Script.
- ¦ ¦ ¦ ¦
- 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}flask-migrate>0:www/py-flask-migrate@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-flask-migrate/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-flask-migrate
- pkg install py39-flask-migrate
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-flask-migrate listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-flask-migrate
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1710712548
SHA256 (Flask-Migrate-4.0.7.tar.gz) = dff7dd25113c210b069af280ea713b883f3840c1e3455274745d7355778c8622
SIZE (Flask-Migrate-4.0.7.tar.gz) = 21770
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-setuptools>=61.2 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-alembic>=1.9.0 : databases/py-alembic@py39
- py39-flask>=0.9 : www/py-flask@py39
- py39-flask-sqlalchemy30>=1.0 : databases/py-flask-sqlalchemy30@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-flask-migrate
- 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 |
4.0.7 23 Mar 2024 14:49:34 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.7
Changes: https://github.com/miguelgrinberg/Flask-Migrate/releases
https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
4.0.5_1 09 Mar 2024 14:06:19 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Change RUN_DEPENDS from flask-sqlalchemy to
flask-sqlalchemy30
- Bump PORTREVISION for dependency change
flask-sqlalchemy uses py-sqlalchemy20 now, therefore it causes conflict with
py-sqlalchemy14.
Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p87cdfc67f475_s9097284b98/logs/py39-flask-migrate-4.0.5.log |
4.0.5 01 Dec 2023 06:39:02 |
Po-Chuan Hsieh (sunpoet) |
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)
Approved by: portmgr (blanket) |
4.0.5 22 Sep 2023 03:19:42 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.5
Changes: https://github.com/miguelgrinberg/Flask-Migrate/releases
https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
4.0.4_1 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
4.0.4_1 30 Jun 2023 07:06:08 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.0.4 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> |
4.0.4 21 Mar 2023 19:21:25 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.4
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
4.0.2 05 Feb 2023 15:48:07 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.2
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
4.0.1 30 Jan 2023 13:00:22 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.1
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
4.0.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.0.0 30 Dec 2022 09:05:12 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 4.0.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
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.1.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.1.0_1 25 Oct 2021 15:57:39 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Revert c6f6acd8e96e1ad7ae7c12e9943bb102995e94a2
This port is waiting for py-alembic with py-sqlalchemy14.
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258790#c4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257371#c6 |
3.1.0_1 14 Oct 2021 17:51:49 |
Muhammad Moinur Rahman (bofh) |
www/py-flask-migrate: Switch to py-alembic 1.4.x
- This is required for updating databases/py-alembic
PR: 258790
Approved by: sunpoet (maintainer-timeout) |
3.1.0 08 Aug 2021 14:54:12 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 3.1.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
3.0.1 14 Jun 2021 17:40:47 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 3.0.1
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md |
3.0.0 18 May 2021 19:28:40 |
Po-Chuan Hsieh (sunpoet) |
www/py-flask-migrate: Update to 3.0.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md |
2.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.0 07 Mar 2021 22:22:22 |
sunpoet |
Update to 2.7.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md |
2.6.0 26 Jan 2021 17:38:55 |
sunpoet |
Update to 2.6.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md |
2.5.3_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.5.3_1 24 Dec 2020 13:49:50 |
sunpoet |
Update RUN_DEPENDS for py-flask-sqlalchemy PORTNAME change
- Bump PORTREVISION for dependency change |
2.5.3 13 Dec 2020 14:45:50 |
sunpoet |
Update PORTNAME: use lowercase |
2.5.3 28 Mar 2020 12:55:29 |
sunpoet |
Update to 2.5.3
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md |
2.5.2 26 May 2019 18:02:09 |
sunpoet |
Update to 2.5.2
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md |
2.5.1 20 May 2019 18:09:06 |
sunpoet |
Update to 2.5.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGELOG.md |
2.4.0 17 Feb 2019 19:40:14 |
sunpoet |
Update to 2.4.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGELOG.md |
2.3.1 29 Nov 2018 16:44:35 |
sunpoet |
Update to 2.3.1
Changes: https://github.com/miguelgrinberg/Flask-Migrate/commits/master |
2.3.0 20 Oct 2018 14:48:04 |
sunpoet |
Update to 2.3.0
Changes: https://github.com/miguelgrinberg/Flask-Migrate/commits/master |
2.2.1_1 16 Aug 2018 23:42:03 |
sunpoet |
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change |
2.2.1 12 Aug 2018 17:34:02 |
sunpoet |
Change MASTER_SITES to CHEESESHOP |
2.2.1 11 Aug 2018 14:09:06 |
sunpoet |
Take maintainership |
2.2.1 06 Aug 2018 11:21:54 |
arved |
Update to 2.2.1
Drop maintainership |
2.1.1 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 |
2.1.1 09 Dec 2017 16:08:45 |
arved |
Add Flask migrate a flask extension that handles database migrations |