mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3c8765bedd
- trim Makefile header - remove leading article from COMMENT - all the build dependencies are, actually, run dependencies (install_requires in setup.py) - remove unconditional dependency on py-argparse (only needed for python2.6 and 3.1, that are deprecated and will gone soon) - limit python version to 2.x only - remove temporary *.py~ files in all directories - remove BROKEN for sparc64, let's see if this still the issue - update WWW to avoid redirection PR: 182084 Submitted by: rm (myself) Approved by: wen (maintainer)
11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.python.org/pypi/pyutil/
|