Port details on branch 2022Q4 |
- py-alembic Database migration tool for SQLAlchemy
- 1.15.2 databases
=2 1.15.2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2013-12-02 19:40:42
- Last Update: 2025-03-31 17:10:44
- Commit Hash: 78c22d0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://alembic.zzzcomputing.com/
- 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.
¦ ¦ ¦ ¦ 
- 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}alembic>0:databases/py-alembic@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/py-alembic/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-alembic
- pkg install py311-alembic
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-alembic listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-alembic
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1743439003
SHA256 (alembic-1.15.2.tar.gz) = 1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7
SIZE (alembic-1.15.2.tar.gz) = 1925573
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>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- py311-tox>0 : devel/py-tox@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-python-dateutil>0 : devel/py-python-dateutil@py311
- py311-importlib-metadata>0 : devel/py-importlib-metadata@py311
- py311-importlib-resources>0 : devel/py-importlib-resources@py311
- py311-mako>=0 : textproc/py-mako@py311
- py311-sqlalchemy20>=2.0.0 : databases/py-sqlalchemy20@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-buildbot
- devel/py-oslo.db
- devel/py-pytest-alembic
- mail/mailman3
- misc/py-optuna
- net/irrd
- www/py-flask-migrate
-
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:
- ===> The following configuration options are available for py311-alembic-1.15.2:
====> SQLAlchemy version: you can only select none or one of them
SQLALCHEMY14=off: Install with SQLAlchemy 1.4
SQLALCHEMY20=on: Install with SQLAlchemy 2.0
===> Use 'make config' to modify these settings
- Options name:
- databases_py-alembic
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|