| Summary: | New port: databases/py-migrate Database schema migrations for SQLAlchemy | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Aron Stansvik <elvstone> | ||||||
| Component: | Individual Port(s) | Assignee: | Alexander Botero-Lowry <alexbl> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Aron Stansvik
2006-11-09 14:20:17 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs Better include the fix for ticket 67 [1]. I'm attaching a new archive with patch included. I hope you guys haven't commited my first one yet, and if you have, just bump portrevision and commit again as I think this bug is pretty bad. Best regards, Aron Stansvik [1] http://erosson.com/migrate/trac/ticket/67 Responsible Changed From-To: freebsd-python->alexbl I will take it. alexbl 2006-11-26 09:42:43 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/py-migrate Makefile distinfo pkg-descr pkg-plist
Log:
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
Revision Changes Path
1.565 +1 -0 ports/databases/Makefile
1.1 +27 -0 ports/databases/py-migrate/Makefile (new)
1.1 +3 -0 ports/databases/py-migrate/distinfo (new)
1.1 +4 -0 ports/databases/py-migrate/pkg-descr (new)
1.1 +138 -0 ports/databases/py-migrate/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks! |