Bug 125664 - [NEW PORT]databases/py-pg8000:A Pure-Python Interface to the PostgreSQL Database
Summary: [NEW PORT]databases/py-pg8000:A Pure-Python Interface to the PostgreSQL Database
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 01:50 UTC by wenheping
Modified: 2008-07-18 21:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.81 KB, text/plain)
2008-07-16 01:50 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-07-16 01:50:06 UTC
pg8000 is a Pure-Python interface to the PostgreSQL database
engine. It is one of many PostgreSQL interfaces for the Python
programming language. pg8000 is somewhat distinctive in that
it is written entirely in Python and does not rely on any
external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard
Python DB-API version 2.0.

WWW:    http://pybrary.net/pg8000/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-16 01:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-07-18 21:42:36 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-18 21:43:05 UTC
miwi        2008-07-18 20:42:50 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-pg8000  Makefile distinfo pkg-descr pkg-plist 
  Log:
  pg8000 is a Pure-Python interface to the PostgreSQL database
  engine. It is one of many PostgreSQL interfaces for the Python
  programming language. pg8000 is somewhat distinctive in that
  it is written entirely in Python and does not rely on any
  external libraries (such as a compiled python module, or
  PostgreSQL's libpq library). pg8000 supports the standard
  Python DB-API version 2.0.
  
  WWW:    http://pybrary.net/pg8000/
  
  PR:             ports/125664
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.696     +1 -0      ports/databases/Makefile
  1.1       +20 -0     ports/databases/py-pg8000/Makefile (new)
  1.1       +3 -0      ports/databases/py-pg8000/distinfo (new)
  1.1       +9 -0      ports/databases/py-pg8000/pkg-descr (new)
  1.1       +22 -0     ports/databases/py-pg8000/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"