| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine
Notes:
svn path=/head/; revision=376731
|
|
|
|
|
|
|
|
|
|
|
|
| |
When python 3 only is specified, building the port tries to install
python 3.3 even if python 3.4 is requested, so this change addresses that.
PR: 194656
Submitted by: Axel Rau (chaos1.de)
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=373539
|
|
|
|
| |
Notes:
svn path=/head/; revision=370466
|
|
|
|
| |
Notes:
svn path=/head/; revision=347405
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- clarify the license (BSD3C)
- use 3 in USE_PYTHON
- convert to using auto-generated packing list and remove NO_STAGE
- remove local plist hack - it is now handled by bsd.python.mk
- bump PORTREVISION for the case
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=346881
|
|
|
|
| |
Notes:
svn path=/head/; revision=340671
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header completely (requested by maintainer)
- add CHEESESHOP and make it primary MASTER_SITE, because other locations
doesn't hold the new release yet
- remove one distfile mirror (requested by maintainer)
- add LICENSE (BSD)
- replace USE_XZ with USE_ZIP, since it was changed upstream
- tune PYDISTUTILS_PKGNAME
- move python32 plist stuff into separate file
changelog:
http://pgfoundry.org/pipermail/python-general/2012-October/001003.html
PR: 172544 (but I can't see it in GNATS because of hub transition)
Submitted by: rm (myself)
Approved by: Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer, by mail)
Notes:
svn path=/head/; revision=305647
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist when Python version >= 3.2
(solution approved by maintainer via private email)
PR: ports/167569
Submitted by: William Grzybowski <william88 at gmail.com>
Approved by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=300693
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
| |
PR: ports/150773
Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Approved by: pgollucci (mentor)
Notes:
svn path=/head/; revision=262490
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/148148
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by: itetcu@ (mentor) implicit
Feature safe: yes
Notes:
svn path=/head/; revision=257364
|
|
|
|
|
|
|
|
| |
PR: ports/142473
Submitted by: Volodymyr Kostyrko <c.kworr AT gmail.com> (maintainer)
Notes:
svn path=/head/; revision=248934
|
|
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.
Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)
COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.
Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.
"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.
WWW: http://python.projects.postgresql.org/
PR: ports/137782
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Notes:
svn path=/head/; revision=246167
|