Bug 105336

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 Flags
file.shar
none
py-migrate.shar none

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!