Port details |
- py-utils General utility modules that simplify common programming in Python
- 0.4.0 devel
=2 0.4.0Version of this port present on the latest quarterly branch. DEPRECATED: Uses deprecated version of python
This port expired on: 2020-12-12
- Maintainer: daniel@netwalk.org
 - Port Added: 2006-03-20 19:24:20
- Last Update: 2020-11-16 18:47:26
- SVN Revision: 555508
- People watching this port, also watch:: mkfontscale, libmad, screen, font-misc-meltho, pcre
- Also Listed In: python
- License: not specified in port
- WWW:
- http://www.voidspace.org.uk/python/pythonutils.html
- Description:
- The Voidspace Pythonutils package is a simple way of installing the Voidspace
collection of modules. These are currently:
ConfigObj 4.4.0 - Easy config file reading/writing
validate 0.2.3 - Validation and type conversion system
StandOut 3.0.0 - Simple logging and output control object
pathutils 0.2.5 - 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
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}utils>0:devel/py-utils@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-utils
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pythonutils-0.4.0.zip) = 141477cb09ccd51b8a13af746dccbbc16cb0ac7f23187b33e75d4d9fdd4763ea
SIZE (pythonutils-0.4.0.zip) = 313577
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-utils-0.4.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.0 16 Nov 2020 18:47:26
  |
rhurlin  |
devel/py-utils: Removed on maintainers request, uses EOLed python27
Port is already deprecated, has no dependents, and sources are older than a
decade.
PR: 249663
Submitted by: Steve Wills <swills@FreeBSD.org>
Approved by: arrowd (mentor), Daniel Bretoi <daniel@netwalk.org> (maintainer)
Differential Revision: https://reviews.freebsd.org/D27233 |
0.4.0 11 Nov 2020 12:14:55
  |
antoine  |
Deprecate a few python 2.7 ports |
0.4.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.4.0 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
0.4.0 15 Feb 2014 22:10:22
  |
antoine  |
- Stage support
- Use PYDISTUTILS_AUTOPLIST
- Remove infozip dependency |
0.4.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4.0 07 Feb 2011 22:43:48
 |
mi  |
Upgrade from 0.3.0 to 0.4.0.
Approved by: maintainer
Feature safe: yes |
0.3.0 28 Dec 2008 10:54:08
 |
pgollucci  |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
0.3.0 17 Nov 2008 05:07:14
 |
lwhsu  |
- Update to 0.3.0
- 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) |
0.2.5 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- 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 |
0.2.5 20 Mar 2006 19:22:13
 |
pav  |
The Voidspace Pythonutils package is a simple way of installing the Voidspace
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> |