aboutsummaryrefslogtreecommitdiff
path: root/devel/py-utils
Commit message (Collapse)AuthorAgeFilesLines
* CATEGORIES+= python for py- ports missing itPhilip M. Gollucci2008-12-281-1/+1
| | | | | | | | PR: ports/124921 Approved by: portmgr (pav) Notes: svn path=/head/; revision=224878
* - Update to 0.3.0Li-Wen Hsu2008-11-175-55/+16
| | | | | | | | | | | | - Take advantage of COPYTREE_SHARE - the patch file patch-python25 is unnecessary. It's been fixed since ver. 0.3.0. PR: ports/128907 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Daniel <daniel AT netwalk.org> (maintainer) Notes: svn path=/head/; revision=222962
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-0/+37
| | | | | | | | | | | | | - 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
* The Voidspace Pythonutils package is a simple way of installing the VoidspacePav Lucistnik2006-03-204-0/+114
collection of modules. These are currently: ConfigObj 4.1.0 - Easy config file reading/writing validate 0.2.1 - Validation and type conversion system listquote 1.4.0 - String to list conversion StandOut 2.1.0 - Simple logging and output control object pathutils 0.2.4 - For working with paths and files cgiutils 0.3.5 - CGI helpers urlpath 0.1.0 - Functions for handling URLs odict 0.2.1 - Ordered Dictionary Class Several of the Voidspace Projects depend on these modules. They are also useful in their own right of course. They are primarily general utility modules that simplify common programming tasks in Python. WWW: http://www.voidspace.org.uk/python/pythonutils.html PR: ports/94657 Submitted by: Daniel <daniel@netwalk.org> Notes: svn path=/head/; revision=157772