1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-pyutil/pkg-descr
Ruslan Makhmatkhanov 3c8765bedd - update to 1.9.7
- 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)
2013-09-14 11:11:53 +00:00

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/