notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pyutil Collection of mature utilities for Python programmers
3.3.0 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-08-15
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-06-05 07:13:57
Last Update: 2020-08-15 10:50:59
SVN Revision: 544927
Also Listed In: python
License: GPLv2
WWW:
https://pypi.org/project/pyutil/
Description:
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.org/project/pyutil/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}pyutil>0:devel/py-pyutil@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-pyutil
Package flavors (<flavor>: <package>)
  • py27: py27-pyutil
distinfo:
TIMESTAMP = 1567580633 SHA256 (pyutil-3.3.0.tar.gz) = 8c4d4bf668c559186389bb9bce99e4b1b871c09ba252a756ccaacd2b8f401848 SIZE (pyutil-3.3.0.tar.gz) = 292857

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-simplejson>=2.1.0 : devel/py-simplejson@py27
  2. py27-zbase32>=1.0 : converters/zbase32@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pyutil/
  2. https://pypi.org/packages/source/p/pyutil/
Collapse this list.

Number of commits found: 51

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.0
15 Aug 2020 10:50:59
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
Remove deprecated ports:

2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.0
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
3.3.0
04 Sep 2019 07:12:53
Revision:511062Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.3.0
3.2.0
15 Apr 2019 08:31:42
Revision:499001Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.2.0
3.1.0_2
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
3.1.0_2
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
3.1.0_2
30 Mar 2018 20:33:35
Revision:466000Original commit files touched by this commit
antoine search for other commits by this committer
Restrict again to version 2.7, zbase32 is only available in py27 flavor
3.1.0_2
29 Mar 2018 20:01:51
Revision:465923Original commit files touched by this commit
sunpoet search for other commits by this committer
Relax USES=python

- Fix version requirement of RUN_DEPENDS
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for dependency and package change

PR:		226771
Submitted by:	sunpoet (myself)
Approved by:	wen (maintainer)
3.1.0_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
3.1.0
08 Feb 2018 20:18:09
Revision:461265Original commit files touched by this commit
amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
3.1.0
01 Feb 2018 02:56:52
Revision:460551Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.1.0
2.0.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
2.0.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.0.0
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
2.0.0
02 May 2014 07:09:47
Revision:352775Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.0.0
- Add LICENSE

PR:		189161
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
1.9.7_1
19 Feb 2014 05:31:15
Revision:345003Original commit files touched by this commit
miwi search for other commits by this committer
- Stage Support
- Convert to autoplist
- Bump PORTREV
1.9.7
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.9.7
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.9.7
14 Sep 2013 11:11:53
Revision:327274Original commit files touched by this commit
rm search for other commits by this committer
- 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)
1.9.3
10 May 2012 08:49:01
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.9.3
1.9.2
11 Apr 2012 08:56:17
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.9.2
1.8.7
22 Mar 2012 12:10:02
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.8.7

Feature safe:   yes
1.8.4
01 Mar 2011 08:09:20
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.8.4
1.8.2_1
25 Feb 2011 07:50:41
Original commit files touched by this commit
miwi search for other commits by this committer
- Move from py24 over to py25 or above
- Drop md5 support
1.8.2
15 Feb 2011 01:56:55
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.8.2
1.8.1
29 Dec 2010 20:04:42
Original commit files touched by this commit
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
1.8.1
20 Dec 2010 06:22:07
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.8.1
1.8.0
07 Dec 2010 06:47:52
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.8.0
1.7.12
16 Sep 2010 02:14:30
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.12
1.7.10
01 Sep 2010 07:55:48
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.10
1.7.9
17 Jun 2010 02:31:01
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.9
1.7.8
04 Jun 2010 01:45:17
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.8
1.7.7
24 May 2010 03:22:25
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.7
1.7.1
08 Apr 2010 06:03:27
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.7.1
1.6.3
31 Mar 2010 03:03:40
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.6.3
- Update WWW
1.6.2
22 Mar 2010 00:10:57
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.6.2
1.6.1
01 Feb 2010 14:47:48
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.6.1
1.6.0
21 Jan 2010 07:15:05
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.6.0
1.5.1
16 Oct 2009 00:44:43
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.5.1
- Update my mail address to FreeBSD

Approved by:    mentors(implicit)
1.4.1
15 Sep 2009 01:43:16
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on sparc64: fails to configure.
1.4.1
17 Aug 2009 20:47:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.4.1

PR:             137844
Submitted by:   Wen Heping <wenheping@gmail.com>
1.3.32
05 Jul 2009 23:14:50
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.32

PR:             136205
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
1.3.30
28 Dec 2008 11:48:47
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.30

PR:             129973
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
1.3.28
22 Dec 2008 21:14:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.28
- Pass maintainership to submitter

PR:             129705
Submitted by:   Wen Heping <wenheping@gmail.com>
1.3.25
16 Dec 2008 05:15:41
Original commit files touched by this commit
linimon search for other commits by this committer
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:    portmgr
1.3.25
19 Oct 2008 15:15:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.25

PR:             127772
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer timeout
1.3.7
30 Aug 2008 20:23:32
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.7

PR:             126477
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer timeout
1.1.0_1
31 Jul 2007 13:01:44
Original commit files touched by this commit
pav search for other commits by this committer
- Try to force our idea of OSARCH (untested)

Reported by:    pointyhat
1.1.0_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - 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
1.1.0_1
11 Jun 2007 04:47:30
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build

PR:             113402
Submitted by:   pointyhat via kris
                maintainer
1.1.0
05 Jun 2007 07:12:31
Original commit files touched by this commit
miwi search for other commits by this committer
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:    http://zooko.com/repos/pyutil/

PR:             ports/113185
Submitted by:   Chao Shin <quakelee at cn.FreeBSD.org>

Number of commits found: 51