aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pg8000
Commit message (Collapse)AuthorAgeFilesLines
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-141-2/+2
| | | | | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@ Notes: svn path=/head/; revision=364857
* - Update to 1.9.14Wen Heping2014-08-102-6/+5
| | | | | | | - Convert to new python framework Notes: svn path=/head/; revision=364509
* - Update to 1.9.12Wen Heping2014-07-272-3/+3
| | | | Notes: svn path=/head/; revision=363023
* - Update to 1.9.10Wen Heping2014-06-212-3/+3
| | | | Notes: svn path=/head/; revision=358686
* - Update to 1.9.9Wen Heping2014-05-142-7/+3
| | | | Notes: svn path=/head/; revision=354023
* - Stage support [1]Wen Heping2014-04-154-10/+15
| | | | | | | | | | | | | | - Pet portlint [1] - Update to 1.9.7 - Convert to PYDISTUTILS_AUTOPLIST - Update WWW - Add LICENSE PR: 188610 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Notes: svn path=/head/; revision=351306
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 1.09Wen Heping2012-05-023-15/+6
| | | | | | | | - Strict python version - Update WWW Notes: svn path=/head/; revision=295841
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.08Wen Heping2010-06-092-9/+8
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=256192
* - Upstream rerolled the disfile to fix some issusesWen Heping2009-09-232-3/+4
| | | | | | | | Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=241931
* - Update to 1.0.7Martin Wilke2009-01-092-5/+5
| | | | | | | | PR: 130248 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=225588
* - Update to 1.06Martin Wilke2008-12-142-5/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224212
* - File was rerolled to fix small bug in ez_setup.pyMartin Wilke2008-10-242-3/+4
| | | | | | | | | | - Bump PORTREVISION PR: 128352 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=222020
* - Update to 1.05Martin Wilke2008-09-243-28/+17
| | | | | | | | PR: 127232 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=220627
* pg8000 is a Pure-Python interface to the PostgreSQL databaseMartin Wilke2008-07-184-0/+54
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> Notes: svn path=/head/; revision=217065