aboutsummaryrefslogtreecommitdiff
path: root/devel/py-durus
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.8Wesley Shields2008-12-184-94/+8
| | | | | | | | | | - Switch to using easy_install macro PR: ports/129429 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=224391
* Over to new volunteer.Mark Linimon2008-12-181-1/+1
| | | | Notes: svn path=/head/; revision=224365
* Reassign ports maintained by dryice@ for now due to other commitments.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224353
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - update to 3.7Dryice Dong Liu2007-06-163-5/+13
| | | | | | | | - add MASTER_SITE_LOCAL - update my mail address Notes: svn path=/head/; revision=193642
* - Update to 3.6Martin Wilke2006-11-173-7/+4
| | | | | | | | PR: ports/105626 Submitted by: Dryice Liu <dryice@dryice.name> (Maintainer) Notes: svn path=/head/; revision=177433
* Durus is a persistent object system for applications written inMartin Wilke2006-11-155-0/+139
the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state. WWW: http://www.mems-exchange.org/software/durus/ PR: ports/105470 Submitted by: Dryice Liu <dryice at dryice.name> Notes: svn path=/head/; revision=177318