summaryrefslogtreecommitdiff
path: root/devel/py-pyutil
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-5/+3
2012-07-20Update to 1.9.3, from wen heping.gdt3-8/+15
Fixes PR pkg/46551 (which also does not contain the requisite NEWSy commit message text. (Upstream has no news, and no changelog. Upstream author will be sent a bug report about the lack of NEWS.)
2012-02-12Updated devel/py-pyutil to 1.8.4.gls4-109/+131
pkgsrc changes: - /usr/bin/env python is no longer a valid interpreter, so fix it. upstream changes: - Unknown, unfortunately. Upstream doesn't seem to maintain a Changelog.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-11-27avoid setuptools_darcsgdt3-3/+19
2010-10-13Doesn't support Python 2.5 and olderjoerg1-1/+3
2010-07-25Fix pattern. [Hi gdt!]joerg1-3/+3
2010-07-24Import py26-pyutil-1.7.9 as devel/py-pyutil.gdt4-0/+278
A collection of mature utilities for Python programmers. These are a few data structures, classes and functions which we've needed over many years of Python programming and which seem to be of general use to other Python programmers. Many of the modules that have existed in pyutil over the years have subsequently been obsoleted by new features added to the Python language or its standard library, thus showing that we're not alone in wanting tools like these.