CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2021/11/01 02:23:47

Log message:
    import databases/py-alembic 1.7.4.
    
    Alembic is a database migrations tool for SQLAlchemy, written by
    sqlalchemy authors.
    
    * 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.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag: landry
    Release Tags:       landry_20211101
    
    N ports/databases/py-alembic/Makefile
    N ports/databases/py-alembic/distinfo
    N ports/databases/py-alembic/pkg/DESCR
    N ports/databases/py-alembic/pkg/PLIST
    
    No conflicts created by this import

Reply via email to