Port details |
- py-alembic14 Database migration tool for SQLAlchemy (1.4.X branch)
- 1.4.3 databases
=0 1.4.3Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2021-09-29 23:06:05
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: MIT
- Description:
- Alembic is a new database migrations tool, written by the author of
SQLAlchemy. A migrations tool offers the following functionality:
- Can emit ALTER statements to a database in order to change the structure of
tables and other constructs
- Provides a system whereby "migration scripts" may be constructed; each
script indicates a particular series of steps that can "upgrade" a target
database to a new version, and optionally a series of steps that can
"downgrade" similarly, doing the same steps in reverse.
- Allows the scripts to execute in some sequential manner.
This is 1.4.X branch that works with sqlalchemy 1.2.X branch.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}alembic14>0:databases/py-alembic14@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/py-alembic14/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-alembic14
- pkg install py39-alembic14
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-alembic14 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-alembic14
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1601486131
SHA256 (alembic-1.4.3.tar.gz) = 5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245
SIZE (alembic-1.4.3.tar.gz) = 1108131
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>0 : devel/py-pytest@py39
- py39-tox>0 : devel/py-tox@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dateutil>=0 : devel/py-dateutil@py39
- py39-mako>=0 : textproc/py-mako@py39
- py39-python-editor>=0.3 : devel/py-python-editor@py39
- py39-sqlalchemy12>=1.1.0 : databases/py-sqlalchemy12@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- mail/mailman3
- math/py-optuna
Configuration Options:
- No options to configure
- Options name:
- databases_py-alembic14
- 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 |
1.4.3 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) |
1.4.3 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 ) |
1.4.3 07 Sep 2022 10:26:41
    |
Tobias C. Berner (tcberner)  |
cleanup: remove trailing whitepaces |
1.4.3 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
1.4.3 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.4.3 06 Dec 2021 01:02:44
    |
Muhammad Moinur Rahman (bofh)  |
databases/py-alembic14: Add LICENSE_FILE
- Mark more strict RUN_DEPENDS version
- Supports all version of python
- Mark USE_PYTHON=concurrent
- Add PORTSCOUT
Reported by: koobs |
1.4.3 29 Sep 2021 23:00:27
    |
Muhammad Moinur Rahman (bofh)  |
databases/py-alembic14: Add NEW port
As part of upgrading py-alembic to latest upstream version this version
of py-alembic is forked as the latest version uses sqlalchemy from 1.3.X
branches.
Once the dependent ports are fixed py-alembic will be updated to the
latest. |