Bug 105336 - New port: databases/py-migrate Database schema migrations for SQLAlchemy
Summary: New port: databases/py-migrate Database schema migrations for SQLAlchemy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Botero-Lowry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 14:20 UTC by Aron Stansvik
Modified: 2006-11-26 09:50 UTC (History)
0 users

See Also:


Attachments
file.shar (16.27 KB, text/plain)
2006-11-09 14:20 UTC, Aron Stansvik
no flags Details
py-migrate.shar (17.38 KB, application/x-shar)
2006-11-09 19:13 UTC, Aron Stansvik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Stansvik 2006-11-09 14:20:17 UTC
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
with database schema changes in SQLAlchemy projects.

WWW: http://erosson.com/migrate

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-09 14:20:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Aron Stansvik 2006-11-09 19:13:33 UTC
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
Comment 3 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-11-19 22:22:13 UTC
Responsible Changed
From-To: freebsd-python->alexbl

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-26 09:42:59 UTC
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"
Comment 5 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-11-26 09:44:47 UTC
State Changed
From-To: open->closed

New port added. Thanks!