Port details |
- py-migrate Database schema migrations for SQLAlchemy
- 0.7.2 databases
=0 0.7.2Version of this port present on the latest quarterly branch.
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2006-11-26 09:44:23
- Last Update: 2013-09-01 12:56:33
- SVN Revision: 325853
- Also Listed In: python
- License: MIT
- WWW:
- http://code.google.com/p/sqlalchemy-migrate/
- Description:
- Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
with database schema changes in SQLAlchemy projects. Migrate extends
SQLAlchemy to have database changeset handling. It provides a database
change repository mechanism which can be used from the command line as
well as from inside python code.
WWW: http://code.google.com/p/sqlalchemy-migrate/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- py27-migrate>0:databases/py-migrate
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-migrate
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- easy_install-2.7 : devel/py-setuptools
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-sqlalchemy>=0.7 : databases/py-sqlalchemy
- py27-Tempita>0 : textproc/py-Tempita
- py27-decorator>0 : devel/py-decorator
- easy_install-2.7 : devel/py-setuptools
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.7.2 01 Sep 2013 12:56:33 |
lwhsu |
Rename databases/py-migrate to databases/py-sqlalchemy-migrate
Requested by: koobs
Reviewed by: koobs, mva |
0.7.2 09 Nov 2011 10:53:00 |
lwhsu |
- Update to 0.7.2 |
0.7.1 03 Jul 2011 17:24:54 |
lwhsu |
- Update to 0.7.1 |
0.6.1_1 25 Jun 2011 07:35:30 |
nivit |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot |
0.6.1_1 23 Jun 2011 14:20:04 |
nivit |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
0.6.1 12 May 2011 06:20:39 |
lwhsu |
- Update to 0.6.1 |
0.6 21 Jan 2011 17:08:26 |
lwhsu |
- Update to 0.6
- Take maintainership
PR: ports/150964
Submitted by: lwhsu
Feature safe: yes |
0.4.2_1 21 Jan 2011 13:55:15 |
linimon |
Reset maintainer by request.
Feature safe: yes |
0.4.2_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.4.2 13 Mar 2008 11:27:29 |
edwin |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@ |
0.4.2 04 Mar 2008 20:15:42 |
lwhsu |
- Update to 0.4.2
PR: ports/121340
Submitted by: Aron Stansvik <elvstone AT gmail.com> (maintainer) |
0.2.2_1 31 Jul 2007 11:16:20 |
pav |
- Fix with new python infrastructure |
0.2.2_1 25 Jan 2007 10:56:57 |
miwi |
- Fix dependens problemes with databases/py-sqlalchemy.
Submitted by: pointyhat via Pav/Kris |
0.2.2_1 10 Jan 2007 19:19:52 |
miwi |
- Fix Build
- Bump PORTREVISION
Submitted by: pointyhat
Aron Stansvik<elvstone@gmail.com> (Maintainer) |
0.2.2 06 Dec 2006 23:07:29 |
alexbl |
- Remove empty file from last commit
Submitted by: maintainer |
0.2.2 06 Dec 2006 09:24:29 |
alexbl |
- update to 0.2.2
PR: 106364
Submitted by: Aron Stansvik <elvstone@gmail.com> (maintainer) |
0.2.1_1 29 Nov 2006 09:03:03 |
alexbl |
Patch for ticket 67 [1] and bump port revision.
[1] http://erosson.com/migrate/trac/ticket/67
PR: 105982
Submitted by: Aron Stansvik <elvstone@gmail.com> (maintainer) |
0.2.1 26 Nov 2006 09:42:43 |
alexbl |
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
with database schema changes in SQLAlchemy projects.
WWW: http://erosson.com/migrate
PR: ports/105336
Submitted by: elvstone at gmail.com |