Bug 156828 - New port: databases/py-sqlparse A non-validating SQL parser for Python.
Summary: New port: databases/py-sqlparse A non-validating SQL parser for Python.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 10:30 UTC by roland
Modified: 2011-06-25 10:53 UTC (History)
0 users

See Also:


Attachments
file.shar (1.88 KB, text/plain)
2011-05-05 10:30 UTC, roland
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description roland 2011-05-05 10:30:08 UTC
New port: databases/py-sqlparse

sqlparse is a non-validating SQL parser module. 
It provides support for parsing, splitting and formatting SQL statements.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-06-25 10:39:28 UTC
miwi        2011-06-25 09:39:15 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-sqlparse Makefile distinfo pkg-descr pkg-plist 
  Log:
  sqlparse is a non-validating SQL parser module.
  It provides support for parsing, splitting and formatting SQL statements.
  
  WWW: http://code.google.com/p/python-sqlparse/
  
  PR:             ports/156828
  Submitted by:   Roland van Laar <roland at micite.net>
  
  Revision  Changes    Path
  1.997     +1 -0      ports/databases/Makefile
  1.1       +23 -0     ports/databases/py-sqlparse/Makefile (new)
  1.1       +2 -0      ports/databases/py-sqlparse/distinfo (new)
  1.1       +4 -0      ports/databases/py-sqlparse/pkg-descr (new)
  1.1       +2 -0      ports/databases/py-sqlparse/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 2 Martin Wilke freebsd_committer freebsd_triage 2011-06-25 10:53:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!